.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-92f7cae6-cc3e-4829-bc3c-13e6582f57f4 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-92f7cae6-cc3e-4829-bc3c-13e6582f57f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92f7cae6-cc3e-4829-bc3c-13e6582f57f4.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;
}

@media (min-width: 0px) {
[id="s-e2e0e9fd-18ad-494a-89a2-b764bca8fd61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2e0e9fd-18ad-494a-89a2-b764bca8fd61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2e0e9fd-18ad-494a-89a2-b764bca8fd61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2e0e9fd-18ad-494a-89a2-b764bca8fd61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2e0e9fd-18ad-494a-89a2-b764bca8fd61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2e0e9fd-18ad-494a-89a2-b764bca8fd61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2e0e9fd-18ad-494a-89a2-b764bca8fd61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7f553659-0543-4d3b-9695-93bd6aa6f85a {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-7f553659-0543-4d3b-9695-93bd6aa6f85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f553659-0543-4d3b-9695-93bd6aa6f85a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6bc531c-67b7-4883-9279-b76f5256c597 {
  min-height: 50px;
}








#s-d6bc531c-67b7-4883-9279-b76f5256c597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6bc531c-67b7-4883-9279-b76f5256c597.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-a2ed4e48-9ecd-4a6c-9410-61ae8c882540 {
  margin-top: 0px;
margin-bottom: 15px;
padding-bottom: 0px;
}

#s-6d5c6bbe-b857-450e-88e3-5827ef766b58 {
  min-height: 50px;
}








#s-6d5c6bbe-b857-450e-88e3-5827ef766b58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d5c6bbe-b857-450e-88e3-5827ef766b58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a2bddd5-7f0b-4092-9638-0f7c1676b29f {
  margin-left: 20%;
margin-right: 20%;
padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a2bddd5-7f0b-4092-9638-0f7c1676b29f {
  margin-left: 2%;
margin-right: 2%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2a2bddd5-7f0b-4092-9638-0f7c1676b29f {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-2a2bddd5-7f0b-4092-9638-0f7c1676b29f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2a2bddd5-7f0b-4092-9638-0f7c1676b29f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2a2bddd5-7f0b-4092-9638-0f7c1676b29f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2a2bddd5-7f0b-4092-9638-0f7c1676b29f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

.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-798c4839-f858-4a9e-915c-e2274deb051d {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-798c4839-f858-4a9e-915c-e2274deb051d img.shogun-image {
    

    
    
    
  }


#s-798c4839-f858-4a9e-915c-e2274deb051d .shogun-image-content {
  
    align-items: 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-317a5f02-1f32-4340-a8bf-e5ef349629f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-317a5f02-1f32-4340-a8bf-e5ef349629f1 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-08e232a0-67b7-4d6b-9328-bf6b6ae03bcf {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-08e232a0-67b7-4d6b-9328-bf6b6ae03bcf img.shogun-image {
    

    
    
    
  }


#s-08e232a0-67b7-4d6b-9328-bf6b6ae03bcf .shogun-image-content {
  
    align-items: center;
  
}

#s-4e416df1-5d44-4c1b-938a-58f48a52d999 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e416df1-5d44-4c1b-938a-58f48a52d999 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a6360f5d-43e8-4c51-8bad-c147fcdcd827 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-a6360f5d-43e8-4c51-8bad-c147fcdcd827 img.shogun-image {
    

    
    
    
  }


#s-a6360f5d-43e8-4c51-8bad-c147fcdcd827 .shogun-image-content {
  
    align-items: center;
  
}

#s-e58e5d22-73a7-4138-acae-5020307d9e44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e58e5d22-73a7-4138-acae-5020307d9e44 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f3ba9818-04d9-4d78-a3aa-07bc2eca5fbe {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-f3ba9818-04d9-4d78-a3aa-07bc2eca5fbe img.shogun-image {
    

    
    
    
  }


#s-f3ba9818-04d9-4d78-a3aa-07bc2eca5fbe .shogun-image-content {
  
    align-items: center;
  
}

