.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-33ecc1fa-e93a-4cd2-84d1-734833f27b57 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-33ecc1fa-e93a-4cd2-84d1-734833f27b57 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-33ecc1fa-e93a-4cd2-84d1-734833f27b57 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-33ecc1fa-e93a-4cd2-84d1-734833f27b57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33ecc1fa-e93a-4cd2-84d1-734833f27b57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-33ecc1fa-e93a-4cd2-84d1-734833f27b57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33ecc1fa-e93a-4cd2-84d1-734833f27b57.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-ce4c0bc7-b370-421e-8104-e5f95fda0499 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ce4c0bc7-b370-421e-8104-e5f95fda0499"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce4c0bc7-b370-421e-8104-e5f95fda0499"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce4c0bc7-b370-421e-8104-e5f95fda0499"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce4c0bc7-b370-421e-8104-e5f95fda0499"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce4c0bc7-b370-421e-8104-e5f95fda0499"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce4c0bc7-b370-421e-8104-e5f95fda0499"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce4c0bc7-b370-421e-8104-e5f95fda0499"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-6203205b-e183-44a7-9d14-67a4666bfaaf {
  text-align: left;
}



.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6203205b-e183-44a7-9d14-67a4666bfaaf img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-4a4cfc1c-1e8c-4e7f-9acc-41f1f94762b8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.28);
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a4cfc1c-1e8c-4e7f-9acc-41f1f94762b8 {
  
}
}@media (max-width: 767px){#s-4a4cfc1c-1e8c-4e7f-9acc-41f1f94762b8 {
  
}
}
#s-4a4cfc1c-1e8c-4e7f-9acc-41f1f94762b8 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 5px;
  padding-bottom: 0px;
}

#s-4a4cfc1c-1e8c-4e7f-9acc-41f1f94762b8 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-4a4cfc1c-1e8c-4e7f-9acc-41f1f94762b8 .shg-gallery-thumb-list-margin {
  margin-right: -5px;
}

#s-4a4cfc1c-1e8c-4e7f-9acc-41f1f94762b8 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-4a4cfc1c-1e8c-4e7f-9acc-41f1f94762b8 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-4a4cfc1c-1e8c-4e7f-9acc-41f1f94762b8 .shg-gallery-dot {
  background-color: #FFF;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c4fb7a69-53ef-4dd0-bed9-2b60122f560c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c4fb7a69-53ef-4dd0-bed9-2b60122f560c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4fb7a69-53ef-4dd0-bed9-2b60122f560c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4fb7a69-53ef-4dd0-bed9-2b60122f560c {
  
}
}@media (max-width: 767px){#s-c4fb7a69-53ef-4dd0-bed9-2b60122f560c {
  
}
}
#s-c4fb7a69-53ef-4dd0-bed9-2b60122f560c .shg-product-title-component h1 {
  color: rgba(1, 57, 129, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
}

#s-3e058304-7641-415a-910f-0baff5ad4c6f {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
text-align: 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-49a47ba7-815f-4511-9a51-4087b932176c {
  margin-top: 10px;
margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(10, 4, 4, 1);
}

#s-49a47ba7-815f-4511-9a51-4087b932176c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-bc229174-e89f-4da5-9299-0fb769ab0ae3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-52ed1afd-dabd-4a6e-bc6a-3d23c534ade1 {
  border-style: solid;
margin-top: 8%;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 233, 235, 1);
text-align: center;
}
@media (min-width: 1200px){#s-52ed1afd-dabd-4a6e-bc6a-3d23c534ade1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52ed1afd-dabd-4a6e-bc6a-3d23c534ade1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52ed1afd-dabd-4a6e-bc6a-3d23c534ade1 {
  
}
}@media (max-width: 767px){#s-52ed1afd-dabd-4a6e-bc6a-3d23c534ade1 {
  
}
}
#s-52ed1afd-dabd-4a6e-bc6a-3d23c534ade1 .shg-product-sold-out {
  display: none;
  color: rgba(1, 57, 129, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-52ed1afd-dabd-4a6e-bc6a-3d23c534ade1 .shg-product-price {
  color: rgba(1, 57, 129, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 25px;
}

#s-52ed1afd-dabd-4a6e-bc6a-3d23c534ade1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 0.71);
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-d95d79f4-602c-4e2f-83bc-d9a398e7cd66 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-d95d79f4-602c-4e2f-83bc-d9a398e7cd66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d95d79f4-602c-4e2f-83bc-d9a398e7cd66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d95d79f4-602c-4e2f-83bc-d9a398e7cd66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d95d79f4-602c-4e2f-83bc-d9a398e7cd66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-5b86258f-214a-4573-86cd-c23a10c0a150 {
  text-align: left;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5b86258f-214a-4573-86cd-c23a10c0a150-btn-wrapper {
    text-align: center;
  }


#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-variant-btn:hover {
  background: #252525;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-variant-btn:active, #s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5b86258f-214a-4573-86cd-c23a10c0a150 .shg-variant-btn.disabled {
  background: #252525;
}

#s-55a74267-e997-4085-bc60-541b5ee35fb9 {
  text-align: left;
}
@media (max-width: 767px){#s-55a74267-e997-4085-bc60-541b5ee35fb9 {
  margin-top: 20px;
}
}
#s-55a74267-e997-4085-bc60-541b5ee35fb9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-55a74267-e997-4085-bc60-541b5ee35fb9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-55a74267-e997-4085-bc60-541b5ee35fb9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-55a74267-e997-4085-bc60-541b5ee35fb9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-55a74267-e997-4085-bc60-541b5ee35fb9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
text-align: center;
background-color: rgba(1, 57, 129, 1);
font-size: 18px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
}
#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d {
  
}
}@media (max-width: 767px){#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d {
  
}
}


