#s-863348a2-0d7d-44dd-9132-4b2be189afee {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

#s-863348a2-0d7d-44dd-9132-4b2be189afee {
  display: none;
}
#s-f3323c00-13df-402d-bf9c-2622c100496b {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

#s-f3323c00-13df-402d-bf9c-2622c100496b {
  display: none;
}
.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-6f348c6a-b22a-4369-8c7e-fb9a6881612c {
  margin-left: 6%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-6f348c6a-b22a-4369-8c7e-fb9a6881612c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f348c6a-b22a-4369-8c7e-fb9a6881612c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f348c6a-b22a-4369-8c7e-fb9a6881612c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f348c6a-b22a-4369-8c7e-fb9a6881612c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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-552a6189-c340-4f6f-b499-f47596bc0107 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-552a6189-c340-4f6f-b499-f47596bc0107 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-552a6189-c340-4f6f-b499-f47596bc0107 .shg-sld-nav-button.shg-sld-left,
#s-552a6189-c340-4f6f-b499-f47596bc0107 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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;
}
#s-e1f159ec-55e9-417e-85f0-02a0a1ce2be6 {
  text-align: center;
}







  #s-e1f159ec-55e9-417e-85f0-02a0a1ce2be6 img.shogun-image {
    

    
    
    
  }


#s-e1f159ec-55e9-417e-85f0-02a0a1ce2be6 .shogun-image-content {
  
    align-items: center;
  
}

#s-dab74569-6558-4482-a44d-f18fe0e910be {
  text-align: center;
}







  #s-dab74569-6558-4482-a44d-f18fe0e910be img.shogun-image {
    

    
    
    
  }


#s-dab74569-6558-4482-a44d-f18fe0e910be .shogun-image-content {
  
    align-items: center;
  
}

#s-a79cf14d-7d79-4e71-8950-8197d130e0e6 {
  text-align: center;
}







  #s-a79cf14d-7d79-4e71-8950-8197d130e0e6 img.shogun-image {
    

    
    
    
  }


#s-a79cf14d-7d79-4e71-8950-8197d130e0e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b74496a0-8264-4785-bddb-e4e2581257f3 {
  text-align: center;
}







  #s-b74496a0-8264-4785-bddb-e4e2581257f3 img.shogun-image {
    

    
    
    
  }


#s-b74496a0-8264-4785-bddb-e4e2581257f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-73810648-f080-4bc4-a627-76207b6d8298 {
  text-align: center;
}







  #s-73810648-f080-4bc4-a627-76207b6d8298 img.shogun-image {
    

    
    
    
  }


#s-73810648-f080-4bc4-a627-76207b6d8298 .shogun-image-content {
  
    align-items: center;
  
}

#s-5630fe92-9171-4326-b4ef-2b64910bfd7b {
  text-align: center;
}







  #s-5630fe92-9171-4326-b4ef-2b64910bfd7b img.shogun-image {
    

    
    
    
  }


#s-5630fe92-9171-4326-b4ef-2b64910bfd7b .shogun-image-content {
  
    align-items: center;
  
}

#s-b9aab4f7-2466-4aa3-9caf-d31414905523 {
  text-align: center;
}







  #s-b9aab4f7-2466-4aa3-9caf-d31414905523 img.shogun-image {
    

    
    
    
  }


#s-b9aab4f7-2466-4aa3-9caf-d31414905523 .shogun-image-content {
  
    align-items: center;
  
}

#s-b525cacc-2e1b-42ac-8e70-aab30d0bea8a {
  text-align: center;
}







  #s-b525cacc-2e1b-42ac-8e70-aab30d0bea8a img.shogun-image {
    

    
    
    
  }


#s-b525cacc-2e1b-42ac-8e70-aab30d0bea8a .shogun-image-content {
  
    align-items: center;
  
}

#s-8f1ee835-7c23-43ac-bdbc-b154d2d95fc0 {
  text-align: center;
}







  #s-8f1ee835-7c23-43ac-bdbc-b154d2d95fc0 img.shogun-image {
    

    
    
    
  }


#s-8f1ee835-7c23-43ac-bdbc-b154d2d95fc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e4ca830-8bc9-4aef-aecd-1d57dd5590a6 {
  text-align: center;
}







  #s-8e4ca830-8bc9-4aef-aecd-1d57dd5590a6 img.shogun-image {
    

    
    
    
  }


#s-8e4ca830-8bc9-4aef-aecd-1d57dd5590a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f208fd1e-519c-4da9-ba1c-673e57de9c57 {
  text-align: center;
}







  #s-f208fd1e-519c-4da9-ba1c-673e57de9c57 img.shogun-image {
    

    
    
    
  }


#s-f208fd1e-519c-4da9-ba1c-673e57de9c57 .shogun-image-content {
  
    align-items: center;
  
}

#s-2777b415-f5be-459f-90c4-d14e73ab7428 {
  text-align: center;
}







  #s-2777b415-f5be-459f-90c4-d14e73ab7428 img.shogun-image {
    

    
    
    
  }


#s-2777b415-f5be-459f-90c4-d14e73ab7428 .shogun-image-content {
  
    align-items: center;
  
}