#s-046d346c-9511-456e-8293-265ca0735038 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-046d346c-9511-456e-8293-265ca0735038 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3f4a0e3e-93df-45d8-959d-a41c8d637930 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-3f4a0e3e-93df-45d8-959d-a41c8d637930 img.shogun-image {
    

    
    
    
  }


#s-3f4a0e3e-93df-45d8-959d-a41c8d637930 .shogun-image-content {
  
    align-items: center;
  
}

#s-54bffd08-523e-4721-9579-97829c328748 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54bffd08-523e-4721-9579-97829c328748 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8a597fff-660e-4689-ad57-af13d3495c1a {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-8a597fff-660e-4689-ad57-af13d3495c1a img.shogun-image {
    

    
    
    
  }


#s-8a597fff-660e-4689-ad57-af13d3495c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-91923918-47fe-4aac-ac9c-eb3d891250e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91923918-47fe-4aac-ac9c-eb3d891250e5 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b0399fec-86c4-4474-b7ec-f467ded9ec5c {
  padding-bottom: 30px;
min-height: 50px;
}








#s-b0399fec-86c4-4474-b7ec-f467ded9ec5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0399fec-86c4-4474-b7ec-f467ded9ec5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44184460-0850-41c7-aa6c-37a2cfad981b {
  text-align: left;
}

#s-e706f4a3-5cfa-4de2-94f9-1d00c951e9de {
  padding-bottom: 50px;
}
@media (max-width: 767px){#s-e706f4a3-5cfa-4de2-94f9-1d00c951e9de {
  padding-bottom: 25px;
}
}
#s-e706f4a3-5cfa-4de2-94f9-1d00c951e9de .shogun-icon-wrapper {
  text-align: center;
}


#s-e706f4a3-5cfa-4de2-94f9-1d00c951e9de .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(83, 86, 90, 1);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1200px){#s-631d155b-bcd0-4019-ae7f-898ce8be15ff {
  display: none;
}
#s-631d155b-bcd0-4019-ae7f-898ce8be15ff, #wrap-s-631d155b-bcd0-4019-ae7f-898ce8be15ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-631d155b-bcd0-4019-ae7f-898ce8be15ff {
  display: none;
}
#s-631d155b-bcd0-4019-ae7f-898ce8be15ff, #wrap-s-631d155b-bcd0-4019-ae7f-898ce8be15ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-631d155b-bcd0-4019-ae7f-898ce8be15ff {
  display: none;
}
#s-631d155b-bcd0-4019-ae7f-898ce8be15ff, #wrap-s-631d155b-bcd0-4019-ae7f-898ce8be15ff { display: none !important; }}@media (max-width: 767px){#s-631d155b-bcd0-4019-ae7f-898ce8be15ff {
  display: none;
}
#s-631d155b-bcd0-4019-ae7f-898ce8be15ff, #wrap-s-631d155b-bcd0-4019-ae7f-898ce8be15ff { display: none !important; }}
#s-97787749-b397-462c-9e83-36c1988ec64d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 1100px;
background-position: center top;
}
@media (max-width: 767px){#s-97787749-b397-462c-9e83-36c1988ec64d {
  min-height: 500px;
}
}







#s-97787749-b397-462c-9e83-36c1988ec64d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97787749-b397-462c-9e83-36c1988ec64d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbf34fd9-a880-4786-a3a8-3b084d608826 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 15%;
padding-bottom: 50px;
padding-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-dbf34fd9-a880-4786-a3a8-3b084d608826 {
  padding-top: 25px;
padding-left: 2%;
padding-bottom: 25px;
padding-right: 2%;
}
}






  #s-dbf34fd9-a880-4786-a3a8-3b084d608826 img.shogun-image {
    

    
    
    
  }


