.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-bc2134a6-8153-4d48-9f63-643f6a828f44 {
  min-height: 50px;
}








#s-bc2134a6-8153-4d48-9f63-643f6a828f44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc2134a6-8153-4d48-9f63-643f6a828f44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c33fcb6-6218-4054-b36a-08fed454300a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7c33fcb6-6218-4054-b36a-08fed454300a {
  padding-top: 15px;
}
}@media (max-width: 767px){#s-7c33fcb6-6218-4054-b36a-08fed454300a {
  padding-top: 15px;
}
}







#s-7c33fcb6-6218-4054-b36a-08fed454300a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c33fcb6-6218-4054-b36a-08fed454300a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c4f2da5-e1c7-41c0-bd3c-75585903041b {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 0.28);
border-style: solid;
max-width: 1280px;
text-align: center;
}

#s-95f0ee03-6332-48a9-adc3-e6d3c14cfcfe {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(4, 22, 82, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-95f0ee03-6332-48a9-adc3-e6d3c14cfcfe {
  padding-top: 15px;
}
}@media (max-width: 767px){#s-95f0ee03-6332-48a9-adc3-e6d3c14cfcfe {
  padding-top: 15px;
padding-bottom: 10px;
}
}







#s-95f0ee03-6332-48a9-adc3-e6d3c14cfcfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95f0ee03-6332-48a9-adc3-e6d3c14cfcfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebe10b02-37ff-4e28-8a70-d4723c3efc8b {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebe10b02-37ff-4e28-8a70-d4723c3efc8b {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-ebe10b02-37ff-4e28-8a70-d4723c3efc8b {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-ebe10b02-37ff-4e28-8a70-d4723c3efc8b {
  background-image: url();
}








#s-ebe10b02-37ff-4e28-8a70-d4723c3efc8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebe10b02-37ff-4e28-8a70-d4723c3efc8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-bf9c0376-7a34-4dae-a38e-9f7014ddda00 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf9c0376-7a34-4dae-a38e-9f7014ddda00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-bf9c0376-7a34-4dae-a38e-9f7014ddda00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bf9c0376-7a34-4dae-a38e-9f7014ddda00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-bf9c0376-7a34-4dae-a38e-9f7014ddda00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-bf9c0376-7a34-4dae-a38e-9f7014ddda00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-e235c8ce-c10f-42b3-b324-32da5f7e97f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e235c8ce-c10f-42b3-b324-32da5f7e97f5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-e235c8ce-c10f-42b3-b324-32da5f7e97f5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-e235c8ce-c10f-42b3-b324-32da5f7e97f5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}
#s-10f90568-729f-4c3e-a37f-94946aa679c6 {
  min-height: 100px;
background-color: rgba(245, 221, 66, 1);
}








#s-10f90568-729f-4c3e-a37f-94946aa679c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f90568-729f-4c3e-a37f-94946aa679c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d90f1583-6688-40a8-9264-437809083e36 {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 18px;
padding-bottom: 12px;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 1px;
text-align: center;
background-color: rgba(240, 243, 250, 0);
}