#s-216841f5-88af-4dce-92c8-1181bf45a887 {
  text-align: center;
}







  #s-216841f5-88af-4dce-92c8-1181bf45a887 img.shogun-image {
    

    
    
    
  }


#s-216841f5-88af-4dce-92c8-1181bf45a887 .shogun-image-content {
  
    align-items: center;
  
}

#s-06cb51c8-755d-4127-a264-5129f38d1ddd {
  text-align: center;
}







  #s-06cb51c8-755d-4127-a264-5129f38d1ddd img.shogun-image {
    

    
    
    
  }


#s-06cb51c8-755d-4127-a264-5129f38d1ddd .shogun-image-content {
  
    align-items: 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: ;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-05c264a8-a2c4-4a26-b226-8eb0dd26b55b hr {
  border-top: 2px solid #ddd;
}

.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-dde7c178-eb12-4e94-b11f-0d79ec3c7925 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dde7c178-eb12-4e94-b11f-0d79ec3c7925 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ebaffeec-b4fd-4743-af67-259a934036de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebaffeec-b4fd-4743-af67-259a934036de .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-7a117509-75d4-498f-a262-94c246b7fa5a hr {
  border-top: 2px solid #ddd;
}

#s-f2e5e033-d6ea-42c0-a02f-566e810243c5 hr {
  border-top: 2px solid #ddd;
}

.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-25a61b94-8b3a-4426-926c-1a1e991218fd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-25a61b94-8b3a-4426-926c-1a1e991218fd {
  display: none;
}
#s-25a61b94-8b3a-4426-926c-1a1e991218fd, #wrap-s-25a61b94-8b3a-4426-926c-1a1e991218fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25a61b94-8b3a-4426-926c-1a1e991218fd {
  display: none;
}
#s-25a61b94-8b3a-4426-926c-1a1e991218fd, #wrap-s-25a61b94-8b3a-4426-926c-1a1e991218fd { display:none !important; }}







#s-25a61b94-8b3a-4426-926c-1a1e991218fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25a61b94-8b3a-4426-926c-1a1e991218fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4f6da12-4980-43da-9f5d-35e91c18766a {
  min-height: 50px;
}








#s-b4f6da12-4980-43da-9f5d-35e91c18766a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4f6da12-4980-43da-9f5d-35e91c18766a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e68cd32-186d-47ab-90c1-48274636d62c {
  min-height: 50px;
}








#s-0e68cd32-186d-47ab-90c1-48274636d62c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e68cd32-186d-47ab-90c1-48274636d62c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5acb713-cf2c-45e0-94f8-5e4ef2ec5778 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e5acb713-cf2c-45e0-94f8-5e4ef2ec5778 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e5acb713-cf2c-45e0-94f8-5e4ef2ec5778 .shg-sld-nav-button.shg-sld-left,
#s-e5acb713-cf2c-45e0-94f8-5e4ef2ec5778 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-619b0e40-180e-4900-a12c-8dede0380c97 {
  text-align: center;
}







  #s-619b0e40-180e-4900-a12c-8dede0380c97 img.shogun-image {
    

    
    
    
  }


#s-619b0e40-180e-4900-a12c-8dede0380c97 .shogun-image-content {
  
    align-items: center;
  
}

#s-de85a9f8-fbe4-4f3b-a175-56bf273e3fec {
  text-align: center;
}







  #s-de85a9f8-fbe4-4f3b-a175-56bf273e3fec img.shogun-image {
    

    
    
    
  }


#s-de85a9f8-fbe4-4f3b-a175-56bf273e3fec .shogun-image-content {
  
    align-items: center;
  
}

#s-ae7e5cc2-695b-4e9a-b3f9-9ef5f008e9c0 {
  text-align: center;
}







  #s-ae7e5cc2-695b-4e9a-b3f9-9ef5f008e9c0 img.shogun-image {
    

    
    
    
  }


#s-ae7e5cc2-695b-4e9a-b3f9-9ef5f008e9c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-57303284-95c4-4bf4-8460-57bae752249b {
  min-height: 50px;
}








#s-57303284-95c4-4bf4-8460-57bae752249b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57303284-95c4-4bf4-8460-57bae752249b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-014ce437-7487-4628-ac62-06e901bf1bc0 {
  min-height: 50px;
}








#s-014ce437-7487-4628-ac62-06e901bf1bc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-014ce437-7487-4628-ac62-06e901bf1bc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd17a802-9986-4068-999b-4b4c38d9e721 {
  text-align: center;
}







  #s-cd17a802-9986-4068-999b-4b4c38d9e721 img.shogun-image {
    

    
    
    
  }


#s-cd17a802-9986-4068-999b-4b4c38d9e721 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f5d0af33-c1dd-457e-ba9c-d3f3cf973b33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-f5d0af33-c1dd-457e-ba9c-d3f3cf973b33 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 0.1px;
  
  
  text-align: right;
}



#s-e40e0fdc-8fb1-4707-9740-706f57d12a3c {
  text-align: center;
}







  #s-e40e0fdc-8fb1-4707-9740-706f57d12a3c img.shogun-image {
    

    
    
    
  }


#s-e40e0fdc-8fb1-4707-9740-706f57d12a3c .shogun-image-content {
  
    align-items: center;
  
}