#s-dbf34fd9-a880-4786-a3a8-3b084d608826 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f5aa81e-b460-41f0-82dd-f3324bfe775e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4f5aa81e-b460-41f0-82dd-f3324bfe775e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f5aa81e-b460-41f0-82dd-f3324bfe775e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd {
  padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd {
  display: none;
}
#s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd, #wrap-s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd { display: none !important; }}
@media (min-width: 0px) {
[id="s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-7c7bbe9b-a71e-4e39-9ae4-a16a43adbcbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

}

#s-4ac4db40-fc97-4dd6-9cc5-4cafa992dcb1 {
  padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}

#s-4ac4db40-fc97-4dd6-9cc5-4cafa992dcb1 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-9446a753-314e-4434-ac82-a2ba4329c017 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

#s-43b7ff95-4cf9-41d5-ad9b-2047da4e647d {
  padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}

#s-43b7ff95-4cf9-41d5-ad9b-2047da4e647d .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d0780c2f-a400-4776-a237-ea84cc6ca6ee {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

#s-f4142185-2d4c-46d9-8f7e-47ba5348b322 {
  padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}

#s-f4142185-2d4c-46d9-8f7e-47ba5348b322 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-3da28590-d9b4-413a-8c67-a4e7b24e6930 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

.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-49338074-55c9-40fd-bb13-b075c8f74c66 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
@media (min-width: 1200px){#s-49338074-55c9-40fd-bb13-b075c8f74c66 {
  display: none;
}
#s-49338074-55c9-40fd-bb13-b075c8f74c66, #wrap-s-49338074-55c9-40fd-bb13-b075c8f74c66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49338074-55c9-40fd-bb13-b075c8f74c66 {
  display: none;
}
#s-49338074-55c9-40fd-bb13-b075c8f74c66, #wrap-s-49338074-55c9-40fd-bb13-b075c8f74c66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49338074-55c9-40fd-bb13-b075c8f74c66 {
  display: none;
}
#s-49338074-55c9-40fd-bb13-b075c8f74c66, #wrap-s-49338074-55c9-40fd-bb13-b075c8f74c66 { display: none !important; }}@media (max-width: 767px){#s-49338074-55c9-40fd-bb13-b075c8f74c66 {
  padding-top: 25px;
padding-bottom: 25px;
}
}
#s-49338074-55c9-40fd-bb13-b075c8f74c66 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-49338074-55c9-40fd-bb13-b075c8f74c66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-49338074-55c9-40fd-bb13-b075c8f74c66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(83, 86, 90, 1);
}

#s-49338074-55c9-40fd-bb13-b075c8f74c66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-49338074-55c9-40fd-bb13-b075c8f74c66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(83, 86, 90, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-49338074-55c9-40fd-bb13-b075c8f74c66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-bea211c8-310a-4fc3-982f-50dcb98ee492 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-7997981f-4de7-478b-bad5-08c52b76ad76 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-7cdc0e70-9640-4b29-87f1-2aac41ac3636 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-a3d4e015-b369-45e8-9a63-3d547b3f1468 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-a3d4e015-b369-45e8-9a63-3d547b3f1468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3d4e015-b369-45e8-9a63-3d547b3f1468.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a13419c9-e3d7-4699-bb17-3fb8f7c849bc {
  padding-bottom: 0px;
text-align: center;
}

#s-a13419c9-e3d7-4699-bb17-3fb8f7c849bc .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-361f6672-052e-4b86-a01e-7a59a4ab28b7 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-361f6672-052e-4b86-a01e-7a59a4ab28b7 img.shogun-image {
    

    
    
    
  }


#s-361f6672-052e-4b86-a01e-7a59a4ab28b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e05ad24c-7683-4b0f-867b-c60f4adce2ad {
  margin-bottom: 0px;
min-height: 50px;
background-color: rgba(66, 85, 99, 1);
}








#s-e05ad24c-7683-4b0f-867b-c60f4adce2ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e05ad24c-7683-4b0f-867b-c60f4adce2ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36ee503b-8ee9-484a-8507-3f0c0747ac0c {
  padding-top: 50px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(66, 85, 99, 1);
}

