.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-3b81790b-d3af-433e-b30d-e98c5536d674 {
  background-image: url(https://i.shgcdn.com/54b9f1b3-717c-4082-8a2e-4eda86fa7015/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 552px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b81790b-d3af-433e-b30d-e98c5536d674 {
  
}
}@media (max-width: 767px){#s-3b81790b-d3af-433e-b30d-e98c5536d674 {
  display: none;
}
#s-3b81790b-d3af-433e-b30d-e98c5536d674, #wrap-s-3b81790b-d3af-433e-b30d-e98c5536d674 { display:none !important; }}







#s-3b81790b-d3af-433e-b30d-e98c5536d674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b81790b-d3af-433e-b30d-e98c5536d674.shg-box.shg-c {
  justify-content: flex-end;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-ae10f132-cbc1-4256-b0da-74241d4c6b05 {
  margin-left: 12%;
margin-right: 12%;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-8074623b-385f-4dc4-a0aa-1edda2d3b046 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(115, 201, 45, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-8074623b-385f-4dc4-a0aa-1edda2d3b046:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(115, 201, 45, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8074623b-385f-4dc4-a0aa-1edda2d3b046:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8074623b-385f-4dc4-a0aa-1edda2d3b046.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 21px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6 {
  background-image: url(https://i.shgcdn.com/d5d99e7b-57a7-41d6-a5e9-997eda5a17d8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6 {
  display: none;
}
#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6, #wrap-s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6 {
  display: none;
}
#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6, #wrap-s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6 {
  display: none;
}
#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6, #wrap-s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6 { display:none !important; }}@media (max-width: 767px){#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6 {
  
}
}







#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcf68f2e-82f9-4f64-95b2-6ecc786ba4d6.shg-box.shg-c {
  justify-content: flex-end;
}

#s-51752e67-d47a-490b-a93b-deddcc4e297b {
  margin-left: 5%;
margin-right: 5%;
}

#s-15233961-c4d6-4907-a353-197c3888a4cc {
  margin-top: 29px;
margin-bottom: 29px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(30, 186, 28, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-15233961-c4d6-4907-a353-197c3888a4cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15233961-c4d6-4907-a353-197c3888a4cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15233961-c4d6-4907-a353-197c3888a4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 21px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-da5c4c24-0e4c-428e-8e3b-1ca2ae5e356a {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-da5c4c24-0e4c-428e-8e3b-1ca2ae5e356a .shogun-heading-component h2 {
  color: rgba(242, 25, 64, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2a2ef9b0-035c-48ab-a046-9950d61a5131 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2a2ef9b0-035c-48ab-a046-9950d61a5131 .shogun-heading-component h2 {
  color: rgba(246, 134, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02ae169f-e46f-4571-89e9-7d4f60c8e5aa {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 25px;
margin-right: 15px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-0c386592-384f-4e1b-90f3-9c060fe01f43 {
  margin-top: 18px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c386592-384f-4e1b-90f3-9c060fe01f43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-5e139ea2-71f2-4e36-b8fd-4fd0247b626a {
  text-align: center;
}




  #s-5e139ea2-71f2-4e36-b8fd-4fd0247b626a img.shogun-image {
    
    width: px;
  }


#s-5e139ea2-71f2-4e36-b8fd-4fd0247b626a .shogun-image-content {
  
    align-items: center;
  
}

#s-8204f209-30a5-4207-a3ef-7179153136fe {
  text-align: center;
}




  #s-8204f209-30a5-4207-a3ef-7179153136fe img.shogun-image {
    
    width: px;
  }


#s-8204f209-30a5-4207-a3ef-7179153136fe .shogun-image-content {
  
    align-items: center;
  
}

#s-c4542ec6-9ca7-42cf-8133-a1e6bf50d82d {
  text-align: center;
}




  #s-c4542ec6-9ca7-42cf-8133-a1e6bf50d82d img.shogun-image {
    
    width: px;
  }


#s-c4542ec6-9ca7-42cf-8133-a1e6bf50d82d .shogun-image-content {
  
    align-items: center;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-3dc7a80d-98df-495c-a748-785df885c72a {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-3dc7a80d-98df-495c-a748-785df885c72a {
  display: none;
}
#s-3dc7a80d-98df-495c-a748-785df885c72a, #wrap-s-3dc7a80d-98df-495c-a748-785df885c72a { display:none !important; }}
#s-3dc7a80d-98df-495c-a748-785df885c72a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0.97);
  border-radius: 0px;
}

#s-3dc7a80d-98df-495c-a748-785df885c72a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3dc7a80d-98df-495c-a748-785df885c72a td.shogun-table-column {
  background-color: rgba(246, 134, 33, 1);
  padding: 5px;
  text-align: center;
}