#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-97bf099a-32c1-4a3c-b3cb-cb18f3e28a8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0f0f8a9-1aaf-47c0-99b9-800229a3214b {
  text-align: left;
}

#s-b94cbb93-db22-45f3-a378-0211fdeb64c8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-c22914ab-9fe0-4592-958c-665467851b00 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-c22914ab-9fe0-4592-958c-665467851b00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.75em);
}

}

@media (min-width: 768px) {
[id="s-c22914ab-9fe0-4592-958c-665467851b00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-c22914ab-9fe0-4592-958c-665467851b00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-c22914ab-9fe0-4592-958c-665467851b00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-f102991f-a994-4a29-8c3c-daef34ae33c7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: right;
}







  #s-f102991f-a994-4a29-8c3c-daef34ae33c7 img.shogun-image {
    

    
    
    
  }


#s-f102991f-a994-4a29-8c3c-daef34ae33c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a80d8d27-1d10-4407-ab36-82433258fc2a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-a80d8d27-1d10-4407-ab36-82433258fc2a img.shogun-image {
    

    
    
    
  }


#s-a80d8d27-1d10-4407-ab36-82433258fc2a .shogun-image-content {
  
    align-items: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-7d6a962d-c56a-4d94-bdb1-e474bbb3130e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-7d6a962d-c56a-4d94-bdb1-e474bbb3130e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7d6a962d-c56a-4d94-bdb1-e474bbb3130e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-7d6a962d-c56a-4d94-bdb1-e474bbb3130e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-7d6a962d-c56a-4d94-bdb1-e474bbb3130e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7d6a962d-c56a-4d94-bdb1-e474bbb3130e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: Josefin Sans;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-7d6a962d-c56a-4d94-bdb1-e474bbb3130e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d1c9ff2e-c73b-4e9b-b60f-e9d035d88497 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0);
margin-top: 0%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d1c9ff2e-c73b-4e9b-b60f-e9d035d88497 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-d1c9ff2e-c73b-4e9b-b60f-e9d035d88497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1c9ff2e-c73b-4e9b-b60f-e9d035d88497.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-097659ef-391f-4d1e-ba1a-ceba23903a2b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
@media (max-width: 767px){#s-097659ef-391f-4d1e-ba1a-ceba23903a2b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-097659ef-391f-4d1e-ba1a-ceba23903a2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-097659ef-391f-4d1e-ba1a-ceba23903a2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-097659ef-391f-4d1e-ba1a-ceba23903a2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-097659ef-391f-4d1e-ba1a-ceba23903a2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-1f924e2d-9fa7-4dfc-96a4-9cabf892942d {
  min-height: 50px;
}








#s-1f924e2d-9fa7-4dfc-96a4-9cabf892942d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f924e2d-9fa7-4dfc-96a4-9cabf892942d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bffe13b8-a0ee-4bfb-86b4-4b3cf8a4094f {
  text-align: center;
}







  #s-bffe13b8-a0ee-4bfb-86b4-4b3cf8a4094f img.shogun-image {
    

    
    
    
  }


#s-bffe13b8-a0ee-4bfb-86b4-4b3cf8a4094f .shogun-image-content {
  
    align-items: center;
  
}

#s-6289fe8b-06c0-41d7-9dce-964428433cc5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6289fe8b-06c0-41d7-9dce-964428433cc5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: -40px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-6289fe8b-06c0-41d7-9dce-964428433cc5 .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-55c15297-654f-4576-b6b8-4dd0008ddfb7 {
  min-height: 50px;
}








#s-55c15297-654f-4576-b6b8-4dd0008ddfb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55c15297-654f-4576-b6b8-4dd0008ddfb7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2411e631-ad9f-4435-bec5-880d32cb9e92 {
  text-align: center;
}







  #s-2411e631-ad9f-4435-bec5-880d32cb9e92 img.shogun-image {
    

    
    
    
  }


#s-2411e631-ad9f-4435-bec5-880d32cb9e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0f15e85-27c8-49df-9b64-08cccb38c95d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0f15e85-27c8-49df-9b64-08cccb38c95d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: -40px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-b0f15e85-27c8-49df-9b64-08cccb38c95d .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-d4decc47-bb97-4f1e-90df-690859b44123 {
  min-height: 50px;
}