#s-36ee503b-8ee9-484a-8507-3f0c0747ac0c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-1bb9f750-4d82-4a49-af5c-483dec48cdcb {
  padding-left: 30%;
padding-right: 30%;
min-height: 50px;
background-color: rgba(66, 85, 99, 1);
}
@media (max-width: 767px){#s-1bb9f750-4d82-4a49-af5c-483dec48cdcb {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-1bb9f750-4d82-4a49-af5c-483dec48cdcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bb9f750-4d82-4a49-af5c-483dec48cdcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
  aspect-ratio: 16/9;
text-align: center;
background-color: rgba(66, 85, 99, 1);
}





  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image,
  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
    width: 100%;
    height: auto;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
    
    
  }


.s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
      position: relative;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image,
  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
    width: 100%;
    height: auto;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
    
    
  }


.s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
      position: relative;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image,
  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
    width: 100%;
    height: auto;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
    
    
  }


.s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
      position: relative;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image,
  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
    width: 100%;
    height: auto;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
    
    
  }


.s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
      position: relative;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image,
  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
    width: 100%;
    height: auto;
  }

  #s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
    
    
  }


.s-e5324b00-4e83-472a-b4c3-600e0855fb36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container {
      position: relative;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5324b00-4e83-472a-b4c3-600e0855fb36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-67af6c10-0056-4b05-941a-c533e5af66be {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-5c9daf0c-fd4d-4480-b94c-d53a70b351fe {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
}
@media (max-width: 767px){#s-5c9daf0c-fd4d-4480-b94c-d53a70b351fe {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-5c9daf0c-fd4d-4480-b94c-d53a70b351fe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-5c9daf0c-fd4d-4480-b94c-d53a70b351fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-5c9daf0c-fd4d-4480-b94c-d53a70b351fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(83, 86, 90, 1);
}

#s-5c9daf0c-fd4d-4480-b94c-d53a70b351fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-5c9daf0c-fd4d-4480-b94c-d53a70b351fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(83, 86, 90, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-5c9daf0c-fd4d-4480-b94c-d53a70b351fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5b8f2550-5a6c-4150-95f0-693b2d125c2b {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

#s-d04e0e35-8f99-4150-99be-5dfd86c95a3c {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

#s-43145b74-1b3d-4714-904d-4244a96069f0 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

#s-97088040-d65d-45bc-a49e-a856aa87a2ef {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

#s-3d16d098-8189-429f-9db9-4b3ac5d1bb97 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

#s-86f12a06-6f3f-46c3-927b-6dd82eaedfd9 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

#s-bd27ce23-37e3-4232-830a-31495658ad90 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}








#s-c9e63470-94cf-466b-a43b-147d77444349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9e63470-94cf-466b-a43b-147d77444349.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-875a6ea9-37e9-4f44-97e6-9d9b96684e53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-875a6ea9-37e9-4f44-97e6-9d9b96684e53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-875a6ea9-37e9-4f44-97e6-9d9b96684e53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-875a6ea9-37e9-4f44-97e6-9d9b96684e53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b25e1f08-da67-4650-95f5-437d3d07ce43 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center -25px;
}








#s-b25e1f08-da67-4650-95f5-437d3d07ce43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b25e1f08-da67-4650-95f5-437d3d07ce43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fc2a5e3-6860-40e6-ae74-b6ef79528491 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-2fc2a5e3-6860-40e6-ae74-b6ef79528491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fc2a5e3-6860-40e6-ae74-b6ef79528491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f807b987-c015-4a7d-aac2-840c32597061 {
  padding-top: 50px;
padding-left: 20%;
padding-bottom: 50px;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f807b987-c015-4a7d-aac2-840c32597061 {
  display: none;
}
#s-f807b987-c015-4a7d-aac2-840c32597061, #wrap-s-f807b987-c015-4a7d-aac2-840c32597061 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f807b987-c015-4a7d-aac2-840c32597061 {
  display: none;
}
#s-f807b987-c015-4a7d-aac2-840c32597061, #wrap-s-f807b987-c015-4a7d-aac2-840c32597061 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f807b987-c015-4a7d-aac2-840c32597061 {
  display: none;
}
#s-f807b987-c015-4a7d-aac2-840c32597061, #wrap-s-f807b987-c015-4a7d-aac2-840c32597061 { display: none !important; }}@media (max-width: 767px){#s-f807b987-c015-4a7d-aac2-840c32597061 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
display: none;
}
#s-f807b987-c015-4a7d-aac2-840c32597061, #wrap-s-f807b987-c015-4a7d-aac2-840c32597061 { display: none !important; }}