#s-d90f1583-6688-40a8-9264-437809083e36 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (max-width: 767px){#s-d90f1583-6688-40a8-9264-437809083e36 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-094d01b1-c8d8-4e1c-aa3e-aff3e5cee917 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
max-width: 1320px;
}
@media (min-width: 1200px){#s-094d01b1-c8d8-4e1c-aa3e-aff3e5cee917 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-094d01b1-c8d8-4e1c-aa3e-aff3e5cee917 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-094d01b1-c8d8-4e1c-aa3e-aff3e5cee917 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-094d01b1-c8d8-4e1c-aa3e-aff3e5cee917 {
  padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-094d01b1-c8d8-4e1c-aa3e-aff3e5cee917 {
  background-image: url();
}








#s-094d01b1-c8d8-4e1c-aa3e-aff3e5cee917 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-094d01b1-c8d8-4e1c-aa3e-aff3e5cee917.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-e3c879cc-301d-4e62-9af1-139026cc2676 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e3c879cc-301d-4e62-9af1-139026cc2676"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3c879cc-301d-4e62-9af1-139026cc2676"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-e3c879cc-301d-4e62-9af1-139026cc2676"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-e3c879cc-301d-4e62-9af1-139026cc2676"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-e3c879cc-301d-4e62-9af1-139026cc2676"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3c879cc-301d-4e62-9af1-139026cc2676"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-e3c879cc-301d-4e62-9af1-139026cc2676"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

#s-c460dad7-74d6-4a48-94bc-97e826c9d5a0 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-c460dad7-74d6-4a48-94bc-97e826c9d5a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c460dad7-74d6-4a48-94bc-97e826c9d5a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f0e3754-6a38-40bf-896f-ee3b12e2d7b2 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f0e3754-6a38-40bf-896f-ee3b12e2d7b2 .shogun-heading-component h3 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-Medium";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2f0e3754-6a38-40bf-896f-ee3b12e2d7b2 .shogun-heading-component h3 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-Medium";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-2f0e3754-6a38-40bf-896f-ee3b12e2d7b2 .shogun-heading-component h3 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-Medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-44438ad0-aeb4-4a3d-b5ce-2357a2a786f0 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44438ad0-aeb4-4a3d-b5ce-2357a2a786f0 .shogun-heading-component h3 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-Medium";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-44438ad0-aeb4-4a3d-b5ce-2357a2a786f0 .shogun-heading-component h3 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-Medium";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-44438ad0-aeb4-4a3d-b5ce-2357a2a786f0 .shogun-heading-component h3 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-Medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-509a8817-315f-4a87-9d50-cf8e962f5c34 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-e624ada4-8570-4490-91cc-bc1989d67762 {
  box-shadow:0px 5px 10px 0px rgba(219, 219, 219, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
}








#s-e624ada4-8570-4490-91cc-bc1989d67762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e624ada4-8570-4490-91cc-bc1989d67762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-986be8c0-ce5d-4040-945a-774fe3a36f8f {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 18px;
padding-bottom: 12px;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
background-color: rgba(240, 243, 250, 1);
}
@media (min-width: 1200px){#s-986be8c0-ce5d-4040-945a-774fe3a36f8f {
  padding-top: 15px;
padding-left: 24px;
padding-bottom: 15px;
padding-right: 24px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-986be8c0-ce5d-4040-945a-774fe3a36f8f {
  padding-top: 15px;
padding-left: 24px;
padding-bottom: 15px;
padding-right: 24px;
}
}@media (max-width: 767px){#s-986be8c0-ce5d-4040-945a-774fe3a36f8f {
  padding-right: 30px;
}
}
#s-986be8c0-ce5d-4040-945a-774fe3a36f8f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-Medium";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-21183bd0-8fed-4d84-b535-64484df11e21 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 18px;
padding-right: 18px;
}
@media (min-width: 1200px){#s-21183bd0-8fed-4d84-b535-64484df11e21 {
  padding-left: 0px;
padding-right: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21183bd0-8fed-4d84-b535-64484df11e21 {
  padding-left: 0px;
padding-right: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-21183bd0-8fed-4d84-b535-64484df11e21 {
  padding-left: 0px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-21183bd0-8fed-4d84-b535-64484df11e21 {
  padding-right: 20px;
}
}
#s-fe0f89c2-fc7b-4aac-aab4-7d0b4d896e8b {
  margin-top: 10px;
}

#s-d087aeb4-2925-40c9-ae73-01c62e5b5d64 {
  min-height: 50px;
}








#s-d087aeb4-2925-40c9-ae73-01c62e5b5d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d087aeb4-2925-40c9-ae73-01c62e5b5d64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f671978-8969-49ac-8187-11800e355539 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f671978-8969-49ac-8187-11800e355539 {
  
}
}@media (max-width: 767px){#s-8f671978-8969-49ac-8187-11800e355539 {
  
}
}
#s-8f671978-8969-49ac-8187-11800e355539 .shogun-heading-component h3 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-Medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-dc6df323-36dd-4e06-bc1d-9baf1792d2e7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc6df323-36dd-4e06-bc1d-9baf1792d2e7 {
  
}
}@media (max-width: 767px){#s-dc6df323-36dd-4e06-bc1d-9baf1792d2e7 {
  
}
}
/*
* {
  box-sizing: border-box;
}
*/