#s-d4decc47-bb97-4f1e-90df-690859b44123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4decc47-bb97-4f1e-90df-690859b44123.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aef2eb94-cdc4-4968-ab13-812a198f52da {
  text-align: center;
}







  #s-aef2eb94-cdc4-4968-ab13-812a198f52da img.shogun-image {
    

    
    
    
  }


#s-aef2eb94-cdc4-4968-ab13-812a198f52da .shogun-image-content {
  
    align-items: center;
  
}

#s-9a047ddf-f9c7-4bb6-89ec-ec64296090ea {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a047ddf-f9c7-4bb6-89ec-ec64296090ea {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-9a047ddf-f9c7-4bb6-89ec-ec64296090ea .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-bcb76ed5-f327-4462-8989-a8ec36bf63c2 {
  min-height: 50px;
}








#s-bcb76ed5-f327-4462-8989-a8ec36bf63c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb76ed5-f327-4462-8989-a8ec36bf63c2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7ec46b4d-3302-4242-a34e-061be0a7175d {
  text-align: center;
}







  #s-7ec46b4d-3302-4242-a34e-061be0a7175d img.shogun-image {
    

    
    
    
  }


#s-7ec46b4d-3302-4242-a34e-061be0a7175d .shogun-image-content {
  
    align-items: center;
  
}

#s-4d0e2c7e-cb33-4c43-816c-28a1d7247436 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d0e2c7e-cb33-4c43-816c-28a1d7247436 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: -40px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-4d0e2c7e-cb33-4c43-816c-28a1d7247436 .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-f758ae19-0b19-4128-b83e-354847c564ff {
  background-size: contain;
margin-left: -42px;
margin-right: -42px;
min-height: 400px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-f758ae19-0b19-4128-b83e-354847c564ff {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-f758ae19-0b19-4128-b83e-354847c564ff {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-f758ae19-0b19-4128-b83e-354847c564ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f758ae19-0b19-4128-b83e-354847c564ff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f2e2125-7b41-4323-9a4d-199dab6558d6 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f2e2125-7b41-4323-9a4d-199dab6558d6 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-1f2e2125-7b41-4323-9a4d-199dab6558d6 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
}







#s-1f2e2125-7b41-4323-9a4d-199dab6558d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f2e2125-7b41-4323-9a4d-199dab6558d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9ff8058-76b6-4578-8b32-9b2124e89f5b {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-d9ff8058-76b6-4578-8b32-9b2124e89f5b .shogun-heading-component h2 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-d7b4f3f2-87d1-41c9-91f9-6c2cc2b4556a {
  margin-top: auto;
margin-left: 15em;
margin-bottom: auto;
margin-right: 15em;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7b4f3f2-87d1-41c9-91f9-6c2cc2b4556a {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-d7b4f3f2-87d1-41c9-91f9-6c2cc2b4556a {
  margin-left: auto;
margin-right: auto;
}
}
#s-6ab56c7d-b220-4467-817e-c26bd7a947df {
  box-shadow:0px 0px 0px 0px ;
}

@media (min-width: 0px) {
[id="s-6ab56c7d-b220-4467-817e-c26bd7a947df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ab56c7d-b220-4467-817e-c26bd7a947df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-6ab56c7d-b220-4467-817e-c26bd7a947df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6ab56c7d-b220-4467-817e-c26bd7a947df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-6ab56c7d-b220-4467-817e-c26bd7a947df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6ab56c7d-b220-4467-817e-c26bd7a947df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-6ab56c7d-b220-4467-817e-c26bd7a947df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

#s-2ca17be5-c457-4e42-a0b0-be0f758a232a {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2ca17be5-c457-4e42-a0b0-be0f758a232a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ca17be5-c457-4e42-a0b0-be0f758a232a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ca17be5-c457-4e42-a0b0-be0f758a232a {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-2ca17be5-c457-4e42-a0b0-be0f758a232a {
  margin-left: 10px;
margin-right: 10px;
}
}