#s-f807b987-c015-4a7d-aac2-840c32597061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f807b987-c015-4a7d-aac2-840c32597061.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-0e8caf33-4564-4123-a5da-8134f1c5478e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e8caf33-4564-4123-a5da-8134f1c5478e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0e8caf33-4564-4123-a5da-8134f1c5478e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e8caf33-4564-4123-a5da-8134f1c5478e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-cd7b4d8d-b69a-4214-be60-e0f62f3cdf01 {
  text-align: center;
}







  #s-cd7b4d8d-b69a-4214-be60-e0f62f3cdf01 img.shogun-image {
    

    
    
    
  }


#s-cd7b4d8d-b69a-4214-be60-e0f62f3cdf01 .shogun-image-content {
  
    align-items: center;
  
}

#s-4da56309-bda2-4aea-94fd-0ef595172268 {
  text-align: center;
}







  #s-4da56309-bda2-4aea-94fd-0ef595172268 img.shogun-image {
    

    
    
    
  }


#s-4da56309-bda2-4aea-94fd-0ef595172268 .shogun-image-content {
  
    align-items: center;
  
}

#s-32e55a60-316f-4de6-b5d4-9e96be22ea4d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-32e55a60-316f-4de6-b5d4-9e96be22ea4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32e55a60-316f-4de6-b5d4-9e96be22ea4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32e55a60-316f-4de6-b5d4-9e96be22ea4d {
  
}
}@media (max-width: 767px){#s-32e55a60-316f-4de6-b5d4-9e96be22ea4d {
  
}
}







#s-32e55a60-316f-4de6-b5d4-9e96be22ea4d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-32e55a60-316f-4de6-b5d4-9e96be22ea4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53d3326a-0d34-405f-a34b-e18f1f8060af {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
background-color: rgba(245, 245, 245, 0);
}

@media (min-width: 0px) {
[id="s-53d3326a-0d34-405f-a34b-e18f1f8060af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53d3326a-0d34-405f-a34b-e18f1f8060af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-53d3326a-0d34-405f-a34b-e18f1f8060af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-53d3326a-0d34-405f-a34b-e18f1f8060af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-53d3326a-0d34-405f-a34b-e18f1f8060af"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1e33ca6d-623c-4460-b196-62586d260c98 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 100px;
}








#s-1e33ca6d-623c-4460-b196-62586d260c98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e33ca6d-623c-4460-b196-62586d260c98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ea45ee1-efbc-41de-a5ed-abb566f30222 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-5ea45ee1-efbc-41de-a5ed-abb566f30222 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a0ec0a41-258b-48e6-958a-dfb4be03353e {
  margin-left: 0px;
margin-right: 0px;
}

#s-04f53b0d-cb30-47c5-adfc-2eaabc42dce8 {
  border-radius: 5px;
text-align: center;
}







  #s-04f53b0d-cb30-47c5-adfc-2eaabc42dce8 img.shogun-image {
    

    
    
    
  }


#s-04f53b0d-cb30-47c5-adfc-2eaabc42dce8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c7664f2a-05f3-491e-823b-1482f33d2c28 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-c7664f2a-05f3-491e-823b-1482f33d2c28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7664f2a-05f3-491e-823b-1482f33d2c28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c7664f2a-05f3-491e-823b-1482f33d2c28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7664f2a-05f3-491e-823b-1482f33d2c28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-443bf0a4-c8d3-4cf1-9d30-276d55f43a5f {
  border-radius: 5px;