#s-fdf49601-49fd-49b7-b10d-02fe920acbcb {
  text-align: center;
}







  #s-fdf49601-49fd-49b7-b10d-02fe920acbcb img.shogun-image {
    

    
    
    
  }


#s-fdf49601-49fd-49b7-b10d-02fe920acbcb .shogun-image-content {
  
    align-items: center;
  
}

#s-50282520-6296-4244-bf53-016e3a691d01 {
  margin-top: 8%;
margin-bottom: 0%;
text-align: center;
}







  #s-50282520-6296-4244-bf53-016e3a691d01 img.shogun-image {
    

    
    
    
  }


#s-50282520-6296-4244-bf53-016e3a691d01 .shogun-image-content {
  
    align-items: center;
  
}

#s-779ee68d-d639-4753-a833-10c2b50f189f {
  text-align: center;
}







  #s-779ee68d-d639-4753-a833-10c2b50f189f img.shogun-image {
    

    
    
    
  }


#s-779ee68d-d639-4753-a833-10c2b50f189f .shogun-image-content {
  
    align-items: center;
  
}

#s-e5b196df-83b6-4446-8864-8b847dd1ed26 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}







  #s-e5b196df-83b6-4446-8864-8b847dd1ed26 img.shogun-image {
    

    
    
    
  }


#s-e5b196df-83b6-4446-8864-8b847dd1ed26 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c42d8b9-50c3-4858-a959-30f07dc880fc {
  text-align: center;
}







  #s-8c42d8b9-50c3-4858-a959-30f07dc880fc img.shogun-image {
    

    
    
    
  }


#s-8c42d8b9-50c3-4858-a959-30f07dc880fc .shogun-image-content {
  
    align-items: center;
  
}

#s-5ae8ff6d-10de-4a0e-9245-0e0f99c06544 {
  text-align: center;
}







  #s-5ae8ff6d-10de-4a0e-9245-0e0f99c06544 img.shogun-image {
    

    
    
    
  }


#s-5ae8ff6d-10de-4a0e-9245-0e0f99c06544 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca69de22-a511-4a38-95f8-449f658e1d9e {
  text-align: center;
}







  #s-ca69de22-a511-4a38-95f8-449f658e1d9e img.shogun-image {
    

    
    
    
  }


#s-ca69de22-a511-4a38-95f8-449f658e1d9e .shogun-image-content {
  
    align-items: center;
  
}

#s-cec6212a-7fba-4702-aef9-739bc73474d2 {
  text-align: center;
}







  #s-cec6212a-7fba-4702-aef9-739bc73474d2 img.shogun-image {
    

    
    
    
  }


#s-cec6212a-7fba-4702-aef9-739bc73474d2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5db4ed20-6a8d-4ada-b1fa-df6f0baf7bb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-5db4ed20-6a8d-4ada-b1fa-df6f0baf7bb0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 0.5px;
  
  
  text-align: right;
}



#s-eea75ccf-fb0d-4dc1-adca-75077410dbae {
  min-height: 50px;
}








#s-eea75ccf-fb0d-4dc1-adca-75077410dbae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eea75ccf-fb0d-4dc1-adca-75077410dbae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f47d55e1-d84e-4fd4-b705-71723dc4d851 {
  min-height: 50px;
}








#s-f47d55e1-d84e-4fd4-b705-71723dc4d851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f47d55e1-d84e-4fd4-b705-71723dc4d851.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19e84623-8690-44cd-97f1-97d4132f460f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-19e84623-8690-44cd-97f1-97d4132f460f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-19e84623-8690-44cd-97f1-97d4132f460f .shg-sld-nav-button.shg-sld-left,
#s-19e84623-8690-44cd-97f1-97d4132f460f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c7007f5a-1046-42d5-a30b-67d8de4653dc {
  text-align: center;
}







  #s-c7007f5a-1046-42d5-a30b-67d8de4653dc img.shogun-image {
    

    
    
    
  }


#s-c7007f5a-1046-42d5-a30b-67d8de4653dc .shogun-image-content {
  
    align-items: center;
  
}

#s-01b90b00-7502-4e9a-b84d-a10af38d4560 {
  text-align: center;
}







  #s-01b90b00-7502-4e9a-b84d-a10af38d4560 img.shogun-image {
    

    
    
    
  }


#s-01b90b00-7502-4e9a-b84d-a10af38d4560 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa4402f1-f207-4b66-a53c-bb0496b29e02 {
  text-align: center;
}







  #s-fa4402f1-f207-4b66-a53c-bb0496b29e02 img.shogun-image {
    

    
    
    
  }


#s-fa4402f1-f207-4b66-a53c-bb0496b29e02 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d3abc72-4c53-43ff-8b6d-e51a60efc2e5 {
  min-height: 50px;
}








#s-5d3abc72-4c53-43ff-8b6d-e51a60efc2e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d3abc72-4c53-43ff-8b6d-e51a60efc2e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-920f3999-3f3a-4ab5-94e9-4e60b87a0f0a {
  min-height: 50px;
}