.mobile-only-767 {
display: none;
}


.strands_envelope {
    background-color: #F0F3FA;
    padding: 80px 0 48px 0;
    width: 100%!important;
}

.strands-top-box {
    margin: 10px 0 0 0;
}
    
.strands-top h2 {
    color: rgba(2, 14, 53, 1);
    font-family: SuisseIntl-SemiBold;
    font-size: 40px;
    text-align: center;
    display: block;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
@media (max-width: 991px) {
    .strands-top h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {

.white-circle {
float: right; margin-right: 0px!important; padding-right: 0px!important; width: 24px; height: 24px; border: none; background: transparent 0% 0% no-repeat padding-box; opacity: 1;  
}


.mobile-only-767 {
display: block;
}
.mobile-hide-767 {
display: none!important;
}

    .strands-top h2 {
        font-size: 26px;
        line-height: 34px;
        font-weight: bold;
    }
.text-container {
width: 100%;
height: auto;
margin: auto;
padding: 0px;
border: 0px solid #CECECE;
opacity: 1;
margin-bottom: 0px;
}


.strands-top p {
text-align: left!important;
}

.smiley-devices{
display: block!important;
margin: auto!important;
text-align: center!important;
width: 227px;
height: 110px;
background: transparent url(https://cdn.shopify.com/s/files/1/0506/4746/6171/files/smiley-devices.svg?v=1648092086) 0% 0% no-repeat padding-box;
opacity: 1;
}
.almost-there {
margin: auto;
margin-top: 20px;
margin-bottom: 15px;
text-align: center!important;
font-family: 'SuisseIntl-Medium'; 
font-size: 22px;
color: #041652;
line-height: 32px;
}
.p-large {
margin-bottom: 0px!important;
}

}


.strands-top h2:after {
    content: '';
    border-bottom: 2px #2b98f7 solid;
    display: block;
    width: 176px;
    margin: 10px auto 0 auto;
}

.strands-top p {
  text-align: center;
  margin: 16px auto 32px auto;
  width: 90%;
  max-width: 1280px;
}

.strands-top .tabp {
  text-align: center;
  margin: 16px 0 32px 0;
}

@media (max-width: 1023px) {
    .strands-top-box {
        width: 90%;
        margin: 36px auto 0 auto;
        padding: 40px 18px;
        background-color: #FFF;
        box-shadow: 4px 10px 15px #00000029;
        border-radius: 16px;
    }
  .strands_envelope {
      padding-top: 60px;
  }
}

@media (max-width: 767px) {

    .strands-top-box {
        width: 90%;
        height: auto;
        margin: auto;
        margin-top: 20px;
        padding: 20px 18px;
        background-color: #FFF;
        box-shadow: 4px 10px 15px #00000029;
        border-radius: 16px;
    }
  .strands_envelope {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}




section.tabs {
  box-sizing: border-box;
  position: relative;
  max-width: 1280px;
  width: 90%;
  /*min-height: 760px;*/
  margin: 0 auto;
  z-index: 0;
  color: white;
  /*margin-top: 3em;*/
}

button.tabb {
  cursor: pointer;
  display: inline-block;
  background-color: #2526A9;
  color: white;
  /*width: 238px;*/
  min-width: 200px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: .25s ease;
  border: none;
  padding: 6px 32px 10px 32px;
  margin-right: 6px;
  border-radius: 12px 12px 0 0;
}
@media only screen and (max-width: 1370px) {
    button.tabb {
        /*width: 196px;
        font-size: 20px;*/
        font-size: 16px;
        padding: 8px 10px 10px 10px;
    }
}
@media only screen and (max-width: 1188px) {
    button.tabb {
        /*width: 176px;*/
        /*font-size: 16px;*/
        /*padding: 8px 10px 10px 10px;*/
        min-width: 150px;
    }
}

div.tabd:focus button.tabb, button.tabb:focus, .tabd.highlighted button.tabb {
  background-color: #FFFFFF;
  color: #2526A9;
}

button.tabb:focus + div.tabp, div.tabd:focus div.tabp, .tabd.highlighted div.tabp {
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  left: 0;
  z-index: 2;
  outline: none;
  padding-top: 48px;
}

div.tabp {
  display: none;
  /*min-height: 620px;*/
  color: #3D4649;
  text-align: left;
  font-size: 20px;
  padding: 0 45px;
  border-radius: 0 12px 12px 12px;
}

div.tabd {
  display: inline-block;
}

div.tabd:focus {
  outline: none;
}

div.tablas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*min-height: 460px;*/
    margin: 40px 0;
}
div.tabla {
    color: #3D4649;
    border-bottom: 2px solid #F0F3FA;
    font-size: 16px;
    width: 320px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.tabla.tabla-no-border {
    border-bottom: none;
    margin-bottom: 0;
}
div.tabla a, div.tabla a:hover, div.tabla a:focus {
    color: #041652;
    font-weight: bold;
    font-size: 18px;
}
@media (max-width: 1270px) {
    div.tabla {
        width: 264px;
    }
}

/*
body {
  padding: 3em;
}
*/

.pretab {
  text-align: center;
  margin-top: 300px;
}

    .la-menu-mobile {
      display: none;
    }
    @media (max-width: 1023px) {
      .la-menu-mobile {
        display: block;
      }
      #strand-tabs {
        display: none;
      }
    }

    .screenreader-text {
      position: absolute;
        left: -999px;
        width: 1px;
        height: 1px;      
    }
    
    .la-menu-btn {
      /*display: flex;
      align-content: stretch;
      justify-content: space-between;
      align-items: center;*/ 
      width: 100%;
      padding: 15px 20px;
      border: none;      
      border-radius: 16px;
      background-color: #2526a9;
      color: #FFF;
      font-family: 'SuisseIntl-Medium', Helvetica, Arial, sans-serif!important;
      font-size: 20px;
    }
    @media (max-width: 767px) {
      .la-menu-btn-mobile {
        width: 100%;
       padding: 15px 20px;
       margin: auto;
       border: none;
       text-align: left!important;
        background-color: #D6D6D6!important;
        border-radius: 12px;
        opacity: 1;
        color: #404040;
        font-family: 'SuisseIntl-Medium', Helvetica, Arial, sans-  
      serif!important; 
      font-size: 20px;
      }

      
    }


    #la-menu-dialog {
        height: 100%;
    }
    
    #la-menu-dialog .left-nav-activity {  
      padding: 20px 25px;
    }

    .left-nav-activity  {
      border-bottom: 1px solid #F0F3FA;
    }
    .left-nav-activity:last-of-type  {
      border-bottom: none;
    }
   
  .activity-menu-panel {
      background: #FFF;
    }
    .activity-menu-panel-head {
      display: flex;
      justify-content: flex-end;
      padding: 20px 25px;      
    }
    .activity-menu-panel-close {
      line-height: 0;
    }
    
    .activity-menu-panel h2 {
      text-transform: none;
      font-size: 20px;
      font-family: 'SuisseIntl-SemiBold', Helvetica, Arial, sans-serif;
      letter-spacing: normal;
      color: #041652;
      padding-left: 25px;
      padding-right: 25px;
    }
    
    .activity-menu-panel h2:after  {
      content: '';
      border-bottom: 2px solid;
      display: block;
      width: 100px;
      margin-top: 10px;
    }
    
    .activity-format {
      display: block;
      font-size: 16px;
    }
        
    .left-nav-activity a, 
    .current_activity .activity-title {
      color:  #041652;
      font-weight: 600;
    }
    .activity-title {
      font-size: 18px;
    }
    .current_activity .activity-title, 
    .left-nav-activity a:hover {
      text-decoration: underline;
    }

    .inactive-strand {
      margin: 0 auto;
      text-align: center;
    }
    .inactive-strand img {
      width: 522px;
    }
    .inactive-strand h3 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 0px;
      margin-top: 40px;
    }
    .inactive-strand p {
      font-size: 18px;
    }
    
    .underline-math h1:after, .underline-math h2:after {
      border-color: #2b98f7;
    }

    .underline-language h1:after, .underline-language h2:after {
      border-color: #f35c21;
    }    

    .underline-science h1:after, .underline-science h2:after {
      border-color: #1d9f7f;
    }

    .underline-social h1:after, .underline-social h2:after {
      border-color: #339f1d;
    }