#s-2ca17be5-c457-4e42-a0b0-be0f758a232a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ca17be5-c457-4e42-a0b0-be0f758a232a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c947f77a-d6f2-4e73-b644-1013e0380ffc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.25);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 150px;
}
@media (min-width: 1200px){#s-c947f77a-d6f2-4e73-b644-1013e0380ffc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c947f77a-d6f2-4e73-b644-1013e0380ffc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c947f77a-d6f2-4e73-b644-1013e0380ffc {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-c947f77a-d6f2-4e73-b644-1013e0380ffc {
  margin-top: 25px;
margin-left: 15px;
margin-bottom: 25px;
margin-right: 15px;
background-color: rgba(168, 157, 157, 1);
}
}
@media (min-width: 0px) {
[id="s-c947f77a-d6f2-4e73-b644-1013e0380ffc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c947f77a-d6f2-4e73-b644-1013e0380ffc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-c947f77a-d6f2-4e73-b644-1013e0380ffc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-c947f77a-d6f2-4e73-b644-1013e0380ffc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

#s-4719a56c-7f8a-4542-abbb-eafdc6d90e74 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(47, 121, 159, 1);
min-height: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-4719a56c-7f8a-4542-abbb-eafdc6d90e74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4719a56c-7f8a-4542-abbb-eafdc6d90e74.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d9710eda-92d5-4aa1-b479-026ee1c670ac {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-d9710eda-92d5-4aa1-b479-026ee1c670ac .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-bd96f163-62ad-4917-93b3-74999ac0bf6b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd96f163-62ad-4917-93b3-74999ac0bf6b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}
#s-a05d3e1f-6b5d-4f60-b91f-d1391a150fc5 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(47, 121, 159, 1);
min-height: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-a05d3e1f-6b5d-4f60-b91f-d1391a150fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a05d3e1f-6b5d-4f60-b91f-d1391a150fc5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e8e503c-0d0a-44b2-8890-b08161e5f679 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-4e8e503c-0d0a-44b2-8890-b08161e5f679 .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-4bb53137-a226-48b3-b2da-4a18b36950c0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4bb53137-a226-48b3-b2da-4a18b36950c0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}
#s-6f4ed15b-1334-4b60-8e63-f5ee98d1dbad {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(47, 121, 159, 1);
min-height: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-6f4ed15b-1334-4b60-8e63-f5ee98d1dbad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f4ed15b-1334-4b60-8e63-f5ee98d1dbad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-574c7669-6d2c-4bca-b2e2-0f789967be6f {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-574c7669-6d2c-4bca-b2e2-0f789967be6f .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-3976d26a-44fe-477f-913c-67898816e2b2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3976d26a-44fe-477f-913c-67898816e2b2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}
#s-6598bc49-0b15-40bb-9475-166ab88225d9 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
margin-top: 20px;
margin-left: 200px;
margin-bottom: 20px;
margin-right: 200px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6598bc49-0b15-40bb-9475-166ab88225d9 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-6598bc49-0b15-40bb-9475-166ab88225d9 {
  margin-top: 10px;
margin-left: -10%;
margin-bottom: 10px;
margin-right: -10%;
}
}






  #s-6598bc49-0b15-40bb-9475-166ab88225d9 img.shogun-image {
    

    
    
    
  }


#s-6598bc49-0b15-40bb-9475-166ab88225d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddebbe51-3b2a-4e64-8fda-0951582a6d9e {
  margin-top: 50px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ddebbe51-3b2a-4e64-8fda-0951582a6d9e {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-ddebbe51-3b2a-4e64-8fda-0951582a6d9e {
  margin-top: 0px;
margin-left: 0px;
}
}







#s-ddebbe51-3b2a-4e64-8fda-0951582a6d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddebbe51-3b2a-4e64-8fda-0951582a6d9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-ddebbe51-3b2a-4e64-8fda-0951582a6d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddebbe51-3b2a-4e64-8fda-0951582a6d9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-8270cf1a-7fff-4c9b-993b-5b96b026cf41 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8270cf1a-7fff-4c9b-993b-5b96b026cf41 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8270cf1a-7fff-4c9b-993b-5b96b026cf41 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8270cf1a-7fff-4c9b-993b-5b96b026cf41 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-8270cf1a-7fff-4c9b-993b-5b96b026cf41 {
  margin-left: 10px;
margin-right: 10px;
}
}







#s-8270cf1a-7fff-4c9b-993b-5b96b026cf41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8270cf1a-7fff-4c9b-993b-5b96b026cf41.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e9d87069-cf58-4452-910b-257a2eb9e218 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.25);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 150px;
}
@media (min-width: 1200px){#s-e9d87069-cf58-4452-910b-257a2eb9e218 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9d87069-cf58-4452-910b-257a2eb9e218 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9d87069-cf58-4452-910b-257a2eb9e218 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-e9d87069-cf58-4452-910b-257a2eb9e218 {
  margin-top: 25px;
margin-left: 15px;
margin-bottom: 25px;
margin-right: 15px;
background-color: rgba(168, 157, 157, 1);
}
}
@media (min-width: 0px) {
[id="s-e9d87069-cf58-4452-910b-257a2eb9e218"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9d87069-cf58-4452-910b-257a2eb9e218"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-e9d87069-cf58-4452-910b-257a2eb9e218"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-e9d87069-cf58-4452-910b-257a2eb9e218"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

#s-71d86f62-cd81-4b9e-8ba2-80e805323915 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(47, 121, 159, 1);
min-height: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-71d86f62-cd81-4b9e-8ba2-80e805323915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71d86f62-cd81-4b9e-8ba2-80e805323915.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-85e473d8-be5d-48b9-b3f0-9d15dfa8e580 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-85e473d8-be5d-48b9-b3f0-9d15dfa8e580 .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-4970d522-c834-469e-8c0a-75bbbc79f0c8 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4970d522-c834-469e-8c0a-75bbbc79f0c8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}
#s-1d52b9b7-8ef9-40eb-bb92-bb3e3eeaf67c {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(47, 121, 159, 1);
min-height: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-1d52b9b7-8ef9-40eb-bb92-bb3e3eeaf67c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d52b9b7-8ef9-40eb-bb92-bb3e3eeaf67c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b34e742b-d9a9-46fb-a879-c4aec3560c8b {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-b34e742b-d9a9-46fb-a879-c4aec3560c8b .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-fc553c60-9634-4ab7-9f88-e32fc6fc8938 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc553c60-9634-4ab7-9f88-e32fc6fc8938 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}
#s-5b0aa3a7-9fb7-45f4-90b4-f4ab6d7f260a {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(47, 121, 159, 1);
min-height: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-5b0aa3a7-9fb7-45f4-90b4-f4ab6d7f260a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b0aa3a7-9fb7-45f4-90b4-f4ab6d7f260a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f8cc329f-e77f-4d4d-8ea4-afd070cb143d {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-f8cc329f-e77f-4d4d-8ea4-afd070cb143d .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-305b2d32-b95a-4387-91b7-5e1788e92db2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-305b2d32-b95a-4387-91b7-5e1788e92db2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}
#s-4f469249-3216-49f1-bd56-dd0b4be6fc76 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4f469249-3216-49f1-bd56-dd0b4be6fc76 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-4f469249-3216-49f1-bd56-dd0b4be6fc76 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-4f469249-3216-49f1-bd56-dd0b4be6fc76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f469249-3216-49f1-bd56-dd0b4be6fc76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1247f37e-b942-4f30-9ef7-eb47065adfc7 {
  padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
text-align: center;
}