#s-3dc7a80d-98df-495c-a748-785df885c72a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-3dc7a80d-98df-495c-a748-785df885c72a td.shogun-table-column, #s-3dc7a80d-98df-495c-a748-785df885c72a td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0.97);
}

#s-eabdd7ec-f344-436d-9480-bda22cba68fb {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-eabdd7ec-f344-436d-9480-bda22cba68fb img.shogun-image {
    
    width: px;
  }


#s-eabdd7ec-f344-436d-9480-bda22cba68fb .shogun-image-content {
  
    align-items: center;
  
}

#s-003c7f75-92d1-4ab9-b1a7-739653558b6e {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-003c7f75-92d1-4ab9-b1a7-739653558b6e img.shogun-image {
    
    width: px;
  }


#s-003c7f75-92d1-4ab9-b1a7-739653558b6e .shogun-image-content {
  
    align-items: center;
  
}

#s-5358a47f-0b2b-4753-9821-f8c91c18fd1e {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-5358a47f-0b2b-4753-9821-f8c91c18fd1e img.shogun-image {
    
    width: px;
  }


#s-5358a47f-0b2b-4753-9821-f8c91c18fd1e .shogun-image-content {
  
    align-items: center;
  
}

#s-a2639676-fd3a-496b-97cb-fecd916a2166 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-a2639676-fd3a-496b-97cb-fecd916a2166 img.shogun-image {
    
    width: px;
  }


#s-a2639676-fd3a-496b-97cb-fecd916a2166 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b6d0e5f-03c5-43c4-978d-a027b45a8588 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-3b6d0e5f-03c5-43c4-978d-a027b45a8588 img.shogun-image {
    
    width: px;
  }


#s-3b6d0e5f-03c5-43c4-978d-a027b45a8588 .shogun-image-content {
  
    align-items: center;
  
}

#s-205957af-d394-4225-8c40-21d6bd77b851 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-205957af-d394-4225-8c40-21d6bd77b851 img.shogun-image {
    
    width: px;
  }


#s-205957af-d394-4225-8c40-21d6bd77b851 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc42ad12-76b8-48fb-b61c-1b02f0aa398a {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-cc42ad12-76b8-48fb-b61c-1b02f0aa398a img.shogun-image {
    
    width: px;
  }


#s-cc42ad12-76b8-48fb-b61c-1b02f0aa398a .shogun-image-content {
  
    align-items: center;
  
}

#s-ec94352e-27c3-435e-ae17-cb4907d1884f {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-ec94352e-27c3-435e-ae17-cb4907d1884f img.shogun-image {
    
    width: px;
  }


#s-ec94352e-27c3-435e-ae17-cb4907d1884f .shogun-image-content {
  
    align-items: center;
  
}

#s-922f85ef-409e-4338-b126-739f3484606d {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-922f85ef-409e-4338-b126-739f3484606d img.shogun-image {
    
    width: px;
  }


#s-922f85ef-409e-4338-b126-739f3484606d .shogun-image-content {
  
    align-items: center;
  
}

#s-e78950ba-1177-44b0-9e87-3782e70bf6c1 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-e78950ba-1177-44b0-9e87-3782e70bf6c1 img.shogun-image {
    
    width: px;
  }


#s-e78950ba-1177-44b0-9e87-3782e70bf6c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-23ebc7e3-9cb4-4ca5-b509-3cc957fcaa7f {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-23ebc7e3-9cb4-4ca5-b509-3cc957fcaa7f img.shogun-image {
    
    width: px;
  }


#s-23ebc7e3-9cb4-4ca5-b509-3cc957fcaa7f .shogun-image-content {
  
    align-items: center;
  
}

#s-15aba133-b12d-4ba3-8b6e-d5370cdf5426 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-15aba133-b12d-4ba3-8b6e-d5370cdf5426 img.shogun-image {
    
    width: px;
  }


#s-15aba133-b12d-4ba3-8b6e-d5370cdf5426 .shogun-image-content {
  
    align-items: center;
  
}

#s-1062c5a3-a5c6-424c-b581-f144d9b977c0 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-1062c5a3-a5c6-424c-b581-f144d9b977c0 img.shogun-image {
    
    width: px;
  }


#s-1062c5a3-a5c6-424c-b581-f144d9b977c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5a5a149-c428-4a5c-af29-1ebe722e467b {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-c5a5a149-c428-4a5c-af29-1ebe722e467b img.shogun-image {
    
    width: px;
  }


#s-c5a5a149-c428-4a5c-af29-1ebe722e467b .shogun-image-content {
  
    align-items: center;
  
}

#s-f09d8252-8528-4a8f-9d7c-9f3c66751f8d {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-f09d8252-8528-4a8f-9d7c-9f3c66751f8d img.shogun-image {
    
    width: px;
  }