#s-920f3999-3f3a-4ab5-94e9-4e60b87a0f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920f3999-3f3a-4ab5-94e9-4e60b87a0f0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54b40c2d-d89d-49a2-9542-0ede4b9a7ed2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-54b40c2d-d89d-49a2-9542-0ede4b9a7ed2 {
  display: none;
}
#s-54b40c2d-d89d-49a2-9542-0ede4b9a7ed2, #wrap-s-54b40c2d-d89d-49a2-9542-0ede4b9a7ed2 { display:none !important; }}@media (max-width: 767px){#s-54b40c2d-d89d-49a2-9542-0ede4b9a7ed2 {
  display: none;
}
#s-54b40c2d-d89d-49a2-9542-0ede4b9a7ed2, #wrap-s-54b40c2d-d89d-49a2-9542-0ede4b9a7ed2 { display:none !important; }}







#s-54b40c2d-d89d-49a2-9542-0ede4b9a7ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b40c2d-d89d-49a2-9542-0ede4b9a7ed2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff45560c-49e8-459e-8a58-f939f71939f8 {
  min-height: 50px;
}








#s-ff45560c-49e8-459e-8a58-f939f71939f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff45560c-49e8-459e-8a58-f939f71939f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cfbc5e9-5937-4029-bb98-d577951b50cd {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2cfbc5e9-5937-4029-bb98-d577951b50cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cfbc5e9-5937-4029-bb98-d577951b50cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cfbc5e9-5937-4029-bb98-d577951b50cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2cfbc5e9-5937-4029-bb98-d577951b50cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cfbc5e9-5937-4029-bb98-d577951b50cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cfbc5e9-5937-4029-bb98-d577951b50cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cfbc5e9-5937-4029-bb98-d577951b50cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-672fb627-d1f3-49f7-bc17-62902985be30 {
  text-align: center;
}







  #s-672fb627-d1f3-49f7-bc17-62902985be30 img.shogun-image {
    

    
    
    
  }


#s-672fb627-d1f3-49f7-bc17-62902985be30 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd92f142-b95b-4b62-ab06-a1b673650831 {
  min-height: 50px;
}








#s-bd92f142-b95b-4b62-ab06-a1b673650831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd92f142-b95b-4b62-ab06-a1b673650831.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e8d1cea-54bf-4a58-81a1-453f43cd2d5e {
  min-height: 50px;
}








#s-4e8d1cea-54bf-4a58-81a1-453f43cd2d5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e8d1cea-54bf-4a58-81a1-453f43cd2d5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c4f1d10-28fe-4b3b-94df-8d8aa819016c {
  text-align: center;
}







  #s-2c4f1d10-28fe-4b3b-94df-8d8aa819016c img.shogun-image {
    

    
    
    
  }


#s-2c4f1d10-28fe-4b3b-94df-8d8aa819016c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e67eb6b7-3556-4134-b79d-dfa58136b8d9 {
  min-height: 50px;
}








#s-e67eb6b7-3556-4134-b79d-dfa58136b8d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e67eb6b7-3556-4134-b79d-dfa58136b8d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3eb4f526-3778-4fb6-8d9b-35a780c355ac {
  min-height: 50px;
}








#s-3eb4f526-3778-4fb6-8d9b-35a780c355ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eb4f526-3778-4fb6-8d9b-35a780c355ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5701bb78-881b-4ee7-b989-ea14456b9b27 {
  min-height: 50px;
}








#s-5701bb78-881b-4ee7-b989-ea14456b9b27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5701bb78-881b-4ee7-b989-ea14456b9b27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8298b652-760c-4a1b-a2e6-f0d763bae2b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8298b652-760c-4a1b-a2e6-f0d763bae2b2 .shogun-heading-component h1 {
  color: rgba(114, 113, 113, 1);
  font-weight:  200 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-6ac9d6e2-6b2d-490e-85e2-dc86a41a8bda {
  text-align: center;
}







  #s-6ac9d6e2-6b2d-490e-85e2-dc86a41a8bda img.shogun-image {
    

    
    
    
  }


#s-6ac9d6e2-6b2d-490e-85e2-dc86a41a8bda .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-869f2c2d-06d7-491c-a90e-db84e9dbf2e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-869f2c2d-06d7-491c-a90e-db84e9dbf2e5 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-cdf4d806-cc6e-419b-b849-414d48a028ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdf4d806-cc6e-419b-b849-414d48a028ba .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-26b29a1e-86a1-4089-be99-d1809678148e {
  text-align: center;
}







  #s-26b29a1e-86a1-4089-be99-d1809678148e img.shogun-image {
    

    
    
    
  }


#s-26b29a1e-86a1-4089-be99-d1809678148e .shogun-image-content {
  
    align-items: center;
  
}

#s-e1b174a5-8938-4531-89cb-da0a765d6a48 {
  min-height: 50px;
}








#s-e1b174a5-8938-4531-89cb-da0a765d6a48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1b174a5-8938-4531-89cb-da0a765d6a48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbfb616a-17a1-4767-9323-a79a7290210f {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-fbfb616a-17a1-4767-9323-a79a7290210f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbfb616a-17a1-4767-9323-a79a7290210f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e68f551-4a61-4fe5-a9c8-ca8325c8f49d {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-6e68f551-4a61-4fe5-a9c8-ca8325c8f49d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e68f551-4a61-4fe5-a9c8-ca8325c8f49d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e68f551-4a61-4fe5-a9c8-ca8325c8f49d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e68f551-4a61-4fe5-a9c8-ca8325c8f49d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d64be342-4a25-4257-b22e-6164f5198484 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d64be342-4a25-4257-b22e-6164f5198484 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a6b388d6-eb7c-4d4f-a967-0001628249d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6b388d6-eb7c-4d4f-a967-0001628249d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0a5252aa-1ddb-4fbe-b1f1-aac9b4c8920e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a5252aa-1ddb-4fbe-b1f1-aac9b4c8920e .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-01cb07fe-6aa7-47f5-8e34-0ecae973810f {
  min-height: 50px;
}