#s-3d897706-696a-46ac-9e84-69f1c4fa74a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
max-width: 1320px;
}
@media (min-width: 1200px){#s-3d897706-696a-46ac-9e84-69f1c4fa74a0 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d897706-696a-46ac-9e84-69f1c4fa74a0 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d897706-696a-46ac-9e84-69f1c4fa74a0 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-3d897706-696a-46ac-9e84-69f1c4fa74a0 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}
#s-3d897706-696a-46ac-9e84-69f1c4fa74a0 {
  background-image: url();
}








#s-3d897706-696a-46ac-9e84-69f1c4fa74a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d897706-696a-46ac-9e84-69f1c4fa74a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32748d79-5b8d-45aa-910a-f136b2f219bc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-32748d79-5b8d-45aa-910a-f136b2f219bc {
  margin-bottom: 0px;
}
}
#s-32748d79-5b8d-45aa-910a-f136b2f219bc .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-32748d79-5b8d-45aa-910a-f136b2f219bc .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-32748d79-5b8d-45aa-910a-f136b2f219bc .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-32748d79-5b8d-45aa-910a-f136b2f219bc .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-32748d79-5b8d-45aa-910a-f136b2f219bc .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-6c374426-c93c-4eb6-91cf-8e2ad23ac9ab {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-754186fe-5a10-471f-acc6-228f7affa71c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 80px;
padding-right: 30px;
min-height: 50px;
max-width: 1300px;
}
@media (max-width: 767px){#s-754186fe-5a10-471f-acc6-228f7affa71c {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}
#s-754186fe-5a10-471f-acc6-228f7affa71c {
  background-image: url();
}