#s-f09d8252-8528-4a8f-9d7c-9f3c66751f8d .shogun-image-content {
  
    align-items: center;
  
}

#s-97a97132-b855-404b-ac6e-276df74a7e54 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-97a97132-b855-404b-ac6e-276df74a7e54 img.shogun-image {
    
    width: px;
  }


#s-97a97132-b855-404b-ac6e-276df74a7e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-d631862f-b010-445c-b1c0-0279a0283d7f {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}




  #s-d631862f-b010-445c-b1c0-0279a0283d7f img.shogun-image {
    
    width: px;
  }


#s-d631862f-b010-445c-b1c0-0279a0283d7f .shogun-image-content {
  
    align-items: center;
  
}

#s-862a539d-b76e-4add-bab6-22cbb53fa018 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}




  #s-862a539d-b76e-4add-bab6-22cbb53fa018 img.shogun-image {
    
    width: px;
  }


#s-862a539d-b76e-4add-bab6-22cbb53fa018 .shogun-image-content {
  
    align-items: center;
  
}

#s-b13eeafc-20e9-4958-a7a8-1b547254dbcc {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b13eeafc-20e9-4958-a7a8-1b547254dbcc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-44c245c2-bef1-4687-956f-5e3af21526f1 {
  text-align: center;
}




  #s-44c245c2-bef1-4687-956f-5e3af21526f1 img.shogun-image {
    
    width: px;
  }


#s-44c245c2-bef1-4687-956f-5e3af21526f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-96b1771b-0699-4c74-bfb1-2a5db71c1580 {
  max-width: 400px;
}

#s-a7c5753a-70ff-4859-8473-ff1936f70137 {
  margin-top: 0px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7c5753a-70ff-4859-8473-ff1936f70137 {
  
}
}@media (max-width: 767px){#s-a7c5753a-70ff-4859-8473-ff1936f70137 {
  display: none;
}
#s-a7c5753a-70ff-4859-8473-ff1936f70137, #wrap-s-a7c5753a-70ff-4859-8473-ff1936f70137 { display:none !important; }}
#s-afa40483-bcb0-4edd-ac4c-bacdc53ad832 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afa40483-bcb0-4edd-ac4c-bacdc53ad832"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3d69ad2c-8b54-4aa6-afe3-3c083e582009 {
  text-align: center;
}




  #s-3d69ad2c-8b54-4aa6-afe3-3c083e582009 img.shogun-image {
    
    width: px;
  }


#s-3d69ad2c-8b54-4aa6-afe3-3c083e582009 .shogun-image-content {
  
    align-items: center;
  
}

#s-928d6821-a3a4-4e07-becb-66f838033a7f {
  max-width: 400px;
}

#s-36170970-48be-4245-8a9f-a00efebd4ba3 {
  margin-top: 0px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-36170970-48be-4245-8a9f-a00efebd4ba3 {
  
}
}@media (max-width: 767px){#s-36170970-48be-4245-8a9f-a00efebd4ba3 {
  display: none;
}
#s-36170970-48be-4245-8a9f-a00efebd4ba3, #wrap-s-36170970-48be-4245-8a9f-a00efebd4ba3 { display:none !important; }}
#s-5e94136f-c1fa-4c94-aad6-200a419a6352 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5e94136f-c1fa-4c94-aad6-200a419a6352"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e9224b1f-6014-41dc-b417-a61393dc934c {
  text-align: center;
}




  #s-e9224b1f-6014-41dc-b417-a61393dc934c img.shogun-image {
    
    width: px;
  }


#s-e9224b1f-6014-41dc-b417-a61393dc934c .shogun-image-content {
  
    align-items: center;
  
}

#s-4ddc31c5-c09a-42bd-b9c4-652d20bac491 {
  max-width: 400px;
}

#s-f31a432a-8e13-4075-8296-77fdd1314af4 {
  margin-top: 0px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f31a432a-8e13-4075-8296-77fdd1314af4 {
  
}
}@media (max-width: 767px){#s-f31a432a-8e13-4075-8296-77fdd1314af4 {
  display: none;
}
#s-f31a432a-8e13-4075-8296-77fdd1314af4, #wrap-s-f31a432a-8e13-4075-8296-77fdd1314af4 { display:none !important; }}
#s-109d4fd1-902e-4e3c-b2bd-e215cd16928b {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-109d4fd1-902e-4e3c-b2bd-e215cd16928b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-347c4efa-abf2-4ff5-8cd3-92ec26630f50 {
  text-align: center;
}




  #s-347c4efa-abf2-4ff5-8cd3-92ec26630f50 img.shogun-image {
    
    width: px;
  }