text-align: center;
}







  #s-443bf0a4-c8d3-4cf1-9d30-276d55f43a5f img.shogun-image {
    

    
    
    
  }


#s-443bf0a4-c8d3-4cf1-9d30-276d55f43a5f .shogun-image-content {
  
    align-items: center;
  
}

#s-391bf649-bb74-4c9e-b840-9a63a702dbc6 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-391bf649-bb74-4c9e-b840-9a63a702dbc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-391bf649-bb74-4c9e-b840-9a63a702dbc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3acb9b0-bb86-48c5-a7b4-22c6196d9a22 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-f3acb9b0-bb86-48c5-a7b4-22c6196d9a22 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-504cae27-30d0-4f05-bf07-34b25a6a3e1b {
  margin-left: 0px;
margin-right: 0px;
}

#s-4b049d1c-67d0-42d4-a748-47d621babfc5 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
background-color: rgba(255, 51, 51, 0);
}

@media (min-width: 0px) {
[id="s-4b049d1c-67d0-42d4-a748-47d621babfc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b049d1c-67d0-42d4-a748-47d621babfc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4b049d1c-67d0-42d4-a748-47d621babfc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b049d1c-67d0-42d4-a748-47d621babfc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-4b049d1c-67d0-42d4-a748-47d621babfc5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-21710d78-2c93-4215-bed5-e5609b828347 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-21710d78-2c93-4215-bed5-e5609b828347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21710d78-2c93-4215-bed5-e5609b828347.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9714ccdb-8eff-490c-b893-1653a5cd0d95 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-9714ccdb-8eff-490c-b893-1653a5cd0d95 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-df9c5926-eed1-4b00-a205-09cdecf7269a {
  margin-left: 0px;
margin-right: 0px;
}

#s-c293ceb4-d272-49c1-9505-d2e4d9c70fb3 {
  border-radius: 5px;
text-align: center;
}







  #s-c293ceb4-d272-49c1-9505-d2e4d9c70fb3 img.shogun-image {
    

    
    
    
  }


#s-c293ceb4-d272-49c1-9505-d2e4d9c70fb3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0c30c877-847e-4f10-9859-70f934574d7f {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-0c30c877-847e-4f10-9859-70f934574d7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c30c877-847e-4f10-9859-70f934574d7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0c30c877-847e-4f10-9859-70f934574d7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c30c877-847e-4f10-9859-70f934574d7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-69eeb4f5-bd79-4df8-b0e2-1e577e50c17c {
  border-radius: 5px;
text-align: center;
}







  #s-69eeb4f5-bd79-4df8-b0e2-1e577e50c17c img.shogun-image {
    

    
    
    
  }


#s-69eeb4f5-bd79-4df8-b0e2-1e577e50c17c .shogun-image-content {
  
    align-items: center;
  
}

#s-98271d5a-eaf2-49ae-af67-9fea0ad879ac {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-98271d5a-eaf2-49ae-af67-9fea0ad879ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98271d5a-eaf2-49ae-af67-9fea0ad879ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bf03bd5-38ca-4eef-8b24-b22c0630e8cb {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-5bf03bd5-38ca-4eef-8b24-b22c0630e8cb .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0df41000-577f-4e47-ac92-3c84e97046c9 {
  margin-left: 0px;
margin-right: 0px;
}

#s-526b3a13-3c6c-4494-92b1-2faacd5f496d {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-526b3a13-3c6c-4494-92b1-2faacd5f496d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-526b3a13-3c6c-4494-92b1-2faacd5f496d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-526b3a13-3c6c-4494-92b1-2faacd5f496d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-526b3a13-3c6c-4494-92b1-2faacd5f496d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-526b3a13-3c6c-4494-92b1-2faacd5f496d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e199d9e5-1d26-4e4e-a280-2438d030586c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-e199d9e5-1d26-4e4e-a280-2438d030586c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e199d9e5-1d26-4e4e-a280-2438d030586c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44b9d97b-16d2-4758-b390-0af33681b62a {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-44b9d97b-16d2-4758-b390-0af33681b62a .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3f44286d-80f0-4d81-8ecb-c687d27f1ccd {
  margin-left: 0%;