#s-01cb07fe-6aa7-47f5-8e34-0ecae973810f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01cb07fe-6aa7-47f5-8e34-0ecae973810f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1b10ad6-c7a3-487a-8fb9-bb0726d6e056 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-f1b10ad6-c7a3-487a-8fb9-bb0726d6e056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1b10ad6-c7a3-487a-8fb9-bb0726d6e056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38ab0316-f7d7-4d9a-9630-b6818a891e0d {
  min-height: 50px;
}








#s-38ab0316-f7d7-4d9a-9630-b6818a891e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38ab0316-f7d7-4d9a-9630-b6818a891e0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29ed4838-3b5d-4050-888a-60033351727d {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-29ed4838-3b5d-4050-888a-60033351727d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29ed4838-3b5d-4050-888a-60033351727d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29ed4838-3b5d-4050-888a-60033351727d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29ed4838-3b5d-4050-888a-60033351727d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-30088ea4-7d3f-4252-8030-5e7dbb68494c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30088ea4-7d3f-4252-8030-5e7dbb68494c .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-11f02e83-7695-460c-9f35-d6d7346b2a59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11f02e83-7695-460c-9f35-d6d7346b2a59 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-69e23b5d-ac80-4264-8481-f698f3d253d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69e23b5d-ac80-4264-8481-f698f3d253d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-29da5dd4-ab7f-4e3d-a0bc-06372193edd9 {
  text-align: center;
}







  #s-29da5dd4-ab7f-4e3d-a0bc-06372193edd9 img.shogun-image {
    

    
    
    
  }


#s-29da5dd4-ab7f-4e3d-a0bc-06372193edd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e3fdd64-64f6-48f8-9bc6-c77a4f20d0b3 {
  text-align: center;
}







  #s-8e3fdd64-64f6-48f8-9bc6-c77a4f20d0b3 img.shogun-image {
    

    
    
    
  }


#s-8e3fdd64-64f6-48f8-9bc6-c77a4f20d0b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3ea7e68-2e10-42f4-a947-8e656cb5cee2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3ea7e68-2e10-42f4-a947-8e656cb5cee2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-39538ace-4bcd-47d8-b374-bce6c7cc077c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39538ace-4bcd-47d8-b374-bce6c7cc077c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-7bea11d2-4345-47a8-a9c1-5b95b88a8086 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bea11d2-4345-47a8-a9c1-5b95b88a8086 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1595b55f-c659-4a08-9099-9b392062caaf {
  min-height: 50px;
}








#s-1595b55f-c659-4a08-9099-9b392062caaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1595b55f-c659-4a08-9099-9b392062caaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c2f5e78-f047-4c87-bd30-1117eaa0aa62 {
  min-height: 50px;
}








#s-3c2f5e78-f047-4c87-bd30-1117eaa0aa62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c2f5e78-f047-4c87-bd30-1117eaa0aa62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fb1b967-7f5f-42ba-9e1c-5abc44d0d9c0 {
  text-align: center;
}







  #s-8fb1b967-7f5f-42ba-9e1c-5abc44d0d9c0 img.shogun-image {
    

    
    
    
  }


#s-8fb1b967-7f5f-42ba-9e1c-5abc44d0d9c0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3842ae2c-9033-43e4-9f07-1aaacb4e27ff {
  min-height: 50px;
}








#s-3842ae2c-9033-43e4-9f07-1aaacb4e27ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3842ae2c-9033-43e4-9f07-1aaacb4e27ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f635887-8c92-48d8-b4ee-22f89ef63470 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-1f635887-8c92-48d8-b4ee-22f89ef63470 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f635887-8c92-48d8-b4ee-22f89ef63470.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-73f49d7d-c515-4f2f-aeb5-34c520b6ec67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73f49d7d-c515-4f2f-aeb5-34c520b6ec67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-73f49d7d-c515-4f2f-aeb5-34c520b6ec67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-73f49d7d-c515-4f2f-aeb5-34c520b6ec67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-73f49d7d-c515-4f2f-aeb5-34c520b6ec67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-73f49d7d-c515-4f2f-aeb5-34c520b6ec67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-73f49d7d-c515-4f2f-aeb5-34c520b6ec67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-82c5d08a-1dd8-44b3-9ca7-7dedfdc49b70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82c5d08a-1dd8-44b3-9ca7-7dedfdc49b70 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 0.5em;
  
  
}



#s-c96efb21-c19e-497a-9319-5775c38a7dda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c96efb21-c19e-497a-9319-5775c38a7dda .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  
}



#s-b575af96-ebaa-4d16-a472-5abaf9450666 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-b575af96-ebaa-4d16-a472-5abaf9450666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b575af96-ebaa-4d16-a472-5abaf9450666.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79c080d4-0c29-4fa2-bbef-746d9f3f45e7 {
  margin-left: 4%;
}