#s-1247f37e-b942-4f30-9ef7-eb47065adfc7 .shogun-heading-component h2 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-82c9177a-4f00-4671-91a1-ec700a151c81 {
  margin-left: 200px;
margin-right: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82c9177a-4f00-4671-91a1-ec700a151c81 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-82c9177a-4f00-4671-91a1-ec700a151c81 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-82c9177a-4f00-4671-91a1-ec700a151c81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82c9177a-4f00-4671-91a1-ec700a151c81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-82c9177a-4f00-4671-91a1-ec700a151c81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-82c9177a-4f00-4671-91a1-ec700a151c81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

#s-29add4e9-ec9b-4f88-b7cc-17aec5ef0845 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
background-size: cover;
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: 0px;
min-height: 300px;
background-position: center center;
background-color: rgba(1, 57, 129, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-29add4e9-ec9b-4f88-b7cc-17aec5ef0845 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-29add4e9-ec9b-4f88-b7cc-17aec5ef0845 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-29add4e9-ec9b-4f88-b7cc-17aec5ef0845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29add4e9-ec9b-4f88-b7cc-17aec5ef0845.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b940821-1d0d-4a37-a46b-ccb2b20efe79 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b940821-1d0d-4a37-a46b-ccb2b20efe79 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: -40px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-1b940821-1d0d-4a37-a46b-ccb2b20efe79 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-575ab521-031c-4ddb-be6a-d920757b5340 {
  text-align: center;
}







  #s-575ab521-031c-4ddb-be6a-d920757b5340 img.shogun-image {
    

    
    
    
  }


#s-575ab521-031c-4ddb-be6a-d920757b5340 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c3e4b7a-89ea-4bd7-8afd-eb1f4b6abcbd {
  margin-left: 10px;
margin-right: 10px;
padding-left: 5px;
padding-right: 5px;
}

#s-6fe8d2ba-2684-49de-a64f-f08423246e1f {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
background-size: cover;
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: 0px;
min-height: 300px;
background-position: center center;
background-color: rgba(1, 57, 129, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6fe8d2ba-2684-49de-a64f-f08423246e1f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-6fe8d2ba-2684-49de-a64f-f08423246e1f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}
}







#s-6fe8d2ba-2684-49de-a64f-f08423246e1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fe8d2ba-2684-49de-a64f-f08423246e1f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-75e2e8de-445f-47af-947f-5a17e8f55579 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-75e2e8de-445f-47af-947f-5a17e8f55579 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: -40px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-75e2e8de-445f-47af-947f-5a17e8f55579 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-1a4028b4-ad91-47ab-b1d8-dfb770bf5fc0 {
  text-align: center;
}







  #s-1a4028b4-ad91-47ab-b1d8-dfb770bf5fc0 img.shogun-image {
    

    
    
    
  }


#s-1a4028b4-ad91-47ab-b1d8-dfb770bf5fc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f5107b7-4dc2-48cc-948b-78f3424c5310 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 5px;
padding-right: 5px;
}

#s-1c963f3a-0286-45c3-b7c5-c92e78eb5f6a {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
background-size: cover;
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: 0px;
min-height: 300px;
background-position: center center;
background-color: rgba(1, 57, 129, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1c963f3a-0286-45c3-b7c5-c92e78eb5f6a {
  min-height: 400px;
}
}@media (max-width: 767px){#s-1c963f3a-0286-45c3-b7c5-c92e78eb5f6a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}
}