#s-347c4efa-abf2-4ff5-8cd3-92ec26630f50 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe9c8f43-0ce8-4dd2-8d30-7561f73d0761 {
  max-width: 400px;
}

#s-ec143186-ab35-4e80-bf44-fa5f4d6ceed9 {
  margin-top: 0px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec143186-ab35-4e80-bf44-fa5f4d6ceed9 {
  
}
}@media (max-width: 767px){#s-ec143186-ab35-4e80-bf44-fa5f4d6ceed9 {
  display: none;
}
#s-ec143186-ab35-4e80-bf44-fa5f4d6ceed9, #wrap-s-ec143186-ab35-4e80-bf44-fa5f4d6ceed9 { display:none !important; }}
#s-9dcc9c6e-2e52-4596-a161-237db28452a8 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dcc9c6e-2e52-4596-a161-237db28452a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8f2fd569-5b38-4e03-9a16-e37bf54fbaa7 {
  text-align: center;
}




  #s-8f2fd569-5b38-4e03-9a16-e37bf54fbaa7 img.shogun-image {
    
    width: px;
  }


#s-8f2fd569-5b38-4e03-9a16-e37bf54fbaa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c58503c-e87b-4e0a-964b-fcf0d010573a {
  max-width: 400px;
}

#s-164fc829-7a5b-414d-ab20-fa3cb9681036 {
  margin-top: 0px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-164fc829-7a5b-414d-ab20-fa3cb9681036 {
  
}
}@media (max-width: 767px){#s-164fc829-7a5b-414d-ab20-fa3cb9681036 {
  display: none;
}
#s-164fc829-7a5b-414d-ab20-fa3cb9681036, #wrap-s-164fc829-7a5b-414d-ab20-fa3cb9681036 { display:none !important; }}
#s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f54b1b8d-642a-4d2d-8950-fb41adb7bcea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3905ffc-0205-4aa5-bdd4-7b4e40756bad {
  text-align: center;
}




  #s-c3905ffc-0205-4aa5-bdd4-7b4e40756bad img.shogun-image {
    
    width: px;
  }


#s-c3905ffc-0205-4aa5-bdd4-7b4e40756bad .shogun-image-content {
  
    align-items: center;
  
}

#s-7d62e484-7a1e-4ecb-87fb-73abe1160eef {
  max-width: 400px;
}

#s-f370a6fe-2282-42dc-9e68-a80a4c09c4c7 {
  margin-top: 0px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f370a6fe-2282-42dc-9e68-a80a4c09c4c7 {
  
}
}@media (max-width: 767px){#s-f370a6fe-2282-42dc-9e68-a80a4c09c4c7 {
  display: none;
}
#s-f370a6fe-2282-42dc-9e68-a80a4c09c4c7, #wrap-s-f370a6fe-2282-42dc-9e68-a80a4c09c4c7 { display:none !important; }}
#s-454be916-6f05-4728-9556-475c601152e5 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-454be916-6f05-4728-9556-475c601152e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb3057f2-7d5c-4b26-8f61-ec736e719e15 {
  text-align: center;
}




  #s-cb3057f2-7d5c-4b26-8f61-ec736e719e15 img.shogun-image {
    
    width: px;
  }


#s-cb3057f2-7d5c-4b26-8f61-ec736e719e15 .shogun-image-content {
  
    align-items: center;
  
}

#s-9959c6fd-2baf-4f23-b47e-737692e2b72e {
  max-width: 400px;
}

#s-823e80bb-34b7-430e-bafd-f493ddc50068 {
  margin-top: 0px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-823e80bb-34b7-430e-bafd-f493ddc50068 {
  
}
}@media (max-width: 767px){#s-823e80bb-34b7-430e-bafd-f493ddc50068 {
  display: none;
}
#s-823e80bb-34b7-430e-bafd-f493ddc50068, #wrap-s-823e80bb-34b7-430e-bafd-f493ddc50068 { display:none !important; }}
#s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2d7abe4-2127-444d-b1f7-e18a4a5170e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-96d2b811-b7e9-4884-8dc8-460f8ebefc46 {
  text-align: center;
}




  #s-96d2b811-b7e9-4884-8dc8-460f8ebefc46 img.shogun-image {
    
    width: px;
  }


#s-96d2b811-b7e9-4884-8dc8-460f8ebefc46 .shogun-image-content {
  
    align-items: center;
  
}

#s-26f694a0-90fe-4074-984f-ab1f21f7229c {
  max-width: 400px;
}