@media (min-width: 0px) {
[id="s-79c080d4-0c29-4fa2-bbef-746d9f3f45e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79c080d4-0c29-4fa2-bbef-746d9f3f45e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79c080d4-0c29-4fa2-bbef-746d9f3f45e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79c080d4-0c29-4fa2-bbef-746d9f3f45e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79c080d4-0c29-4fa2-bbef-746d9f3f45e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79c080d4-0c29-4fa2-bbef-746d9f3f45e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79c080d4-0c29-4fa2-bbef-746d9f3f45e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-fcc8bfd6-e22c-45e8-8d96-c43425616bf7 {
  min-height: 50px;
}








#s-fcc8bfd6-e22c-45e8-8d96-c43425616bf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcc8bfd6-e22c-45e8-8d96-c43425616bf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5863797f-5213-42c7-b15b-56a9628451fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5863797f-5213-42c7-b15b-56a9628451fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-ef0c4e41-4a22-4d6f-8102-5aea66ce115a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef0c4e41-4a22-4d6f-8102-5aea66ce115a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-c8204f5c-b8d8-4d18-b7a9-cb703153c569 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8204f5c-b8d8-4d18-b7a9-cb703153c569 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-7205cc14-cf9b-4337-801b-231cd5b00b1e {
  text-align: center;
}







  #s-7205cc14-cf9b-4337-801b-231cd5b00b1e img.shogun-image {
    

    
    
    
  }


#s-7205cc14-cf9b-4337-801b-231cd5b00b1e .shogun-image-content {
  
    align-items: center;
  
}

#s-8047f6f7-95e7-45ab-82c0-106def7d9245 {
  min-height: 50px;
}








#s-8047f6f7-95e7-45ab-82c0-106def7d9245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8047f6f7-95e7-45ab-82c0-106def7d9245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f7a7f3e-1b26-4265-baed-9b74edc2b5cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f7a7f3e-1b26-4265-baed-9b74edc2b5cd .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-659d6935-e461-414b-935c-756049c51672 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-659d6935-e461-414b-935c-756049c51672 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 0.7em;
  
  
}



#s-a5688b7b-26d8-4e7b-9183-335845f23fe5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5688b7b-26d8-4e7b-9183-335845f23fe5 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-d7af32ad-7d61-4232-952e-31d889f7d7c4 {
  text-align: center;
}







  #s-d7af32ad-7d61-4232-952e-31d889f7d7c4 img.shogun-image {
    

    
    
    
  }


#s-d7af32ad-7d61-4232-952e-31d889f7d7c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-23e4ab93-1b36-41e1-9e62-e7e964946b70 {
  text-align: center;
}







  #s-23e4ab93-1b36-41e1-9e62-e7e964946b70 img.shogun-image {
    

    
    
    
  }


#s-23e4ab93-1b36-41e1-9e62-e7e964946b70 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-530ab631-4b3a-4c4e-ae40-6839ae4904ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-530ab631-4b3a-4c4e-ae40-6839ae4904ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-530ab631-4b3a-4c4e-ae40-6839ae4904ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-530ab631-4b3a-4c4e-ae40-6839ae4904ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-530ab631-4b3a-4c4e-ae40-6839ae4904ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-530ab631-4b3a-4c4e-ae40-6839ae4904ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-530ab631-4b3a-4c4e-ae40-6839ae4904ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-72d988cf-76a6-4307-a295-3f6a968abf18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72d988cf-76a6-4307-a295-3f6a968abf18 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-e93cd260-368f-47e4-b7c1-f30605f3d1d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e93cd260-368f-47e4-b7c1-f30605f3d1d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-d854536b-50a4-411f-8078-9b1f6479bac7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d854536b-50a4-411f-8078-9b1f6479bac7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-72344ed3-3621-4a53-93d0-00ffadfff496 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72344ed3-3621-4a53-93d0-00ffadfff496 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-6fdc2694-c1bf-4623-90ad-228ee42d46e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6fdc2694-c1bf-4623-90ad-228ee42d46e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6fdc2694-c1bf-4623-90ad-228ee42d46e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6fdc2694-c1bf-4623-90ad-228ee42d46e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6fdc2694-c1bf-4623-90ad-228ee42d46e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6fdc2694-c1bf-4623-90ad-228ee42d46e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6fdc2694-c1bf-4623-90ad-228ee42d46e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-b5d08160-acce-4f3e-b300-e91cd9950b72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5d08160-acce-4f3e-b300-e91cd9950b72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-f6c1a49f-0534-4241-a7d3-ed53bf17cc5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6c1a49f-0534-4241-a7d3-ed53bf17cc5b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-8ddef240-7a39-41ec-8d85-f22904ebd5e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ddef240-7a39-41ec-8d85-f22904ebd5e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-21b51373-ef0c-47a8-99a0-c15405043ccb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-21b51373-ef0c-47a8-99a0-c15405043ccb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-b889dc4b-ef48-4e41-ae36-e7e2c451530d {
  min-height: 50px;
}