#s-1c963f3a-0286-45c3-b7c5-c92e78eb5f6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c963f3a-0286-45c3-b7c5-c92e78eb5f6a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f03559cb-23ad-45b1-9c7d-2d6d0556b6d3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f03559cb-23ad-45b1-9c7d-2d6d0556b6d3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: -40px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-f03559cb-23ad-45b1-9c7d-2d6d0556b6d3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-8eab5360-2a33-4502-a522-f102811c53f1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-8eab5360-2a33-4502-a522-f102811c53f1 img.shogun-image {
    

    
    
    
  }


#s-8eab5360-2a33-4502-a522-f102811c53f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ca05c61-b7f2-44a3-9b2d-333c0a0464fa {
  margin-left: 10px;
margin-right: 10px;
padding-left: 5px;
padding-right: 5px;
}

#s-aa3d0403-b91d-41eb-9985-1886012393c2 {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(1, 57, 129, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-aa3d0403-b91d-41eb-9985-1886012393c2 {
  
}
}@media (max-width: 767px){#s-aa3d0403-b91d-41eb-9985-1886012393c2 {
  
}
}







#s-aa3d0403-b91d-41eb-9985-1886012393c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa3d0403-b91d-41eb-9985-1886012393c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a3eafa1-b3e5-42ec-83c0-47eeeb2a2d0d {
  padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
text-align: center;
}

#s-3a3eafa1-b3e5-42ec-83c0-47eeeb2a2d0d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc {
  margin-left: 150px;
margin-right: 150px;
}
}@media (max-width: 767px){#s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc {
  margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5a06ee3-7fee-460c-983b-d32e9d8b09bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-82f87fab-1a61-436c-a70c-a2b9b2aaad2e {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-82f87fab-1a61-436c-a70c-a2b9b2aaad2e {
  margin-top: 0px;
margin-left: -70px;
margin-bottom: 0px;
margin-right: -70px;
}
}
@media (min-width: 0px) {
[id="s-82f87fab-1a61-436c-a70c-a2b9b2aaad2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82f87fab-1a61-436c-a70c-a2b9b2aaad2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82f87fab-1a61-436c-a70c-a2b9b2aaad2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82f87fab-1a61-436c-a70c-a2b9b2aaad2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82f87fab-1a61-436c-a70c-a2b9b2aaad2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82f87fab-1a61-436c-a70c-a2b9b2aaad2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82f87fab-1a61-436c-a70c-a2b9b2aaad2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-dca803b2-fe03-4361-9ff8-76141b61300f {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
}

#s-dca803b2-fe03-4361-9ff8-76141b61300f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-dca803b2-fe03-4361-9ff8-76141b61300f .shg-sld-nav-button.shg-sld-left,
#s-dca803b2-fe03-4361-9ff8-76141b61300f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5241563d-936a-432e-adec-45f5af3cf454 {
  text-align: center;
}







  #s-5241563d-936a-432e-adec-45f5af3cf454 img.shogun-image {
    

    
    
    
  }


#s-5241563d-936a-432e-adec-45f5af3cf454 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a62041a-e096-4940-a064-2bd5ca24785d {
  text-align: center;
}







  #s-0a62041a-e096-4940-a064-2bd5ca24785d img.shogun-image {
    

    
    
    
  }


#s-0a62041a-e096-4940-a064-2bd5ca24785d .shogun-image-content {
  
    align-items: center;
  
}

#s-890dc9cc-9035-4601-94e1-7bc5d75ecea4 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-890dc9cc-9035-4601-94e1-7bc5d75ecea4 img.shogun-image {
    

    
    
    
  }


#s-890dc9cc-9035-4601-94e1-7bc5d75ecea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-66b2a968-e5a6-4b1b-8c79-9f5feb7a06e3 {
  min-height: 50px;
}








#s-66b2a968-e5a6-4b1b-8c79-9f5feb7a06e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66b2a968-e5a6-4b1b-8c79-9f5feb7a06e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1c8d901-7cd8-4e72-b390-4c50c050639d {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-a1c8d901-7cd8-4e72-b390-4c50c050639d .shogun-heading-component h2 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-58ee8b2e-ed7e-4493-880b-575dbc111dfc {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(1, 57, 129, 1);
}
@media (max-width: 767px){#s-58ee8b2e-ed7e-4493-880b-575dbc111dfc {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-58ee8b2e-ed7e-4493-880b-575dbc111dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58ee8b2e-ed7e-4493-880b-575dbc111dfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1d18039b-c0e5-49db-a443-b9ba1de0fa39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d18039b-c0e5-49db-a443-b9ba1de0fa39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d18039b-c0e5-49db-a443-b9ba1de0fa39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d18039b-c0e5-49db-a443-b9ba1de0fa39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d18039b-c0e5-49db-a443-b9ba1de0fa39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d18039b-c0e5-49db-a443-b9ba1de0fa39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d18039b-c0e5-49db-a443-b9ba1de0fa39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-ce90ca98-513f-482d-850c-86f13c8e27ed {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-ce90ca98-513f-482d-850c-86f13c8e27ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-113b1a81-174c-4112-8410-14672556784a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-113b1a81-174c-4112-8410-14672556784a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(136, 136, 136, 0.12);
}