#s-fd71d384-de74-43ee-91c0-ea55875f37cf {
  margin-top: 0px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd71d384-de74-43ee-91c0-ea55875f37cf {
  
}
}@media (max-width: 767px){#s-fd71d384-de74-43ee-91c0-ea55875f37cf {
  display: none;
}
#s-fd71d384-de74-43ee-91c0-ea55875f37cf, #wrap-s-fd71d384-de74-43ee-91c0-ea55875f37cf { display:none !important; }}
#s-05ad3014-ca09-43ee-b495-f679efae562c {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05ad3014-ca09-43ee-b495-f679efae562c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b543b815-c001-4603-aeaa-af7925ae0e05 {
  text-align: center;
}




  #s-b543b815-c001-4603-aeaa-af7925ae0e05 img.shogun-image {
    
    width: px;
  }


#s-b543b815-c001-4603-aeaa-af7925ae0e05 .shogun-image-content {
  
    align-items: center;
  
}

#s-74ade612-b683-4deb-b527-08865e19660d {
  max-width: 400px;
}

#s-b46f0fee-31ef-4f4f-a1ef-50465c080761 {
  margin-top: 0px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b46f0fee-31ef-4f4f-a1ef-50465c080761 {
  
}
}@media (max-width: 767px){#s-b46f0fee-31ef-4f4f-a1ef-50465c080761 {
  display: none;
}
#s-b46f0fee-31ef-4f4f-a1ef-50465c080761, #wrap-s-b46f0fee-31ef-4f4f-a1ef-50465c080761 { display:none !important; }}
#s-c7741501-45fd-488d-b081-9c67da2a5819 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-c7741501-45fd-488d-b081-9c67da2a5819 {
  display: none;
}
#s-c7741501-45fd-488d-b081-9c67da2a5819, #wrap-s-c7741501-45fd-488d-b081-9c67da2a5819 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7741501-45fd-488d-b081-9c67da2a5819 {
  display: none;
}
#s-c7741501-45fd-488d-b081-9c67da2a5819, #wrap-s-c7741501-45fd-488d-b081-9c67da2a5819 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7741501-45fd-488d-b081-9c67da2a5819 {
  display: none;
}
#s-c7741501-45fd-488d-b081-9c67da2a5819, #wrap-s-c7741501-45fd-488d-b081-9c67da2a5819 { display:none !important; }}@media (max-width: 767px){#s-c7741501-45fd-488d-b081-9c67da2a5819 {
  
}
}
@media (min-width: 0px) {
[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c7741501-45fd-488d-b081-9c67da2a5819"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fcc92d3e-2319-4769-aa9d-1ff9f022720c {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}








#s-fcc92d3e-2319-4769-aa9d-1ff9f022720c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcc92d3e-2319-4769-aa9d-1ff9f022720c.shg-box.shg-c {
  justify-content: center;
}

#s-a1327c00-90c0-4b77-80e9-69f8e77d4cbd {
  min-height: 50px;
background-color: rgba(80, 80, 104, 1);
}








#s-a1327c00-90c0-4b77-80e9-69f8e77d4cbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1327c00-90c0-4b77-80e9-69f8e77d4cbd.shg-box.shg-c {
  justify-content: center;
}

#s-00a23934-9453-43c8-b7e2-58fa5696c8ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00a23934-9453-43c8-b7e2-58fa5696c8ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-75c1217e-b020-470f-aec3-293572cc6b85 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-75c1217e-b020-470f-aec3-293572cc6b85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75c1217e-b020-470f-aec3-293572cc6b85.shg-box.shg-c {
  justify-content: center;
}

#s-fd9e6f11-c833-4e47-b2bb-538a756bc3de {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-fd9e6f11-c833-4e47-b2bb-538a756bc3de img.shogun-image {
    
    width: px;
  }


#s-fd9e6f11-c833-4e47-b2bb-538a756bc3de .shogun-image-content {
  
    align-items: center;
  
}

#s-efb588c6-f3c7-49e4-8bfe-c730d92d0228 {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-f83ea81d-bbab-48fe-b3d9-db544b6f3eca {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f83ea81d-bbab-48fe-b3d9-db544b6f3eca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f83ea81d-bbab-48fe-b3d9-db544b6f3eca.shg-box.shg-c {
  justify-content: center;
}

#s-d9816bbd-277b-4e5a-b5c6-f854c3b54d85 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-d9816bbd-277b-4e5a-b5c6-f854c3b54d85 img.shogun-image {
    
    width: px;
  }


#s-d9816bbd-277b-4e5a-b5c6-f854c3b54d85 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4a90f5e-dbc2-4099-b55a-e4c58371c7b9 {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-a7c281bc-d2d9-4735-be39-dbe1ef6f7939 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a7c281bc-d2d9-4735-be39-dbe1ef6f7939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7c281bc-d2d9-4735-be39-dbe1ef6f7939.shg-box.shg-c {
  justify-content: center;
}