#s-754186fe-5a10-471f-acc6-228f7affa71c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-754186fe-5a10-471f-acc6-228f7affa71c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8a62a1b-1308-4017-9c3c-20fd8f58443b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b8a62a1b-1308-4017-9c3c-20fd8f58443b {
  margin-bottom: 0px;
}
}
#s-b8a62a1b-1308-4017-9c3c-20fd8f58443b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-b8a62a1b-1308-4017-9c3c-20fd8f58443b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b8a62a1b-1308-4017-9c3c-20fd8f58443b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b8a62a1b-1308-4017-9c3c-20fd8f58443b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-b8a62a1b-1308-4017-9c3c-20fd8f58443b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-47a4f4c7-c8dc-4e5b-a9a3-74fbbe16f929 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}
@media (max-width: 767px){#s-47a4f4c7-c8dc-4e5b-a9a3-74fbbe16f929 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-c3214c7b-2068-42be-bcac-f0436af6402d {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 1160px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c3214c7b-2068-42be-bcac-f0436af6402d {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3214c7b-2068-42be-bcac-f0436af6402d {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-c3214c7b-2068-42be-bcac-f0436af6402d {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-c2957071-6607-4e21-95c9-deaedec49fc8 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 243, 250, 1);
}








#s-c2957071-6607-4e21-95c9-deaedec49fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2957071-6607-4e21-95c9-deaedec49fc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feab7158-2372-48d9-9b64-9adfc499bc7b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-feab7158-2372-48d9-9b64-9adfc499bc7b {
  margin-bottom: 0px;
}
}
#s-feab7158-2372-48d9-9b64-9adfc499bc7b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-feab7158-2372-48d9-9b64-9adfc499bc7b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-feab7158-2372-48d9-9b64-9adfc499bc7b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-feab7158-2372-48d9-9b64-9adfc499bc7b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-feab7158-2372-48d9-9b64-9adfc499bc7b .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-a0b2f122-a237-47a2-af72-0b3f73437165 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-d74f44b1-7a43-442b-a862-b3fc4b01f21e {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: left;
}


  #s-d74f44b1-7a43-442b-a862-b3fc4b01f21e .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 1);
  }
  #s-d74f44b1-7a43-442b-a862-b3fc4b01f21e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 38, 169, 1);
    border: 1px solid rgba(37, 38, 169, 1);
  }
#s-d74f44b1-7a43-442b-a862-b3fc4b01f21e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(19, 19, 19, 1);
  font-family: SuisseIntl-Regular;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d74f44b1-7a43-442b-a862-b3fc4b01f21e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-d74f44b1-7a43-442b-a862-b3fc4b01f21e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 38, 169, 1);
}