#s-113b1a81-174c-4112-8410-14672556784a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-113b1a81-174c-4112-8410-14672556784a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(1, 57, 129, 1);
}

#s-113b1a81-174c-4112-8410-14672556784a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(136, 136, 136, 0.12);
}

#s-113b1a81-174c-4112-8410-14672556784a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(1, 57, 129, 1);
  text-align: left;
  font-family: Josefin Sans;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-113b1a81-174c-4112-8410-14672556784a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-80d32f22-83d9-4bd3-b44e-d5215980032f {
  padding-left: 5px;
padding-right: 5px;
}

#s-716fee99-e534-4222-89ef-09bf49cb092b {
  padding-left: 5px;
padding-right: 5px;
}

#s-25dd7a90-b145-4969-873c-e096857672fc {
  padding-left: 5px;
padding-right: 5px;
}

#s-b2c62734-afbd-4fcf-a00e-1611ba3a28f2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}








#s-b2c62734-afbd-4fcf-a00e-1611ba3a28f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2c62734-afbd-4fcf-a00e-1611ba3a28f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a85cfc35-67ce-4201-beb6-570394179bb5 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-a85cfc35-67ce-4201-beb6-570394179bb5 .shogun-heading-component h2 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-01b0efb2-e672-41b6-852b-626f9be57cdf {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-01b0efb2-e672-41b6-852b-626f9be57cdf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-01b0efb2-e672-41b6-852b-626f9be57cdf {
  margin-top: auto;
margin-bottom: auto;
}
}
@media (min-width: 0px) {
[id="s-01b0efb2-e672-41b6-852b-626f9be57cdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01b0efb2-e672-41b6-852b-626f9be57cdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-01b0efb2-e672-41b6-852b-626f9be57cdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-01b0efb2-e672-41b6-852b-626f9be57cdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-a6fb25b0-9c2d-439e-83d1-726b63363590 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-top: 30px;
margin-left: 100px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-a6fb25b0-9c2d-439e-83d1-726b63363590 {
  margin-left: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6fb25b0-9c2d-439e-83d1-726b63363590 {
  margin-left: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6fb25b0-9c2d-439e-83d1-726b63363590 {
  margin-left: 30px;
}
}@media (max-width: 767px){#s-a6fb25b0-9c2d-439e-83d1-726b63363590 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
min-height: 250px;
}
}







#s-a6fb25b0-9c2d-439e-83d1-726b63363590 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a6fb25b0-9c2d-439e-83d1-726b63363590.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e92464c5-8aac-411a-9f9b-5ea53c8b561d {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-e92464c5-8aac-411a-9f9b-5ea53c8b561d {
  min-height: 250px;
}
}







#s-e92464c5-8aac-411a-9f9b-5ea53c8b561d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e92464c5-8aac-411a-9f9b-5ea53c8b561d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-afea1425-0ca8-4983-bf70-c5111d51b3c8 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 77, 135, 1);
text-decoration: none;
}
#s-afea1425-0ca8-4983-bf70-c5111d51b3c8:hover {background-color: rgba(215, 232, 253, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-afea1425-0ca8-4983-bf70-c5111d51b3c8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-afea1425-0ca8-4983-bf70-c5111d51b3c8 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
letter-spacing: 0px;
}
}

  #s-afea1425-0ca8-4983-bf70-c5111d51b3c8-root {
    text-align: center;
  }


#s-afea1425-0ca8-4983-bf70-c5111d51b3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afea1425-0ca8-4983-bf70-c5111d51b3c8-root {
    text-align: center;
  }


#s-afea1425-0ca8-4983-bf70-c5111d51b3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afea1425-0ca8-4983-bf70-c5111d51b3c8-root {
    text-align: center;
  }


#s-afea1425-0ca8-4983-bf70-c5111d51b3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afea1425-0ca8-4983-bf70-c5111d51b3c8-root {
    text-align: center;
  }


#s-afea1425-0ca8-4983-bf70-c5111d51b3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afea1425-0ca8-4983-bf70-c5111d51b3c8-root {
    text-align: center;
  }


#s-afea1425-0ca8-4983-bf70-c5111d51b3c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-bcad5614-6003-4709-a2a4-d7753f9fb238 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 100px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-bcad5614-6003-4709-a2a4-d7753f9fb238 {
  margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcad5614-6003-4709-a2a4-d7753f9fb238 {
  margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcad5614-6003-4709-a2a4-d7753f9fb238 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-bcad5614-6003-4709-a2a4-d7753f9fb238 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}
}







#s-bcad5614-6003-4709-a2a4-d7753f9fb238 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bcad5614-6003-4709-a2a4-d7753f9fb238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86be0673-1953-49b0-b828-2ee7860f074a {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 245px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-86be0673-1953-49b0-b828-2ee7860f074a {
  margin-top: 5%;