#s-3655df0d-6a44-4d9a-83a8-ed514d48523f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-3655df0d-6a44-4d9a-83a8-ed514d48523f img.shogun-image {
    
    width: px;
  }


#s-3655df0d-6a44-4d9a-83a8-ed514d48523f .shogun-image-content {
  
    align-items: center;
  
}

#s-e1b38dc5-2541-4704-8a06-ac1f1cbb9607 {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-9d937235-cca2-4d6c-baa5-91ea2a0324ad {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9d937235-cca2-4d6c-baa5-91ea2a0324ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d937235-cca2-4d6c-baa5-91ea2a0324ad.shg-box.shg-c {
  justify-content: center;
}

#s-9cbe3f1e-4301-44b1-9007-54be214234d0 {
  min-height: 50px;
background-color: rgba(80, 80, 104, 1);
}








#s-9cbe3f1e-4301-44b1-9007-54be214234d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cbe3f1e-4301-44b1-9007-54be214234d0.shg-box.shg-c {
  justify-content: center;
}

#s-3e7541b1-ecdd-4c2a-884e-f09a98ca174f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e7541b1-ecdd-4c2a-884e-f09a98ca174f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77e7b7d5-7c2a-4c27-8a28-0691681d12cf {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-77e7b7d5-7c2a-4c27-8a28-0691681d12cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77e7b7d5-7c2a-4c27-8a28-0691681d12cf.shg-box.shg-c {
  justify-content: center;
}

#s-8dd8c949-85c4-43bd-b604-4d1a994f4e9d {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-8dd8c949-85c4-43bd-b604-4d1a994f4e9d img.shogun-image {
    
    width: px;
  }


#s-8dd8c949-85c4-43bd-b604-4d1a994f4e9d .shogun-image-content {
  
    align-items: center;
  
}

#s-67a1a08c-d41b-4bba-971f-66c2fe65e2cc {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-d32518f0-7677-4b58-b9eb-0c59830e5f3e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d32518f0-7677-4b58-b9eb-0c59830e5f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d32518f0-7677-4b58-b9eb-0c59830e5f3e.shg-box.shg-c {
  justify-content: center;
}

#s-b334745f-f2fe-4a72-b33b-ff8af8486c0e {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-b334745f-f2fe-4a72-b33b-ff8af8486c0e img.shogun-image {
    
    width: px;
  }


#s-b334745f-f2fe-4a72-b33b-ff8af8486c0e .shogun-image-content {
  
    align-items: center;
  
}

#s-29e110c7-87ee-44d6-9a0b-a43222ff1991 {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-0a459371-4ff3-4d75-84f6-500e50442bc4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a459371-4ff3-4d75-84f6-500e50442bc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a459371-4ff3-4d75-84f6-500e50442bc4.shg-box.shg-c {
  justify-content: center;
}

#s-9e3a88b7-996d-4134-9cdc-5e914632b8a7 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-9e3a88b7-996d-4134-9cdc-5e914632b8a7 img.shogun-image {
    
    width: px;
  }


#s-9e3a88b7-996d-4134-9cdc-5e914632b8a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-556b506e-e2b8-4203-a258-f99427554b1f {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-718b9bb7-f88f-4253-be02-0a07312d9b88 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-718b9bb7-f88f-4253-be02-0a07312d9b88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-718b9bb7-f88f-4253-be02-0a07312d9b88.shg-box.shg-c {
  justify-content: center;
}

#s-be443768-f554-42ea-8f04-4ab9f711965d {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-be443768-f554-42ea-8f04-4ab9f711965d img.shogun-image {
    
    width: px;
  }


#s-be443768-f554-42ea-8f04-4ab9f711965d .shogun-image-content {
  
    align-items: center;
  
}

#s-6e79bb25-7864-4c13-b575-e90eca37ffbb {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-c5665744-c338-4663-9c28-ce55064d9c2d {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c5665744-c338-4663-9c28-ce55064d9c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5665744-c338-4663-9c28-ce55064d9c2d.shg-box.shg-c {
  justify-content: center;
}

#s-58f666ee-e29f-477f-a102-3aa63c579a90 {
  min-height: 50px;
background-color: rgba(80, 80, 104, 1);
}








#s-58f666ee-e29f-477f-a102-3aa63c579a90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58f666ee-e29f-477f-a102-3aa63c579a90.shg-box.shg-c {
  justify-content: center;
}

#s-25b2b7c3-c004-4788-be86-2b30c11b0140 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25b2b7c3-c004-4788-be86-2b30c11b0140 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee378c9d-f13d-4685-a70c-4141427fe344 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ee378c9d-f13d-4685-a70c-4141427fe344 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee378c9d-f13d-4685-a70c-4141427fe344.shg-box.shg-c {
  justify-content: center;
}