margin-right: 0%;
}

#s-763d6fef-b9cd-49ca-a968-4f505bba6d3b {
  border-radius: 5px;
text-align: center;
}







  #s-763d6fef-b9cd-49ca-a968-4f505bba6d3b img.shogun-image {
    

    
    
    
  }


#s-763d6fef-b9cd-49ca-a968-4f505bba6d3b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d4897622-f7f7-425c-814a-5d7e4ef3cb69 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-d4897622-f7f7-425c-814a-5d7e4ef3cb69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4897622-f7f7-425c-814a-5d7e4ef3cb69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-393ce070-36a3-4ea1-854e-1724aa87fc3e {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
}

#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65 {
  margin-top: 50px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65 {
  display: none;
}
#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65, #wrap-s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65 {
  display: none;
}
#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65, #wrap-s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65 {
  display: none;
}
#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65, #wrap-s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65 { display: none !important; }}@media (max-width: 767px){#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65 {
  margin-top: 25px;
}
}







#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c27f0c09-cd76-4e69-b0d4-f00ce4ee0a65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a356ddbb-73ad-4e7b-b7f2-33573591bed9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a356ddbb-73ad-4e7b-b7f2-33573591bed9 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}
}
#s-a356ddbb-73ad-4e7b-b7f2-33573591bed9 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a356ddbb-73ad-4e7b-b7f2-33573591bed9 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-be7f30b2-5241-4a47-a316-61740b9eed76 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 15%;
padding-right: 15%;
}
@media (max-width: 767px){#s-be7f30b2-5241-4a47-a316-61740b9eed76 {
  padding-left: 7.5%;
padding-right: 7.5%;
}
}
@media (min-width: 0px) {
[id="s-be7f30b2-5241-4a47-a316-61740b9eed76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be7f30b2-5241-4a47-a316-61740b9eed76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-be7f30b2-5241-4a47-a316-61740b9eed76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-be7f30b2-5241-4a47-a316-61740b9eed76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-be7f30b2-5241-4a47-a316-61740b9eed76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-be7f30b2-5241-4a47-a316-61740b9eed76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-be7f30b2-5241-4a47-a316-61740b9eed76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

#s-de5a1d11-c049-4972-8211-1cb8fa903cc9 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-de5a1d11-c049-4972-8211-1cb8fa903cc9 img.shogun-image {
    

    
    
    
  }


#s-de5a1d11-c049-4972-8211-1cb8fa903cc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bbcb50c-81d1-49fd-8a0f-b0a3375bc7a7 {
  min-height: 50px;
}








#s-6bbcb50c-81d1-49fd-8a0f-b0a3375bc7a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bbcb50c-81d1-49fd-8a0f-b0a3375bc7a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5b2a842-ceeb-436e-a089-92c7ade77928 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 {
  display: none;
}
#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0, #wrap-s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 {
  display: none;
}
#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0, #wrap-s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 {
  display: none;
}
#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0, #wrap-s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 { display: none !important; }}@media (max-width: 767px){#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 {
  display: none;
}
#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0, #wrap-s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 { display: none !important; }}







#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc174c38-0934-4c62-aa3c-54db2f17ebf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-984db3a7-ce35-46bf-ad0c-14d8baba0c9e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-984db3a7-ce35-46bf-ad0c-14d8baba0c9e {
  padding-bottom: 15px;
}
}
#s-984db3a7-ce35-46bf-ad0c-14d8baba0c9e .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-306901e1-eb3a-4bbd-930a-b10b3ab4b3f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (max-width: 767px){#s-306901e1-eb3a-4bbd-930a-b10b3ab4b3f6 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-306901e1-eb3a-4bbd-930a-b10b3ab4b3f6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-306901e1-eb3a-4bbd-930a-b10b3ab4b3f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-306901e1-eb3a-4bbd-930a-b10b3ab4b3f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(83, 86, 90, 1);
}