margin-bottom: 5%;
}
}







#s-86be0673-1953-49b0-b828-2ee7860f074a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86be0673-1953-49b0-b828-2ee7860f074a {
  cursor: pointer;
}#s-86be0673-1953-49b0-b828-2ee7860f074a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 77, 135, 1);
text-decoration: none;
}
#s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2:hover {background-color: rgba(215, 232, 253, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
letter-spacing: 0px;
}
}

  #s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2-root {
    text-align: center;
  }


#s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2-root {
    text-align: center;
  }


#s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2-root {
    text-align: center;
  }


#s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2-root {
    text-align: center;
  }


#s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2-root {
    text-align: center;
  }


#s-1d25ffc1-902b-4f5e-a99b-fcf0ea3603d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-267731df-e4c4-4c44-933e-8589fba19f73 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.3);
background-repeat: no-repeat;
background-size: cover;
margin-top: 1em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
padding-top: 0em;
min-height: 245px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-267731df-e4c4-4c44-933e-8589fba19f73 {
  margin-top: 5%;
margin-bottom: 5%;
}
}







#s-267731df-e4c4-4c44-933e-8589fba19f73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-267731df-e4c4-4c44-933e-8589fba19f73 {
  cursor: pointer;
}#s-267731df-e4c4-4c44-933e-8589fba19f73.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-123d9ca1-983b-4307-9346-243d5ec714c3 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 77, 135, 1);
text-decoration: none;
}
#s-123d9ca1-983b-4307-9346-243d5ec714c3:hover {background-color: rgba(215, 232, 253, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-123d9ca1-983b-4307-9346-243d5ec714c3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-123d9ca1-983b-4307-9346-243d5ec714c3 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
letter-spacing: 0px;
}
}

  #s-123d9ca1-983b-4307-9346-243d5ec714c3-root {
    text-align: center;
  }


#s-123d9ca1-983b-4307-9346-243d5ec714c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-123d9ca1-983b-4307-9346-243d5ec714c3-root {
    text-align: center;
  }


#s-123d9ca1-983b-4307-9346-243d5ec714c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-123d9ca1-983b-4307-9346-243d5ec714c3-root {
    text-align: center;
  }


#s-123d9ca1-983b-4307-9346-243d5ec714c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-123d9ca1-983b-4307-9346-243d5ec714c3-root {
    text-align: center;
  }


#s-123d9ca1-983b-4307-9346-243d5ec714c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-123d9ca1-983b-4307-9346-243d5ec714c3-root {
    text-align: center;
  }


#s-123d9ca1-983b-4307-9346-243d5ec714c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-27733c10-f02b-4ff4-b8aa-f35d3efe0b48 {
  margin-top: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-27733c10-f02b-4ff4-b8aa-f35d3efe0b48 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
}
}







#s-27733c10-f02b-4ff4-b8aa-f35d3efe0b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27733c10-f02b-4ff4-b8aa-f35d3efe0b48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-83e56cff-ccaf-497b-afd8-45e2ad6f4e97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83e56cff-ccaf-497b-afd8-45e2ad6f4e97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83e56cff-ccaf-497b-afd8-45e2ad6f4e97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83e56cff-ccaf-497b-afd8-45e2ad6f4e97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83e56cff-ccaf-497b-afd8-45e2ad6f4e97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83e56cff-ccaf-497b-afd8-45e2ad6f4e97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83e56cff-ccaf-497b-afd8-45e2ad6f4e97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-df958446-2808-48a7-8224-ed6b50b882c0 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
text-align: center;
}

#s-df958446-2808-48a7-8224-ed6b50b882c0 .shogun-heading-component h3 {
  color: rgba(1, 57, 129, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}



#s-458e05b7-9732-4317-94b7-8a636ae31381 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-458e05b7-9732-4317-94b7-8a636ae31381 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(1, 57, 129, 0.28);
}

#s-458e05b7-9732-4317-94b7-8a636ae31381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-458e05b7-9732-4317-94b7-8a636ae31381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(1, 57, 129, 1);
}

#s-458e05b7-9732-4317-94b7-8a636ae31381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(1, 57, 129, 0.28);
}

#s-458e05b7-9732-4317-94b7-8a636ae31381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(1, 57, 129, 1);
  text-align: left;
  font-family: Josefin Sans;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-458e05b7-9732-4317-94b7-8a636ae31381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-e0eb246b-2493-4a63-95b5-909bdcac331a {
  padding-left: 5px;
padding-right: 5px;
}

#s-52ce98bf-f821-42a1-8cd8-a31a1e28bfd4 {
  padding-left: 5px;
padding-right: 5px;
}

#s-4d06a3dd-1f9c-4e2b-9622-b567adcbb615 {
  padding-left: 5px;
padding-right: 5px;
}

#s-79b8b1d0-06f7-4e48-9167-9c579893f434 {
  margin-top: 3%;
margin-bottom: 3%;
}

/*
  $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}