#s-a233dba9-1202-4f8c-aa3b-82cbddc85575 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-a233dba9-1202-4f8c-aa3b-82cbddc85575 img.shogun-image {
    
    width: px;
  }


#s-a233dba9-1202-4f8c-aa3b-82cbddc85575 .shogun-image-content {
  
    align-items: center;
  
}

#s-40fb2abb-e34e-49fd-b41b-a1a10efda63e {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-d4331967-1e90-4f19-b21b-d54969fea28b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d4331967-1e90-4f19-b21b-d54969fea28b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4331967-1e90-4f19-b21b-d54969fea28b.shg-box.shg-c {
  justify-content: center;
}

#s-492f2b39-db16-4de8-8509-ff0b2919b9f3 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-492f2b39-db16-4de8-8509-ff0b2919b9f3 img.shogun-image {
    
    width: px;
  }


#s-492f2b39-db16-4de8-8509-ff0b2919b9f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ca6748a-7243-4eb3-9f91-b75b9cbf11dd {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-bca19813-8e83-4740-bd5b-1620901b3e76 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bca19813-8e83-4740-bd5b-1620901b3e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bca19813-8e83-4740-bd5b-1620901b3e76.shg-box.shg-c {
  justify-content: center;
}

#s-fb063052-4cec-41a5-9051-df06376da591 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-fb063052-4cec-41a5-9051-df06376da591 img.shogun-image {
    
    width: px;
  }


#s-fb063052-4cec-41a5-9051-df06376da591 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc0279a-305b-4db2-a26a-a7b22608d414 {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

#s-c1191479-a685-4d35-b894-98aeb48b96ee {
  margin-top: 15px;
margin-bottom: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 201, 45, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c1191479-a685-4d35-b894-98aeb48b96ee:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(115, 201, 45, 1) !important;}#s-c1191479-a685-4d35-b894-98aeb48b96ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1191479-a685-4d35-b894-98aeb48b96ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-9e3eae20-a6a9-456a-b4c4-77da032df10f {
  min-height: 50px;
background-color: rgba(80, 80, 104, 1);
}








#s-9e3eae20-a6a9-456a-b4c4-77da032df10f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e3eae20-a6a9-456a-b4c4-77da032df10f.shg-box.shg-c {
  justify-content: center;
}

#s-cd260651-d803-475f-8e6c-f6891f446260 {
  margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd260651-d803-475f-8e6c-f6891f446260 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9f390cbd-d410-4148-a7b8-877c109f9144 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-f0d092ed-5a18-4151-9254-1bea7b0e0a23 {
  min-height: 50px;
}








#s-f0d092ed-5a18-4151-9254-1bea7b0e0a23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d092ed-5a18-4151-9254-1bea7b0e0a23.shg-box.shg-c {
  justify-content: center;
}

#s-f1aa3715-f39c-4f8a-934d-387629bdca27 {
  margin-left: 10%;
margin-right: 10%;
}

#s-f1aa3715-f39c-4f8a-934d-387629bdca27 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0.6);
}

#s-16edd2a6-3f26-419c-83e5-ef644b589471 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}








#s-6d01574a-b39e-4e2e-ba80-5892f23e9d65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d01574a-b39e-4e2e-ba80-5892f23e9d65.shg-box.shg-c {
  justify-content: center;
}

#s-5d096f3f-94a4-4ee2-a621-373d55af262b {
  margin-left: 10%;
margin-right: 10%;
}

#s-5d096f3f-94a4-4ee2-a621-373d55af262b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0.6);
}

#s-89afe9a6-2ff2-4b37-a3d5-4a086201b006 {
  min-height: 50px;
}








#s-89afe9a6-2ff2-4b37-a3d5-4a086201b006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89afe9a6-2ff2-4b37-a3d5-4a086201b006.shg-box.shg-c {
  justify-content: center;
}

#s-811694c8-4964-4c0e-9e54-b5a4ad39d775 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-0c06da2a-fc89-47a7-9a24-7d8fc42641a1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-0c06da2a-fc89-47a7-9a24-7d8fc42641a1 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0.6);
}

#s-ea467c32-ad59-4430-b674-089d3dafd203 {
  min-height: 50px;
}








#s-ea467c32-ad59-4430-b674-089d3dafd203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea467c32-ad59-4430-b674-089d3dafd203.shg-box.shg-c {
  justify-content: center;
}

#s-5f09658f-021a-4b63-9267-aacd645828c7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-left: 2px;
padding-right: 2px;
}

#s-8e6d4576-8ddf-4f5d-af81-fa7c61dd54d7 {
  margin-left: 10%;
margin-right: 10%;
}

#s-8e6d4576-8ddf-4f5d-af81-fa7c61dd54d7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0.6);
}