#s-306901e1-eb3a-4bbd-930a-b10b3ab4b3f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-306901e1-eb3a-4bbd-930a-b10b3ab4b3f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(83, 86, 90, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-306901e1-eb3a-4bbd-930a-b10b3ab4b3f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-81baa7a0-b860-4cb4-99dc-3edf5063b2f5 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-976ea567-9c64-4e51-a89c-8298f0946006 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-d42d6e8f-d32d-4d3f-92f9-099eb61f96d4 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-35b78602-ec76-408b-ad32-b6e2b3135c04 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-35b78602-ec76-408b-ad32-b6e2b3135c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b78602-ec76-408b-ad32-b6e2b3135c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e367ed4-bb18-464a-be33-62ed5b2070ab {
  text-align: left;
}

#s-f77443f7-1f62-4f9e-aaba-b7c54f878656 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-f77443f7-1f62-4f9e-aaba-b7c54f878656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f77443f7-1f62-4f9e-aaba-b7c54f878656.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-702c0ddb-443b-483e-be91-a8ba5dad47ed {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-702c0ddb-443b-483e-be91-a8ba5dad47ed {
  padding-bottom: 15px;
}
}
#s-702c0ddb-443b-483e-be91-a8ba5dad47ed .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-fc45037d-134b-4e32-8bf3-dbaf23fbccf0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (max-width: 767px){#s-fc45037d-134b-4e32-8bf3-dbaf23fbccf0 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-fc45037d-134b-4e32-8bf3-dbaf23fbccf0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-fc45037d-134b-4e32-8bf3-dbaf23fbccf0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-fc45037d-134b-4e32-8bf3-dbaf23fbccf0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(83, 86, 90, 1);
}

#s-fc45037d-134b-4e32-8bf3-dbaf23fbccf0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-fc45037d-134b-4e32-8bf3-dbaf23fbccf0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(83, 86, 90, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-fc45037d-134b-4e32-8bf3-dbaf23fbccf0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-a964ac7c-1555-47d2-8378-118620688ab8 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-e8a3f2cb-c8ef-48ea-bff8-69b81cb94ba2 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-19598e3a-d234-4609-801d-3f5f80967761 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-93aebbc3-6cac-4019-97a6-3ce515ee09e8 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-23cc9677-310b-4b47-943c-a5b80abd5ff3 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-ab827f22-9fbf-4509-8df6-46ef3d0b48a7 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-aea860c9-689e-4f37-904f-e3f6e65c52d1 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-86f2fc63-a1df-4335-9e8c-49a3c5e12ca6 {
  padding-top: 50px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-86f2fc63-a1df-4335-9e8c-49a3c5e12ca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86f2fc63-a1df-4335-9e8c-49a3c5e12ca6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71bcbc6c-863d-48bd-8757-772fadf49738 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-71bcbc6c-863d-48bd-8757-772fadf49738 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-92a34f5b-9477-42e7-9d37-0c81fa9c1a78 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

[id="s-92a34f5b-9477-42e7-9d37-0c81fa9c1a78"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-92a34f5b-9477-42e7-9d37-0c81fa9c1a78"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-2882dab8-992c-4358-b923-51659e93b6de {
  padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-2882dab8-992c-4358-b923-51659e93b6de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2882dab8-992c-4358-b923-51659e93b6de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2882dab8-992c-4358-b923-51659e93b6de {
  
}
}@media (max-width: 767px){#s-2882dab8-992c-4358-b923-51659e93b6de {
  
}
}







#s-2882dab8-992c-4358-b923-51659e93b6de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2882dab8-992c-4358-b923-51659e93b6de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6eb39d33-99d5-4597-8300-1f626390e2f1 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6eb39d33-99d5-4597-8300-1f626390e2f1 .shogun-heading-component h2 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-b010cca1-5cc9-4fae-9518-0428a7b76280 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-78fd2109-a445-4ffc-b7ba-a9f22de43ee4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 0px;
}

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