#s-d74f44b1-7a43-442b-a862-b3fc4b01f21e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 38, 169, 1);
}

#s-2b60d913-96df-4098-a4e5-6b906e646789 {
  box-shadow:0px 5px 10px 0px rgba(219, 219, 219, 1);
margin-left: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
background-color: rgba(255, 255, 255, 1);
}

#s-f1ad9c3a-424d-44b6-8741-0442bb3dcb01 {
  box-shadow:0px 5px 10px 0px rgba(219, 219, 219, 1);
margin-left: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
background-color: rgba(255, 255, 255, 1);
}

#s-3627d06c-f736-4e34-9c2b-ba8634fa6c9f {
  padding-left: 30px;
padding-right: 30px;
}

#s-1ad58468-2bce-457a-8653-3490182103fd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1ad58468-2bce-457a-8653-3490182103fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ad58468-2bce-457a-8653-3490182103fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afb6cbca-3918-470b-acd5-b2383bf4060f {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
max-width: 1320px;
}
@media (min-width: 1200px){#s-afb6cbca-3918-470b-acd5-b2383bf4060f {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afb6cbca-3918-470b-acd5-b2383bf4060f {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-afb6cbca-3918-470b-acd5-b2383bf4060f {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
#s-afb6cbca-3918-470b-acd5-b2383bf4060f {
  background-image: url();
}








#s-afb6cbca-3918-470b-acd5-b2383bf4060f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afb6cbca-3918-470b-acd5-b2383bf4060f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b58ad40a-8ef5-46be-ad12-d2d8edfc3de7 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b58ad40a-8ef5-46be-ad12-d2d8edfc3de7 {
  margin-bottom: 0px;
}
}
#s-b58ad40a-8ef5-46be-ad12-d2d8edfc3de7 .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-b58ad40a-8ef5-46be-ad12-d2d8edfc3de7 .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b58ad40a-8ef5-46be-ad12-d2d8edfc3de7 .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b58ad40a-8ef5-46be-ad12-d2d8edfc3de7 .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-b58ad40a-8ef5-46be-ad12-d2d8edfc3de7 .shogun-heading-component h2 {
  color: rgba(2, 14, 53, 1);
  font-weight:  normal ;
  font-family: "SuisseIntl-SemiBold";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-c3d8d970-ff14-430d-b9d5-0ab96847234a {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}
@media (max-width: 767px){#s-c3d8d970-ff14-430d-b9d5-0ab96847234a {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-12be5f9b-e91d-43b4-9ad4-cb19109ebf0e {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 25px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12be5f9b-e91d-43b4-9ad4-cb19109ebf0e {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-12be5f9b-e91d-43b4-9ad4-cb19109ebf0e {
  margin-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-12be5f9b-e91d-43b4-9ad4-cb19109ebf0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12be5f9b-e91d-43b4-9ad4-cb19109ebf0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-12be5f9b-e91d-43b4-9ad4-cb19109ebf0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-12be5f9b-e91d-43b4-9ad4-cb19109ebf0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-316a52c8-9ed4-4180-9f0d-bf27c060b3e1 {
  box-shadow:0px 5px 10px 0px rgba(219, 219, 219, 1);
background-image: url(https://i.shgcdn.com/5912f29f-c0dc-48bd-bb43-30364cd0f1fd/);
background-repeat: no-repeat;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(0, 0, 0, 1);
}
#s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1:hover {background-image: url(https://i.shgcdn.com/5912f29f-c0dc-48bd-bb43-30364cd0f1fd/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: image !important;}#s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1:active {background-image: url(https://i.shgcdn.com/5912f29f-c0dc-48bd-bb43-30364cd0f1fd/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}

  #s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1-root {
    text-align: center;
  }


#s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: SuisseIntl-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1-root {
    text-align: center;
  }


#s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: SuisseIntl-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1-root {
    text-align: center;
  }


#s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: SuisseIntl-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1-root {
    text-align: center;
  }


#s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: SuisseIntl-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1-root {
    text-align: center;
  }