#s-cbbf29b5-dd87-46fd-9072-5d968d46cd52 {
  margin-top: 14px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
padding-left: 3px;
padding-right: 3px;
}

#s-31c62392-8c48-4bd0-b291-adfd9f0ae21d {
  margin-top: 28px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 201, 45, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-31c62392-8c48-4bd0-b291-adfd9f0ae21d:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(115, 201, 45, 1) !important;}#s-31c62392-8c48-4bd0-b291-adfd9f0ae21d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31c62392-8c48-4bd0-b291-adfd9f0ae21d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-074a1117-5129-4975-8a0e-f04352b9b552 {
  margin-bottom: 5%;
min-height: 50px;
}








#s-074a1117-5129-4975-8a0e-f04352b9b552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-074a1117-5129-4975-8a0e-f04352b9b552.shg-box.shg-c {
  justify-content: center;
}

#s-5b3d081b-5f66-4ce7-85be-dca5184539bc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 24px;
padding-bottom: 24px;
text-align: center;
}

#s-5b3d081b-5f66-4ce7-85be-dca5184539bc .shogun-heading-component h2 {
  color: rgba(246, 134, 33, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c880f859-26c5-4ba8-a269-933676cecd76 {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-c880f859-26c5-4ba8-a269-933676cecd76 {
  
}
}
@media (min-width: 0px) {
[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.0px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.5px);
}

[id="s-c880f859-26c5-4ba8-a269-933676cecd76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.5px);
}

}

#s-d5c81a81-addf-415e-a380-691d17579528 {
  border-style: solid;
margin-top: 4px;
margin-left: 2px;
margin-bottom: 4px;
margin-right: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
text-align: center;
}
#s-d5c81a81-addf-415e-a380-691d17579528:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(204, 204, 204, 1) !important;
border-radius: 0px !important;}



  #s-d5c81a81-addf-415e-a380-691d17579528 img.shogun-image {
    
    width: px;
  }


#s-d5c81a81-addf-415e-a380-691d17579528 .shogun-image-content {
  
    align-items: center;
  
}

#s-66e2dc6d-c0fc-4d47-a460-df71c198115f {
  border-style: solid;
margin-top: 4px;
margin-left: 2px;
margin-bottom: 4px;
margin-right: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
text-align: center;
}
#s-66e2dc6d-c0fc-4d47-a460-df71c198115f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(204, 204, 204, 1) !important;
border-radius: 0px !important;}



  #s-66e2dc6d-c0fc-4d47-a460-df71c198115f img.shogun-image {
    
    width: px;
  }


#s-66e2dc6d-c0fc-4d47-a460-df71c198115f .shogun-image-content {
  
    align-items: center;
  
}

#s-40ef651c-1540-441d-a272-22749e1d2cee {
  border-style: solid;
margin-top: 4px;
margin-left: 2px;
margin-bottom: 4px;
margin-right: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
text-align: center;
}
#s-40ef651c-1540-441d-a272-22749e1d2cee:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(204, 204, 204, 1) !important;
border-radius: 0px !important;}



  #s-40ef651c-1540-441d-a272-22749e1d2cee img.shogun-image {
    
    width: px;
  }


#s-40ef651c-1540-441d-a272-22749e1d2cee .shogun-image-content {
  
    align-items: center;
  
}

#s-6683b34d-a998-476a-92e2-4436136b7d79 {
  border-style: solid;
margin-top: 4px;
margin-left: 2px;
margin-bottom: 4px;
margin-right: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
text-align: center;
}
#s-6683b34d-a998-476a-92e2-4436136b7d79:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(204, 204, 204, 1) !important;
border-radius: 0px !important;}



  #s-6683b34d-a998-476a-92e2-4436136b7d79 img.shogun-image {
    
    width: px;
  }


#s-6683b34d-a998-476a-92e2-4436136b7d79 .shogun-image-content {
  
    align-items: center;
  
}

#s-54a7847c-791d-4f44-857e-16c1db59b0cc {
  min-height: 50px;
}








#s-54a7847c-791d-4f44-857e-16c1db59b0cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54a7847c-791d-4f44-857e-16c1db59b0cc.shg-box.shg-c {
  justify-content: center;
}

#s-53d28010-d6a2-4221-8e8f-e9a94c844cb0 {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-776a5c57-ad70-4ca6-95c0-304df3231b56 {
  margin-top: 0px;
margin-bottom: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(115, 201, 45, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-776a5c57-ad70-4ca6-95c0-304df3231b56:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(115, 201, 45, 1) !important;}#s-776a5c57-ad70-4ca6-95c0-304df3231b56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-776a5c57-ad70-4ca6-95c0-304df3231b56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