#s-b889dc4b-ef48-4e41-ae36-e7e2c451530d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b889dc4b-ef48-4e41-ae36-e7e2c451530d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33e199a0-fd80-4878-a2c6-0122f5c6eec5 {
  text-align: center;
}







  #s-33e199a0-fd80-4878-a2c6-0122f5c6eec5 img.shogun-image {
    

    
    
    
  }


#s-33e199a0-fd80-4878-a2c6-0122f5c6eec5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cacefaf3-1262-4780-a35d-300d6dcf9411 {
  min-height: 50px;
}








#s-cacefaf3-1262-4780-a35d-300d6dcf9411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cacefaf3-1262-4780-a35d-300d6dcf9411.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-038b710e-1030-472a-b00f-65232458631a {
  min-height: 50px;
}








#s-038b710e-1030-472a-b00f-65232458631a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-038b710e-1030-472a-b00f-65232458631a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3876dd45-78d3-4d53-a083-0c3135f06763 {
  min-height: 50px;
}








#s-3876dd45-78d3-4d53-a083-0c3135f06763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3876dd45-78d3-4d53-a083-0c3135f06763.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19f18129-b513-41b8-89c5-ca06e97ef5c5 {
  min-height: 50px;
}








#s-19f18129-b513-41b8-89c5-ca06e97ef5c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19f18129-b513-41b8-89c5-ca06e97ef5c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e0b3089-48ca-4180-94b1-86f0936d0d75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e0b3089-48ca-4180-94b1-86f0936d0d75 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  
}



#s-3942419b-67ea-478e-bdc7-2aa193b137cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3942419b-67ea-478e-bdc7-2aa193b137cb .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-64ad333c-10b1-4b14-9afc-37d7dd44fb06 {
  text-align: center;
}







  #s-64ad333c-10b1-4b14-9afc-37d7dd44fb06 img.shogun-image {
    

    
    
    
  }


#s-64ad333c-10b1-4b14-9afc-37d7dd44fb06 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-607aa955-294d-4198-b24e-04e1f114f521 {
  min-height: 50px;
}








#s-607aa955-294d-4198-b24e-04e1f114f521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-607aa955-294d-4198-b24e-04e1f114f521.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b60b346b-bd06-4407-8add-3015a2308e5a {
  min-height: 50px;
}








#s-b60b346b-bd06-4407-8add-3015a2308e5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b60b346b-bd06-4407-8add-3015a2308e5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d4832cf-0367-4bff-93ab-92d963ff3fce {
  min-height: 50px;
}








#s-0d4832cf-0367-4bff-93ab-92d963ff3fce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d4832cf-0367-4bff-93ab-92d963ff3fce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a02c8b9-2a0e-4935-88c7-7e49a51391d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a02c8b9-2a0e-4935-88c7-7e49a51391d3 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-5b9c6f09-6625-41b7-a694-a15facbc92f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b9c6f09-6625-41b7-a694-a15facbc92f9 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-b71c83b5-1c3b-4fcf-b889-a56efb62794a {
  text-align: center;
}







  #s-b71c83b5-1c3b-4fcf-b889-a56efb62794a img.shogun-image {
    

    
    
    
  }


#s-b71c83b5-1c3b-4fcf-b889-a56efb62794a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5b6ff7d9-26c7-4101-851a-770f45f6ee39 {
  min-height: 50px;
}








#s-5b6ff7d9-26c7-4101-851a-770f45f6ee39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6ff7d9-26c7-4101-851a-770f45f6ee39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad61b1bf-a401-4f17-82d7-dd908a73ada3 {
  min-height: 50px;
}








#s-ad61b1bf-a401-4f17-82d7-dd908a73ada3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad61b1bf-a401-4f17-82d7-dd908a73ada3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13d2ce1d-6961-4438-8b37-b57d7996252f {
  min-height: 50px;
}








#s-13d2ce1d-6961-4438-8b37-b57d7996252f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d2ce1d-6961-4438-8b37-b57d7996252f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-293becb1-0ec1-4871-a42b-ff6b9e01b942 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-293becb1-0ec1-4871-a42b-ff6b9e01b942 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-54faa317-09d6-4d7e-aad9-552dde0983e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54faa317-09d6-4d7e-aad9-552dde0983e7 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-37743e7b-eb48-43b0-b7b8-d72bbd2fe0a1 {
  text-align: center;
}







  #s-37743e7b-eb48-43b0-b7b8-d72bbd2fe0a1 img.shogun-image {
    

    
    
    
  }


#s-37743e7b-eb48-43b0-b7b8-d72bbd2fe0a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1b86d93-3be3-43dc-bfda-0221e54cf937 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-c1b86d93-3be3-43dc-bfda-0221e54cf937"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1b86d93-3be3-43dc-bfda-0221e54cf937"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1b86d93-3be3-43dc-bfda-0221e54cf937"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1b86d93-3be3-43dc-bfda-0221e54cf937"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-995f6145-8776-4174-a834-160c5ed265ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-995f6145-8776-4174-a834-160c5ed265ec .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f4183c10-ba9b-4856-85c5-f5de58f65b4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f4183c10-ba9b-4856-85c5-f5de58f65b4d .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-0c182930-4912-49e6-a606-50ccf2b0ffbf {
  text-align: center;
}







  #s-0c182930-4912-49e6-a606-50ccf2b0ffbf img.shogun-image {
    

    
    
    
  }