#s-316a52c8-9ed4-4180-9f0d-bf27c060b3e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: SuisseIntl-Regular;
  display:  block ;
}
}
#s-8df52941-f215-44d9-bb32-154bf86cefe4 {
  box-shadow:0px 5px 10px 0px rgba(219, 219, 219, 1);
background-image: url(https://i.shgcdn.com/a34277b5-65f0-4e49-82cc-e3ce2a1dec7a/);
background-repeat: no-repeat;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(0, 0, 0, 1);
}
#s-8df52941-f215-44d9-bb32-154bf86cefe4:hover {background-image: url(https://i.shgcdn.com/a34277b5-65f0-4e49-82cc-e3ce2a1dec7a/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: image !important;}#s-8df52941-f215-44d9-bb32-154bf86cefe4:active {background-image: url(https://i.shgcdn.com/a34277b5-65f0-4e49-82cc-e3ce2a1dec7a/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-8df52941-f215-44d9-bb32-154bf86cefe4-root {
    text-align: center;
  }


#s-8df52941-f215-44d9-bb32-154bf86cefe4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8df52941-f215-44d9-bb32-154bf86cefe4-root {
    text-align: center;
  }


#s-8df52941-f215-44d9-bb32-154bf86cefe4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8df52941-f215-44d9-bb32-154bf86cefe4-root {
    text-align: center;
  }


#s-8df52941-f215-44d9-bb32-154bf86cefe4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8df52941-f215-44d9-bb32-154bf86cefe4-root {
    text-align: center;
  }


#s-8df52941-f215-44d9-bb32-154bf86cefe4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8df52941-f215-44d9-bb32-154bf86cefe4-root {
    text-align: center;
  }


#s-8df52941-f215-44d9-bb32-154bf86cefe4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-08ee7694-0278-4866-8343-b9ec2c1e39a2 {
  box-shadow:0px 5px 10px 0px rgba(219, 219, 219, 1);
background-image: url(https://i.shgcdn.com/edb828b4-4821-4226-851a-3b6f6f20bfd4/);
background-repeat: no-repeat;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(0, 0, 0, 1);
}
#s-08ee7694-0278-4866-8343-b9ec2c1e39a2:hover {background-image: url(https://i.shgcdn.com/edb828b4-4821-4226-851a-3b6f6f20bfd4/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: image !important;}#s-08ee7694-0278-4866-8343-b9ec2c1e39a2:active {background-image: url(https://i.shgcdn.com/edb828b4-4821-4226-851a-3b6f6f20bfd4/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-08ee7694-0278-4866-8343-b9ec2c1e39a2 {
  margin-bottom: 30px;
}
}

  #s-08ee7694-0278-4866-8343-b9ec2c1e39a2-root {
    text-align: center;
  }


#s-08ee7694-0278-4866-8343-b9ec2c1e39a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-08ee7694-0278-4866-8343-b9ec2c1e39a2-root {
    text-align: center;
  }


#s-08ee7694-0278-4866-8343-b9ec2c1e39a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08ee7694-0278-4866-8343-b9ec2c1e39a2-root {
    text-align: center;
  }


#s-08ee7694-0278-4866-8343-b9ec2c1e39a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08ee7694-0278-4866-8343-b9ec2c1e39a2-root {
    text-align: center;
  }


#s-08ee7694-0278-4866-8343-b9ec2c1e39a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-08ee7694-0278-4866-8343-b9ec2c1e39a2-root {
    text-align: center;
  }


#s-08ee7694-0278-4866-8343-b9ec2c1e39a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-21148ca0-781f-4ab8-af68-b1b5369af8b0 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 25px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21148ca0-781f-4ab8-af68-b1b5369af8b0 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-21148ca0-781f-4ab8-af68-b1b5369af8b0 {
  margin-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-21148ca0-781f-4ab8-af68-b1b5369af8b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21148ca0-781f-4ab8-af68-b1b5369af8b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-21148ca0-781f-4ab8-af68-b1b5369af8b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-21148ca0-781f-4ab8-af68-b1b5369af8b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

#s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1 {
  box-shadow:0px 5px 10px 0px rgba(219, 219, 219, 1);
background-image: url(https://i.shgcdn.com/688d08e0-2026-43ce-a3b0-7a209a4259d0/);
background-repeat: no-repeat;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(0, 0, 0, 1);
}
#s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1:hover {background-image: url(https://i.shgcdn.com/688d08e0-2026-43ce-a3b0-7a209a4259d0/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: image !important;}#s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1:active {background-image: url(https://i.shgcdn.com/688d08e0-2026-43ce-a3b0-7a209a4259d0/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1 {
  margin-bottom: 30px;
}
}

  #s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1-root {
    text-align: center;
  }


#s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1-root {
    text-align: center;
  }


#s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1-root {
    text-align: center;
  }


#s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1-root {
    text-align: center;
  }


#s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1-root {
    text-align: center;
  }


#s-9a046786-94fb-4a2c-9ca3-cc8dc987b5a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-28c68945-88da-484c-88f0-5c8b272a3aaf {
  box-shadow:0px 5px 10px 0px rgba(219, 219, 219, 1);
background-image: url(https://i.shgcdn.com/e8ef8340-ceb6-4e29-acee-3eb4420a915e/);
background-repeat: no-repeat;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(0, 0, 0, 1);
}
#s-28c68945-88da-484c-88f0-5c8b272a3aaf:hover {background-image: url(https://i.shgcdn.com/e8ef8340-ceb6-4e29-acee-3eb4420a915e/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: image !important;}#s-28c68945-88da-484c-88f0-5c8b272a3aaf:active {background-image: url(https://i.shgcdn.com/e8ef8340-ceb6-4e29-acee-3eb4420a915e/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-28c68945-88da-484c-88f0-5c8b272a3aaf {
  margin-bottom: 30px;
}
}

  #s-28c68945-88da-484c-88f0-5c8b272a3aaf-root {
    text-align: center;
  }


#s-28c68945-88da-484c-88f0-5c8b272a3aaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-28c68945-88da-484c-88f0-5c8b272a3aaf-root {
    text-align: center;
  }


#s-28c68945-88da-484c-88f0-5c8b272a3aaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28c68945-88da-484c-88f0-5c8b272a3aaf-root {
    text-align: center;
  }


#s-28c68945-88da-484c-88f0-5c8b272a3aaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28c68945-88da-484c-88f0-5c8b272a3aaf-root {
    text-align: center;
  }


#s-28c68945-88da-484c-88f0-5c8b272a3aaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-28c68945-88da-484c-88f0-5c8b272a3aaf-root {
    text-align: center;
  }


#s-28c68945-88da-484c-88f0-5c8b272a3aaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-b91ca1e8-6d20-4460-906c-df40056b0b0c {
  box-shadow:0px 5px 10px 0px rgba(219, 219, 219, 1);
background-image: url(https://i.shgcdn.com/10fd0676-3235-4957-a231-8bb8a863c053/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: image;
color: rgba(0, 0, 0, 1);
}
#s-b91ca1e8-6d20-4460-906c-df40056b0b0c:hover {background-image: url(https://i.shgcdn.com/10fd0676-3235-4957-a231-8bb8a863c053/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: image !important;}#s-b91ca1e8-6d20-4460-906c-df40056b0b0c:active {background-image: url(https://i.shgcdn.com/10fd0676-3235-4957-a231-8bb8a863c053/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-b91ca1e8-6d20-4460-906c-df40056b0b0c {
  margin-bottom: 30px;
}
}

  #s-b91ca1e8-6d20-4460-906c-df40056b0b0c-root {
    text-align: center;
  }


#s-b91ca1e8-6d20-4460-906c-df40056b0b0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b91ca1e8-6d20-4460-906c-df40056b0b0c-root {
    text-align: center;
  }


#s-b91ca1e8-6d20-4460-906c-df40056b0b0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b91ca1e8-6d20-4460-906c-df40056b0b0c-root {
    text-align: center;
  }


#s-b91ca1e8-6d20-4460-906c-df40056b0b0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b91ca1e8-6d20-4460-906c-df40056b0b0c-root {
    text-align: center;
  }


#s-b91ca1e8-6d20-4460-906c-df40056b0b0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b91ca1e8-6d20-4460-906c-df40056b0b0c-root {
    text-align: center;
  }


#s-b91ca1e8-6d20-4460-906c-df40056b0b0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  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;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;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}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