#s-0c182930-4912-49e6-a606-50ccf2b0ffbf .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-787596a0-1780-4fa2-8d76-485da9a0a0e4 {
  min-height: 50px;
}








#s-787596a0-1780-4fa2-8d76-485da9a0a0e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-787596a0-1780-4fa2-8d76-485da9a0a0e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7803057-d0e7-4278-a2cf-3cff14d4e3b1 {
  min-height: 50px;
}








#s-b7803057-d0e7-4278-a2cf-3cff14d4e3b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7803057-d0e7-4278-a2cf-3cff14d4e3b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd90c945-27a0-4ebb-9969-22362ea03848 {
  min-height: 50px;
}








#s-fd90c945-27a0-4ebb-9969-22362ea03848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd90c945-27a0-4ebb-9969-22362ea03848.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b12236a-54c9-41df-bd4e-573e42b7842c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b12236a-54c9-41df-bd4e-573e42b7842c .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-d20a2226-d764-48d8-8537-3ac3f645db4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d20a2226-d764-48d8-8537-3ac3f645db4d .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-8231e81f-d869-4758-a54f-109fa329f1eb {
  text-align: center;
}







  #s-8231e81f-d869-4758-a54f-109fa329f1eb img.shogun-image {
    

    
    
    
  }


#s-8231e81f-d869-4758-a54f-109fa329f1eb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-81a1f195-5880-4e30-b329-7d2c1b44d01b {
  min-height: 50px;
}








#s-81a1f195-5880-4e30-b329-7d2c1b44d01b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81a1f195-5880-4e30-b329-7d2c1b44d01b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e20cff1-b104-43f7-8b42-90fadf0127b4 {
  min-height: 50px;
}








#s-5e20cff1-b104-43f7-8b42-90fadf0127b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e20cff1-b104-43f7-8b42-90fadf0127b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1a15b1d-7a43-48ed-943e-95b465a79ed4 {
  min-height: 50px;
}








#s-f1a15b1d-7a43-48ed-943e-95b465a79ed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1a15b1d-7a43-48ed-943e-95b465a79ed4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8d0edea-f838-4525-a0ad-b3e6b290944d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d0edea-f838-4525-a0ad-b3e6b290944d .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-5726b8c3-3636-498e-80f8-3ffa6545700f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5726b8c3-3636-498e-80f8-3ffa6545700f .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-f4a43fb2-5379-450e-be22-180caaad2c45 {
  text-align: center;
}







  #s-f4a43fb2-5379-450e-be22-180caaad2c45 img.shogun-image {
    

    
    
    
  }


#s-f4a43fb2-5379-450e-be22-180caaad2c45 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2c6f8747-96d3-4e75-aaac-167486b7cbbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c6f8747-96d3-4e75-aaac-167486b7cbbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c6f8747-96d3-4e75-aaac-167486b7cbbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c6f8747-96d3-4e75-aaac-167486b7cbbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f625c99d-c798-492c-b692-058b67cbc913 {
  min-height: 50px;
}








#s-f625c99d-c798-492c-b692-058b67cbc913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f625c99d-c798-492c-b692-058b67cbc913.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae67280d-ef3b-4511-904b-26fe77c54336 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae67280d-ef3b-4511-904b-26fe77c54336 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-eebe9c5b-9cc8-45d2-b322-7570c6b77b10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eebe9c5b-9cc8-45d2-b322-7570c6b77b10 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-91659d4a-b324-40dc-88c4-b2ca81a55a21 {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}








#s-91659d4a-b324-40dc-88c4-b2ca81a55a21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91659d4a-b324-40dc-88c4-b2ca81a55a21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e033de8-3a2b-405f-be2c-50ef9433bd00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2e033de8-3a2b-405f-be2c-50ef9433bd00 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-0b96390c-0fa6-4749-ae53-a003e66193ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b96390c-0fa6-4749-ae53-a003e66193ac .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-4cf3d14b-3199-4bbd-bce0-1b4f686aba6b {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}








#s-4cf3d14b-3199-4bbd-bce0-1b4f686aba6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf3d14b-3199-4bbd-bce0-1b4f686aba6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac1ba54e-fce7-45c0-b098-5392dc1aaa5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac1ba54e-fce7-45c0-b098-5392dc1aaa5d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-19e75c97-4ef6-4fb6-955f-0192423ade16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19e75c97-4ef6-4fb6-955f-0192423ade16 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-faf7c5c2-6686-4322-a0cb-ac2779f3ae9b {
  min-height: 50px;
}








#s-faf7c5c2-6686-4322-a0cb-ac2779f3ae9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faf7c5c2-6686-4322-a0cb-ac2779f3ae9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a01d831-3084-40eb-9d23-c8d5d47916dc {
  text-align: center;
}







  #s-9a01d831-3084-40eb-9d23-c8d5d47916dc img.shogun-image {
    

    
    
    
  }


#s-9a01d831-3084-40eb-9d23-c8d5d47916dc .shogun-image-content {
  
    align-items: center;
  
}

#s-926adbf8-2265-435c-b961-8fe86b98c1ac {
  display: none;
}
.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 {
  text-align: left;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-51c82d86-d61f-491f-8142-4f7d5dcb9158 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

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