.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-fb881429-b2fe-4712-88c3-e053d7f00a80 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (max-width: 767px){#s-fb881429-b2fe-4712-88c3-e053d7f00a80 {
  min-height: 0px;
}
}
#s-fb881429-b2fe-4712-88c3-e053d7f00a80 {
  background-image: url(https://i.shgcdn.com/4777551e-6535-486b-af41-8d2fb4ec7f7a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fb881429-b2fe-4712-88c3-e053d7f00a80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb881429-b2fe-4712-88c3-e053d7f00a80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 766px) {
  .page-width.page-width--full-width-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .page-width.page-width--full-width-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
#s-e9d60689-8e9e-4337-914c-dd353b3eadd4 {
  
}

.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-5379a9f0-18c2-49be-bd38-7f79f101c093 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-5379a9f0-18c2-49be-bd38-7f79f101c093"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5379a9f0-18c2-49be-bd38-7f79f101c093"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5379a9f0-18c2-49be-bd38-7f79f101c093"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5379a9f0-18c2-49be-bd38-7f79f101c093"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b22dafb7-82eb-4089-bef5-d20ec5f608d0 {
  padding-top: 47px;
padding-left: 54px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 426px;
}
@media (max-width: 767px){#s-b22dafb7-82eb-4089-bef5-d20ec5f608d0 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
min-height: 0px;
}
}







#s-b22dafb7-82eb-4089-bef5-d20ec5f608d0 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.7;
}#s-b22dafb7-82eb-4089-bef5-d20ec5f608d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-7ae9a967-522f-41c9-b0c8-4cdf96b662a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7ae9a967-522f-41c9-b0c8-4cdf96b662a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-3c96cf00-55a4-4ba6-9cb0-5da2f6bba667 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-3c96cf00-55a4-4ba6-9cb0-5da2f6bba667 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3c96cf00-55a4-4ba6-9cb0-5da2f6bba667 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-3c96cf00-55a4-4ba6-9cb0-5da2f6bba667 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
.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-a3afbb64-a9e3-4ec0-952d-45efcf1703a9 {
  margin-top: 16px;
}

#s-157e6fb8-f2bc-41ee-9fd4-2a4ec23cb409 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-390a0301-8bde-4a92-954e-a1d8fcf6189b {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 1200px){#s-390a0301-8bde-4a92-954e-a1d8fcf6189b {
  margin-bottom: 24px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-390a0301-8bde-4a92-954e-a1d8fcf6189b {
  margin-top: 0px;
margin-bottom: 24px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-390a0301-8bde-4a92-954e-a1d8fcf6189b {
  display: none;
}
#s-390a0301-8bde-4a92-954e-a1d8fcf6189b, #wrap-s-390a0301-8bde-4a92-954e-a1d8fcf6189b { display: none !important; }}@media (max-width: 767px){#s-390a0301-8bde-4a92-954e-a1d8fcf6189b {
  display: none;
}
#s-390a0301-8bde-4a92-954e-a1d8fcf6189b, #wrap-s-390a0301-8bde-4a92-954e-a1d8fcf6189b { display: none !important; }}
#s-f64bb6df-d331-4dee-9141-55ba42b27468 {
  margin-bottom: 24px;
text-align: center;
}

#s-f64bb6df-d331-4dee-9141-55ba42b27468 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-7cfbd94b-cf38-4f9b-bfe7-bd56c3bd7af3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cfbd94b-cf38-4f9b-bfe7-bd56c3bd7af3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7cfbd94b-cf38-4f9b-bfe7-bd56c3bd7af3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cfbd94b-cf38-4f9b-bfe7-bd56c3bd7af3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-7003e629-6405-4d38-9667-f848c2f4cce1 {
  text-align: center;
}







  #s-7003e629-6405-4d38-9667-f848c2f4cce1 img.shogun-image {
    

    
    
    
  }


#s-7003e629-6405-4d38-9667-f848c2f4cce1 .shogun-image-content {
  
    align-items: center;
  
}

#s-11f07681-402b-4fc4-8fd6-268582792446 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-11f07681-402b-4fc4-8fd6-268582792446 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-11f07681-402b-4fc4-8fd6-268582792446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11f07681-402b-4fc4-8fd6-268582792446.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f515eed-5551-49e7-bb31-22cfb0c69f59 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-4f515eed-5551-49e7-bb31-22cfb0c69f59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4f515eed-5551-49e7-bb31-22cfb0c69f59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f515eed-5551-49e7-bb31-22cfb0c69f59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f515eed-5551-49e7-bb31-22cfb0c69f59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-325f0de8-7fdf-42d1-bcb3-06dd9eee3fda {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-325f0de8-7fdf-42d1-bcb3-06dd9eee3fda img.shogun-image,
  #s-325f0de8-7fdf-42d1-bcb3-06dd9eee3fda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-325f0de8-7fdf-42d1-bcb3-06dd9eee3fda {
    width: 100%;
    height: auto;
  }



  #s-325f0de8-7fdf-42d1-bcb3-06dd9eee3fda img.shogun-image {
    

    
    
    
  }


#s-325f0de8-7fdf-42d1-bcb3-06dd9eee3fda .shogun-image-content {
  
    align-items: center;
  
}

#s-ab16bee6-5797-4fd6-9b8b-dfa9569c4d7d {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ab16bee6-5797-4fd6-9b8b-dfa9569c4d7d img.shogun-image,
  #s-ab16bee6-5797-4fd6-9b8b-dfa9569c4d7d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab16bee6-5797-4fd6-9b8b-dfa9569c4d7d {
    width: 100%;
    height: auto;
  }



  #s-ab16bee6-5797-4fd6-9b8b-dfa9569c4d7d img.shogun-image {
    

    
    
    
  }


#s-ab16bee6-5797-4fd6-9b8b-dfa9569c4d7d .shogun-image-content {
  
    align-items: center;
  
}

#s-0dc0ded4-cbea-4626-a5f1-3ab12cccef9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0dc0ded4-cbea-4626-a5f1-3ab12cccef9b .shogun-heading-component h2 {
  color: rgba(3, 23, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c8fc6e1d-b614-4069-ad9d-bbc505cb577c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-c9846264-09d6-42bf-955d-d5894a2b0e07 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-c212017c-622c-47f8-a463-7596f6d72c74 {
  text-align: center;
}







  #s-c212017c-622c-47f8-a463-7596f6d72c74 img.shogun-image {
    

    
    
    
  }


#s-c212017c-622c-47f8-a463-7596f6d72c74 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c3ba026-4857-4c1c-b076-5cc0fa251972 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5c3ba026-4857-4c1c-b076-5cc0fa251972 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-5c3ba026-4857-4c1c-b076-5cc0fa251972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c3ba026-4857-4c1c-b076-5cc0fa251972.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b6735fc-7001-488e-a9ea-8f77355707f0 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-4b6735fc-7001-488e-a9ea-8f77355707f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4b6735fc-7001-488e-a9ea-8f77355707f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b6735fc-7001-488e-a9ea-8f77355707f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b6735fc-7001-488e-a9ea-8f77355707f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0810f61f-3160-45f8-bd5f-f3b9194a371d {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0810f61f-3160-45f8-bd5f-f3b9194a371d img.shogun-image,
  #s-0810f61f-3160-45f8-bd5f-f3b9194a371d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0810f61f-3160-45f8-bd5f-f3b9194a371d {
    width: 100%;
    height: auto;
  }



  #s-0810f61f-3160-45f8-bd5f-f3b9194a371d img.shogun-image {
    

    
    
    
  }


#s-0810f61f-3160-45f8-bd5f-f3b9194a371d .shogun-image-content {
  
    align-items: center;
  
}

#s-382557f0-b022-4eca-80c7-1b2a89b4a260 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-382557f0-b022-4eca-80c7-1b2a89b4a260 img.shogun-image,
  #s-382557f0-b022-4eca-80c7-1b2a89b4a260 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-382557f0-b022-4eca-80c7-1b2a89b4a260 {
    width: 100%;
    height: auto;
  }



  #s-382557f0-b022-4eca-80c7-1b2a89b4a260 img.shogun-image {
    

    
    
    
  }


#s-382557f0-b022-4eca-80c7-1b2a89b4a260 .shogun-image-content {
  
    align-items: center;
  
}

#s-4482285b-3e47-40bc-802e-bf114934e294 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4482285b-3e47-40bc-802e-bf114934e294 .shogun-heading-component h2 {
  color: rgba(3, 23, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-127a1c64-5d16-4cf0-bdca-ff835cdaf73e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-bc31c5da-121c-4056-8279-adb8d335fff7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-66b5d64f-c098-4c75-bed6-6fb4f0af972b {
  text-align: center;
}







  #s-66b5d64f-c098-4c75-bed6-6fb4f0af972b img.shogun-image {
    

    
    
    
  }


#s-66b5d64f-c098-4c75-bed6-6fb4f0af972b .shogun-image-content {
  
    align-items: center;
  
}

#s-d4e66832-b2c5-435f-a5ad-b3000ec83ce3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d4e66832-b2c5-435f-a5ad-b3000ec83ce3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4e66832-b2c5-435f-a5ad-b3000ec83ce3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f20e5659-bc4a-45b5-ad75-b7515a15284d {
  margin-top: -25px;
min-height: 50px;
}








#s-f20e5659-bc4a-45b5-ad75-b7515a15284d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f20e5659-bc4a-45b5-ad75-b7515a15284d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f38715ee-61ac-4115-92dd-f51a528f6a17 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f38715ee-61ac-4115-92dd-f51a528f6a17 img.shogun-image,
  #s-f38715ee-61ac-4115-92dd-f51a528f6a17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f38715ee-61ac-4115-92dd-f51a528f6a17 {
    width: 100%;
    height: auto;
  }



  #s-f38715ee-61ac-4115-92dd-f51a528f6a17 img.shogun-image {
    

    
    
    
  }


#s-f38715ee-61ac-4115-92dd-f51a528f6a17 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fb3c3b4-6ca1-4a54-911c-1157bf2a5bb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fb3c3b4-6ca1-4a54-911c-1157bf2a5bb0 .shogun-heading-component h2 {
  color: rgba(3, 23, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3ad06d8d-23e2-47b7-8b34-41bb14daf554 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-663715f1-d9b6-44ed-83b5-f07abb666bc4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-25c2972f-9a6e-468f-a1c5-46fea6313d3b {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 1200px){#s-25c2972f-9a6e-468f-a1c5-46fea6313d3b {
  display: none;
}
#s-25c2972f-9a6e-468f-a1c5-46fea6313d3b, #wrap-s-25c2972f-9a6e-468f-a1c5-46fea6313d3b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25c2972f-9a6e-468f-a1c5-46fea6313d3b {
  display: none;
}
#s-25c2972f-9a6e-468f-a1c5-46fea6313d3b, #wrap-s-25c2972f-9a6e-468f-a1c5-46fea6313d3b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25c2972f-9a6e-468f-a1c5-46fea6313d3b {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-25c2972f-9a6e-468f-a1c5-46fea6313d3b {
  margin-top: 0px;
margin-bottom: 16px;
}
}
#s-03f31058-a74d-4a27-bd0d-d9741d0b350e {
  margin-bottom: 24px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-03f31058-a74d-4a27-bd0d-d9741d0b350e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-03f31058-a74d-4a27-bd0d-d9741d0b350e .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-03f31058-a74d-4a27-bd0d-d9741d0b350e .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-b8ca4ad8-faef-4d46-b35c-3a820c387d3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8ca4ad8-faef-4d46-b35c-3a820c387d3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8ca4ad8-faef-4d46-b35c-3a820c387d3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8ca4ad8-faef-4d46-b35c-3a820c387d3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-21d547c6-9247-4a2c-82df-44cd354d1c3b {
  text-align: center;
}







  #s-21d547c6-9247-4a2c-82df-44cd354d1c3b img.shogun-image {
    

    
    
    
  }


#s-21d547c6-9247-4a2c-82df-44cd354d1c3b .shogun-image-content {
  
    align-items: center;
  
}

#s-20588cef-8b4f-45a5-9611-15b77b98c9fc {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-20588cef-8b4f-45a5-9611-15b77b98c9fc {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-20588cef-8b4f-45a5-9611-15b77b98c9fc {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-20588cef-8b4f-45a5-9611-15b77b98c9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20588cef-8b4f-45a5-9611-15b77b98c9fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-342224e6-4791-46a8-93fb-8cf3cedc2540 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-342224e6-4791-46a8-93fb-8cf3cedc2540"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-342224e6-4791-46a8-93fb-8cf3cedc2540"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-342224e6-4791-46a8-93fb-8cf3cedc2540"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-342224e6-4791-46a8-93fb-8cf3cedc2540"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-229bfc1b-c130-444a-9881-bb6e18f137d4 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-229bfc1b-c130-444a-9881-bb6e18f137d4 img.shogun-image,
  #s-229bfc1b-c130-444a-9881-bb6e18f137d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-229bfc1b-c130-444a-9881-bb6e18f137d4 {
    width: 100%;
    height: auto;
  }



  #s-229bfc1b-c130-444a-9881-bb6e18f137d4 img.shogun-image {
    

    
    
    
  }


#s-229bfc1b-c130-444a-9881-bb6e18f137d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b0c15e6-607b-4b33-953a-70cc77b76ca3 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2b0c15e6-607b-4b33-953a-70cc77b76ca3 img.shogun-image,
  #s-2b0c15e6-607b-4b33-953a-70cc77b76ca3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b0c15e6-607b-4b33-953a-70cc77b76ca3 {
    width: 100%;
    height: auto;
  }



  #s-2b0c15e6-607b-4b33-953a-70cc77b76ca3 img.shogun-image {
    

    
    
    
  }


#s-2b0c15e6-607b-4b33-953a-70cc77b76ca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-494e06f9-58e6-415e-bcc9-6692153b288e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-494e06f9-58e6-415e-bcc9-6692153b288e {
  margin-top: 14px;
}
}
#s-494e06f9-58e6-415e-bcc9-6692153b288e .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3d7bdc1f-7cdd-49c7-8d9e-ed40f52ff244 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-01ccfe02-5de9-4a63-9a63-050c2ff92333 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-01ccfe02-5de9-4a63-9a63-050c2ff92333 {
  margin-bottom: 32px;
}
}@media (max-width: 767px){#s-01ccfe02-5de9-4a63-9a63-050c2ff92333 {
  display: none;
}
#s-01ccfe02-5de9-4a63-9a63-050c2ff92333, #wrap-s-01ccfe02-5de9-4a63-9a63-050c2ff92333 { display: none !important; }}
#s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf {
  display: none;
}
#s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf, #wrap-s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf {
  display: none;
}
#s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf, #wrap-s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf {
  margin-bottom: 51px;
display: none;
}
#s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf, #wrap-s-b2817dcf-e9ac-4597-8f6e-df4d54481bbf { display: none !important; }}
#s-6117fd6c-40d6-4448-8b6d-c63ee4709c78 {
  text-align: center;
}







  #s-6117fd6c-40d6-4448-8b6d-c63ee4709c78 img.shogun-image {
    

    
    
    
  }


#s-6117fd6c-40d6-4448-8b6d-c63ee4709c78 .shogun-image-content {
  
    align-items: center;
  
}

#s-38313a39-adc1-4971-8e83-5ef8446f506e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-38313a39-adc1-4971-8e83-5ef8446f506e {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-38313a39-adc1-4971-8e83-5ef8446f506e {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-38313a39-adc1-4971-8e83-5ef8446f506e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38313a39-adc1-4971-8e83-5ef8446f506e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a0d5f0d-27b8-446c-851d-11c668ad1bc8 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-6a0d5f0d-27b8-446c-851d-11c668ad1bc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6a0d5f0d-27b8-446c-851d-11c668ad1bc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a0d5f0d-27b8-446c-851d-11c668ad1bc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a0d5f0d-27b8-446c-851d-11c668ad1bc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b385ac69-dd6a-4465-a682-1916efa0eed7 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b385ac69-dd6a-4465-a682-1916efa0eed7 img.shogun-image,
  #s-b385ac69-dd6a-4465-a682-1916efa0eed7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b385ac69-dd6a-4465-a682-1916efa0eed7 {
    width: 100%;
    height: auto;
  }



  #s-b385ac69-dd6a-4465-a682-1916efa0eed7 img.shogun-image {
    

    
    
    
  }


#s-b385ac69-dd6a-4465-a682-1916efa0eed7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f3dc7ec-1526-4272-9921-0479e9f6d99c {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4f3dc7ec-1526-4272-9921-0479e9f6d99c img.shogun-image,
  #s-4f3dc7ec-1526-4272-9921-0479e9f6d99c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3dc7ec-1526-4272-9921-0479e9f6d99c {
    width: 100%;
    height: auto;
  }



  #s-4f3dc7ec-1526-4272-9921-0479e9f6d99c img.shogun-image {
    

    
    
    
  }


#s-4f3dc7ec-1526-4272-9921-0479e9f6d99c .shogun-image-content {
  
    align-items: center;
  
}

#s-23114a0c-3624-43e1-ac7e-e9acab53f119 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23114a0c-3624-43e1-ac7e-e9acab53f119 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b65c200a-7021-454a-9a0a-34ac16657fe8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-c0b59b5b-75b7-46f5-ad92-695e509db126 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-c0b59b5b-75b7-46f5-ad92-695e509db126 {
  display: none;
}
#s-c0b59b5b-75b7-46f5-ad92-695e509db126, #wrap-s-c0b59b5b-75b7-46f5-ad92-695e509db126 { display: none !important; }}
#s-e797eddb-d741-4a88-bca5-dcde73e29468 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-e797eddb-d741-4a88-bca5-dcde73e29468 {
  display: none;
}
#s-e797eddb-d741-4a88-bca5-dcde73e29468, #wrap-s-e797eddb-d741-4a88-bca5-dcde73e29468 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e797eddb-d741-4a88-bca5-dcde73e29468 {
  display: none;
}
#s-e797eddb-d741-4a88-bca5-dcde73e29468, #wrap-s-e797eddb-d741-4a88-bca5-dcde73e29468 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e797eddb-d741-4a88-bca5-dcde73e29468 {
  display: none;
}
#s-e797eddb-d741-4a88-bca5-dcde73e29468, #wrap-s-e797eddb-d741-4a88-bca5-dcde73e29468 { display: none !important; }}
#s-6a2950d7-0ced-4a1b-88b0-63df690c1071 {
  text-align: center;
}







  #s-6a2950d7-0ced-4a1b-88b0-63df690c1071 img.shogun-image {
    

    
    
    
  }


#s-6a2950d7-0ced-4a1b-88b0-63df690c1071 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd6a3122-8c65-405d-82f0-2cd1241be49e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dd6a3122-8c65-405d-82f0-2cd1241be49e {
  margin-left: 1px;
margin-right: 1px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
}







#s-dd6a3122-8c65-405d-82f0-2cd1241be49e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd6a3122-8c65-405d-82f0-2cd1241be49e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2118629c-a7ad-4b11-bc61-d8588b893a8b {
  margin-top: -25px;
min-height: 50px;
}








#s-2118629c-a7ad-4b11-bc61-d8588b893a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2118629c-a7ad-4b11-bc61-d8588b893a8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe0de066-cc86-495b-8b99-9c957d90c4be {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fe0de066-cc86-495b-8b99-9c957d90c4be img.shogun-image,
  #s-fe0de066-cc86-495b-8b99-9c957d90c4be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0de066-cc86-495b-8b99-9c957d90c4be {
    width: 100%;
    height: auto;
  }



  #s-fe0de066-cc86-495b-8b99-9c957d90c4be img.shogun-image {
    

    
    
    
  }


#s-fe0de066-cc86-495b-8b99-9c957d90c4be .shogun-image-content {
  
    align-items: center;
  
}

#s-e7c8d821-e0f6-4955-ba9d-a3bb64f050ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7c8d821-e0f6-4955-ba9d-a3bb64f050ab {
  margin-top: 14px;
}
}
#s-e7c8d821-e0f6-4955-ba9d-a3bb64f050ab .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3718bdec-00f8-407f-abd6-e40373b63bbc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-738fb060-5d7c-42d1-a167-c0018ba2e1a5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-738fb060-5d7c-42d1-a167-c0018ba2e1a5 {
  margin-left: auto;
margin-bottom: 58px;
margin-right: auto;
}
}@media (max-width: 767px){#s-738fb060-5d7c-42d1-a167-c0018ba2e1a5 {
  display: none;
}
#s-738fb060-5d7c-42d1-a167-c0018ba2e1a5, #wrap-s-738fb060-5d7c-42d1-a167-c0018ba2e1a5 { display: none !important; }}
#s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2 {
  display: none;
}
#s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2, #wrap-s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2 {
  display: none;
}
#s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2, #wrap-s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2 {
  margin-left: auto;
margin-bottom: 58px;
margin-right: auto;
display: none;
}
#s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2, #wrap-s-da58f8e2-9a98-4ad7-96cf-8bbb35bd08f2 { display: none !important; }}
#s-e2b7215a-bb04-47af-8e94-8caace851630 {
  margin-top: 0px;
margin-bottom: -16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2b7215a-bb04-47af-8e94-8caace851630 {
  margin-bottom: -24px;
}
}@media (max-width: 767px){#s-e2b7215a-bb04-47af-8e94-8caace851630 {
  margin-bottom: -40px;
}
}
#s-f10459b5-99b5-4aa1-a8e3-4cf6f8ad80ed {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f10459b5-99b5-4aa1-a8e3-4cf6f8ad80ed {
  max-width: 600px;
display: none;
}
#s-f10459b5-99b5-4aa1-a8e3-4cf6f8ad80ed, #wrap-s-f10459b5-99b5-4aa1-a8e3-4cf6f8ad80ed { display: none !important; }}@media (max-width: 767px){#s-f10459b5-99b5-4aa1-a8e3-4cf6f8ad80ed {
  display: none;
}
#s-f10459b5-99b5-4aa1-a8e3-4cf6f8ad80ed, #wrap-s-f10459b5-99b5-4aa1-a8e3-4cf6f8ad80ed { display: none !important; }}
#s-561fcd9f-bd5f-426c-a3c1-e21af6a4586a {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
max-width: 800px;
}
@media (min-width: 1200px){#s-561fcd9f-bd5f-426c-a3c1-e21af6a4586a {
  display: none;
}
#s-561fcd9f-bd5f-426c-a3c1-e21af6a4586a, #wrap-s-561fcd9f-bd5f-426c-a3c1-e21af6a4586a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-561fcd9f-bd5f-426c-a3c1-e21af6a4586a {
  display: none;
}
#s-561fcd9f-bd5f-426c-a3c1-e21af6a4586a, #wrap-s-561fcd9f-bd5f-426c-a3c1-e21af6a4586a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-561fcd9f-bd5f-426c-a3c1-e21af6a4586a {
  max-width: 600px;
}
}@media (max-width: 767px){#s-561fcd9f-bd5f-426c-a3c1-e21af6a4586a {
  max-width: 400px;
}
}
#s-c9ebf0aa-0e6d-4fb5-8e9d-3b787a74229f {
  margin-top: 8px;
margin-left: 16px;
margin-bottom: 32px;
margin-right: 16px;
}
@media (max-width: 767px){#s-c9ebf0aa-0e6d-4fb5-8e9d-3b787a74229f {
  margin-left: 28px;
margin-right: 28px;
}
}
#s-ffa2ff07-fef0-45b4-9ee6-7e840b60c195 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 0px;
}

#s-8ff44d74-0a65-41e5-a713-2cb557677410 {
  padding-top: 20px;
padding-bottom: 0px;
background-color: rgba(94, 113, 131, 1);
}
@media (max-width: 767px){#s-8ff44d74-0a65-41e5-a713-2cb557677410 {
  display: none;
}
#s-8ff44d74-0a65-41e5-a713-2cb557677410, #wrap-s-8ff44d74-0a65-41e5-a713-2cb557677410 { display: none !important; }}
#s-5f84d438-3658-4c31-b8f6-1b59369e184b {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-5f84d438-3658-4c31-b8f6-1b59369e184b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-5f84d438-3658-4c31-b8f6-1b59369e184b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-b6aefeb0-994e-4280-8c65-e27882351a77 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
max-width: 570px;
}

#s-617701a9-dd51-422b-b33f-dfb9a1c842b0 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-617701a9-dd51-422b-b33f-dfb9a1c842b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-617701a9-dd51-422b-b33f-dfb9a1c842b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-617701a9-dd51-422b-b33f-dfb9a1c842b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-617701a9-dd51-422b-b33f-dfb9a1c842b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cee5485c-3d0b-4ad5-8545-4db469c5310d {
  max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-cee5485c-3d0b-4ad5-8545-4db469c5310d {
  margin-top: 65px;
margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cee5485c-3d0b-4ad5-8545-4db469c5310d {
  margin-top: 65px;
margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cee5485c-3d0b-4ad5-8545-4db469c5310d {
  margin-top: 140px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}
}






  #s-cee5485c-3d0b-4ad5-8545-4db469c5310d img.shogun-image {
    

    
    
    
  }


#s-cee5485c-3d0b-4ad5-8545-4db469c5310d .shogun-image-content {
  
    align-items: center;
  
}

#s-174aa205-27b5-4410-9acb-e67a10c0e2cc {
  margin-top: 50px;
margin-bottom: 24px;
}
@media (min-width: 1200px){#s-174aa205-27b5-4410-9acb-e67a10c0e2cc {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-174aa205-27b5-4410-9acb-e67a10c0e2cc {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-174aa205-27b5-4410-9acb-e67a10c0e2cc {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-174aa205-27b5-4410-9acb-e67a10c0e2cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-174aa205-27b5-4410-9acb-e67a10c0e2cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-174aa205-27b5-4410-9acb-e67a10c0e2cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-174aa205-27b5-4410-9acb-e67a10c0e2cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-174aa205-27b5-4410-9acb-e67a10c0e2cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-174aa205-27b5-4410-9acb-e67a10c0e2cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-174aa205-27b5-4410-9acb-e67a10c0e2cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-e7c5b038-d572-4f4b-9b03-9f90481f6204 {
  margin-top: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7c5b038-d572-4f4b-9b03-9f90481f6204 {
  margin-top: 52px;
}
}






  #s-e7c5b038-d572-4f4b-9b03-9f90481f6204 img.shogun-image {
    

    
    
    
  }


#s-e7c5b038-d572-4f4b-9b03-9f90481f6204 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ccf2b79-2c80-4f64-8f3f-9b60a5f1171c {
  margin-top: 64px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ccf2b79-2c80-4f64-8f3f-9b60a5f1171c {
  margin-top: 110px;
}
}






  #s-2ccf2b79-2c80-4f64-8f3f-9b60a5f1171c img.shogun-image {
    

    
    
    
  }


#s-2ccf2b79-2c80-4f64-8f3f-9b60a5f1171c .shogun-image-content {
  
    align-items: center;
  
}

#s-5e32dfd8-2d05-4329-b022-457ca7f2476a {
  margin-top: 70px;
text-align: center;
}
@media (min-width: 1200px){#s-5e32dfd8-2d05-4329-b022-457ca7f2476a {
  margin-top: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e32dfd8-2d05-4329-b022-457ca7f2476a {
  margin-top: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e32dfd8-2d05-4329-b022-457ca7f2476a {
  margin-top: 120px;
}
}






  #s-5e32dfd8-2d05-4329-b022-457ca7f2476a img.shogun-image {
    

    
    
    
  }


#s-5e32dfd8-2d05-4329-b022-457ca7f2476a .shogun-image-content {
  
    align-items: center;
  
}

#s-a0ccde84-47c7-49ac-a0da-5a5e538cb9b9 {
  max-width: 430px;
}

#s-8df74ec2-2fc7-40cb-ba6c-f5f4d2d91c37 {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 430px;
}

#s-3a11eb8f-cb82-4168-9d97-47f8f470e91d {
  max-width: 430px;
}

#s-47903bb0-92b6-4a3c-b097-a34d0e785c2f {
  margin-top: 8px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(94, 113, 131, 1);
}
@media (min-width: 1200px){#s-47903bb0-92b6-4a3c-b097-a34d0e785c2f {
  margin-top: 30px;
display: none;
}
#s-47903bb0-92b6-4a3c-b097-a34d0e785c2f, #wrap-s-47903bb0-92b6-4a3c-b097-a34d0e785c2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47903bb0-92b6-4a3c-b097-a34d0e785c2f {
  margin-top: 30px;
display: none;
}
#s-47903bb0-92b6-4a3c-b097-a34d0e785c2f, #wrap-s-47903bb0-92b6-4a3c-b097-a34d0e785c2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47903bb0-92b6-4a3c-b097-a34d0e785c2f {
  margin-top: 20px;
display: none;
}
#s-47903bb0-92b6-4a3c-b097-a34d0e785c2f, #wrap-s-47903bb0-92b6-4a3c-b097-a34d0e785c2f { display: none !important; }}@media (max-width: 767px){#s-47903bb0-92b6-4a3c-b097-a34d0e785c2f {
  margin-top: 10px;
}
}
#s-b13fc4f2-fb42-4b74-9c47-bf4b10bbd252 {
  margin-top: 10px;
text-align: center;
}

#s-b13fc4f2-fb42-4b74-9c47-bf4b10bbd252 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1.3em;
  
  text-align: center;
}


@media (max-width: 767px){#s-b13fc4f2-fb42-4b74-9c47-bf4b10bbd252 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-06638672-5fc8-4693-8e18-98ac6a85cad9 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
max-width: 570px;
}

#s-680d10ba-ebec-412a-957f-91fa868230af {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-680d10ba-ebec-412a-957f-91fa868230af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-680d10ba-ebec-412a-957f-91fa868230af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-680d10ba-ebec-412a-957f-91fa868230af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-680d10ba-ebec-412a-957f-91fa868230af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1ecce658-cad5-4200-93b8-cb4343136a5f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-1ecce658-cad5-4200-93b8-cb4343136a5f img.shogun-image {
    

    
    
    
  }


#s-1ecce658-cad5-4200-93b8-cb4343136a5f .shogun-image-content {
  
    align-items: center;
  
}

#s-0603dfaa-7c20-4a63-b5ca-482317aeb8c5 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0603dfaa-7c20-4a63-b5ca-482317aeb8c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0603dfaa-7c20-4a63-b5ca-482317aeb8c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0603dfaa-7c20-4a63-b5ca-482317aeb8c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0603dfaa-7c20-4a63-b5ca-482317aeb8c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0603dfaa-7c20-4a63-b5ca-482317aeb8c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0603dfaa-7c20-4a63-b5ca-482317aeb8c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0603dfaa-7c20-4a63-b5ca-482317aeb8c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-2bac06d5-f0a5-4e9f-9a4d-b87fa915784b {
  text-align: center;
}







  #s-2bac06d5-f0a5-4e9f-9a4d-b87fa915784b img.shogun-image {
    

    
    
    
  }


#s-2bac06d5-f0a5-4e9f-9a4d-b87fa915784b .shogun-image-content {
  
    align-items: center;
  
}

#s-30bb0b0a-0d61-43eb-b5e2-58e143c05ef7 {
  margin-top: 20px;
max-width: 430px;
}

#s-8429b58d-d8a0-4bb6-9f37-0278e190c935 {
  margin-top: 40px;
text-align: center;
}







  #s-8429b58d-d8a0-4bb6-9f37-0278e190c935 img.shogun-image {
    

    
    
    
  }


#s-8429b58d-d8a0-4bb6-9f37-0278e190c935 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bdfc36f-af24-43c3-b89c-cceeb70d8134 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 430px;
}

#s-d3879357-bafa-44cd-b73d-2acee4430fdc {
  margin-top: 40px;
text-align: center;
}







  #s-d3879357-bafa-44cd-b73d-2acee4430fdc img.shogun-image {
    

    
    
    
  }


#s-d3879357-bafa-44cd-b73d-2acee4430fdc .shogun-image-content {
  
    align-items: center;
  
}

#s-aad506a0-a031-49e7-bf48-74c2075d207d {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 430px;
}

#s-5970d97d-7565-48e6-a780-5a567e6ff0a5 {
  margin-top: 24px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5970d97d-7565-48e6-a780-5a567e6ff0a5 {
  display: none;
}
#s-5970d97d-7565-48e6-a780-5a567e6ff0a5, #wrap-s-5970d97d-7565-48e6-a780-5a567e6ff0a5 { display: none !important; }}@media (max-width: 767px){#s-5970d97d-7565-48e6-a780-5a567e6ff0a5 {
  display: none;
}
#s-5970d97d-7565-48e6-a780-5a567e6ff0a5, #wrap-s-5970d97d-7565-48e6-a780-5a567e6ff0a5 { display: none !important; }}
#s-db252715-3c09-406b-b29b-1ab8989dc93b {
  margin-top: 4px;
margin-bottom: 0px;
}

#s-9f8de93d-7b80-4101-be87-76f68dd9ef05 {
  margin-top: 8px;
margin-bottom: 28px;
text-align: center;
}

#s-9f8de93d-7b80-4101-be87-76f68dd9ef05 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-4784a331-709d-4f09-8b77-5717146a240b {
  margin-top: 6px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4784a331-709d-4f09-8b77-5717146a240b {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-4784a331-709d-4f09-8b77-5717146a240b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4784a331-709d-4f09-8b77-5717146a240b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4784a331-709d-4f09-8b77-5717146a240b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4784a331-709d-4f09-8b77-5717146a240b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-52e413bf-2c0d-49c5-892f-d36ffd17d142 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-52e413bf-2c0d-49c5-892f-d36ffd17d142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e413bf-2c0d-49c5-892f-d36ffd17d142 {
  cursor: pointer;
}#s-52e413bf-2c0d-49c5-892f-d36ffd17d142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-047ec9d8-d689-4127-87ed-7ba4f057e347 {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}







  #s-047ec9d8-d689-4127-87ed-7ba4f057e347 img.shogun-image {
    

    
    
    
  }


#s-047ec9d8-d689-4127-87ed-7ba4f057e347 .shogun-image-content {
  
    align-items: center;
  
}

#s-47afaef6-4ab2-4a84-b07a-bbf40c7b64dc {
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-47afaef6-4ab2-4a84-b07a-bbf40c7b64dc {
  margin-bottom: 30px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-767be12a-723d-4b4f-becd-7eb29712fc93 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 175, 230, 1);
}
#s-767be12a-723d-4b4f-becd-7eb29712fc93:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}#s-767be12a-723d-4b4f-becd-7eb29712fc93:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}

  #s-767be12a-723d-4b4f-becd-7eb29712fc93-root {
    text-align: center;
  }


#s-767be12a-723d-4b4f-becd-7eb29712fc93.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-767be12a-723d-4b4f-becd-7eb29712fc93-root {
    text-align: center;
  }


#s-767be12a-723d-4b4f-becd-7eb29712fc93.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-767be12a-723d-4b4f-becd-7eb29712fc93-root {
    text-align: center;
  }


#s-767be12a-723d-4b4f-becd-7eb29712fc93.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-767be12a-723d-4b4f-becd-7eb29712fc93-root {
    text-align: center;
  }


#s-767be12a-723d-4b4f-becd-7eb29712fc93.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-767be12a-723d-4b4f-becd-7eb29712fc93-root {
    text-align: center;
  }


#s-767be12a-723d-4b4f-becd-7eb29712fc93.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-f4d716c7-f198-44f9-aea0-a76386117425 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f4d716c7-f198-44f9-aea0-a76386117425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4d716c7-f198-44f9-aea0-a76386117425 {
  cursor: pointer;
}#s-f4d716c7-f198-44f9-aea0-a76386117425.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33ad21f6-d450-4e5e-8ebc-d1b4d902f0a3 {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-33ad21f6-d450-4e5e-8ebc-d1b4d902f0a3 img.shogun-image {
    

    
    
    
  }


#s-33ad21f6-d450-4e5e-8ebc-d1b4d902f0a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3d03f6d-07a1-4935-b1ab-81d969604399 {
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f3d03f6d-07a1-4935-b1ab-81d969604399 {
  margin-bottom: 30px;
}
}
#s-10f374f7-182d-4670-a3eb-47bff78d0278 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 175, 230, 1);
}
#s-10f374f7-182d-4670-a3eb-47bff78d0278:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}#s-10f374f7-182d-4670-a3eb-47bff78d0278:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}

  #s-10f374f7-182d-4670-a3eb-47bff78d0278-root {
    text-align: center;
  }


#s-10f374f7-182d-4670-a3eb-47bff78d0278.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10f374f7-182d-4670-a3eb-47bff78d0278-root {
    text-align: center;
  }


#s-10f374f7-182d-4670-a3eb-47bff78d0278.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10f374f7-182d-4670-a3eb-47bff78d0278-root {
    text-align: center;
  }


#s-10f374f7-182d-4670-a3eb-47bff78d0278.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10f374f7-182d-4670-a3eb-47bff78d0278-root {
    text-align: center;
  }


#s-10f374f7-182d-4670-a3eb-47bff78d0278.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10f374f7-182d-4670-a3eb-47bff78d0278-root {
    text-align: center;
  }


#s-10f374f7-182d-4670-a3eb-47bff78d0278.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62 {
  margin-top: 16px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62 {
  display: none;
}
#s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62, #wrap-s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62 {
  display: none;
}
#s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62, #wrap-s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62 { display: none !important; }}@media (max-width: 767px){#s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62 {
  display: none;
}
#s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62, #wrap-s-b2f0c6fe-4c8b-4837-a4aa-e4e08f1b2d62 { display: none !important; }}
#s-181f3003-c852-451e-8c4b-ee02092a0db6 {
  margin-top: 64px;
margin-bottom: 106px;
text-align: center;
}

#s-109314d6-81f8-45f9-b7d0-6d3b4545b0a8 {
  margin-top: -24px;
margin-bottom: 0px;
}

#s-db5dcc7c-6e51-4e49-844c-5b1f88b13845 {
  margin-top: 8px;
margin-bottom: 28px;
text-align: center;
}

#s-db5dcc7c-6e51-4e49-844c-5b1f88b13845 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-db5dcc7c-6e51-4e49-844c-5b1f88b13845 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-e693a1ce-e4be-40eb-aaec-d49f2c0ede0c {
  margin-top: 0px;
margin-bottom: -56px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e693a1ce-e4be-40eb-aaec-d49f2c0ede0c {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-e693a1ce-e4be-40eb-aaec-d49f2c0ede0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-e693a1ce-e4be-40eb-aaec-d49f2c0ede0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-e693a1ce-e4be-40eb-aaec-d49f2c0ede0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-e693a1ce-e4be-40eb-aaec-d49f2c0ede0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-e693a1ce-e4be-40eb-aaec-d49f2c0ede0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-e693a1ce-e4be-40eb-aaec-d49f2c0ede0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-e693a1ce-e4be-40eb-aaec-d49f2c0ede0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-bd9471c6-ef5a-46ed-9df6-c5b345a553fd {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bd9471c6-ef5a-46ed-9df6-c5b345a553fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd9471c6-ef5a-46ed-9df6-c5b345a553fd {
  cursor: pointer;
}#s-bd9471c6-ef5a-46ed-9df6-c5b345a553fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df8a5f02-17f7-40ac-9689-46be59b5877d {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}







  #s-df8a5f02-17f7-40ac-9689-46be59b5877d img.shogun-image {
    

    
    
    
  }


#s-df8a5f02-17f7-40ac-9689-46be59b5877d .shogun-image-content {
  
    align-items: center;
  
}

#s-c9039c6c-9f3c-413d-9405-9f8fe821f76a {
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c9039c6c-9f3c-413d-9405-9f8fe821f76a {
  margin-bottom: 30px;
}
}
#s-485c8e6a-bde9-4adc-875d-d6c3005c7b22 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 175, 230, 1);
}
#s-485c8e6a-bde9-4adc-875d-d6c3005c7b22:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}#s-485c8e6a-bde9-4adc-875d-d6c3005c7b22:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}

  #s-485c8e6a-bde9-4adc-875d-d6c3005c7b22-root {
    text-align: center;
  }


#s-485c8e6a-bde9-4adc-875d-d6c3005c7b22.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-485c8e6a-bde9-4adc-875d-d6c3005c7b22-root {
    text-align: center;
  }


#s-485c8e6a-bde9-4adc-875d-d6c3005c7b22.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-485c8e6a-bde9-4adc-875d-d6c3005c7b22-root {
    text-align: center;
  }


#s-485c8e6a-bde9-4adc-875d-d6c3005c7b22.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-485c8e6a-bde9-4adc-875d-d6c3005c7b22-root {
    text-align: center;
  }


#s-485c8e6a-bde9-4adc-875d-d6c3005c7b22.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-485c8e6a-bde9-4adc-875d-d6c3005c7b22-root {
    text-align: center;
  }


#s-485c8e6a-bde9-4adc-875d-d6c3005c7b22.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-67d27c0d-d13b-4c12-9df3-5388f0931df9 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-67d27c0d-d13b-4c12-9df3-5388f0931df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d27c0d-d13b-4c12-9df3-5388f0931df9 {
  cursor: pointer;
}#s-67d27c0d-d13b-4c12-9df3-5388f0931df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8522964f-332b-4f0a-9fab-4a709ae41178 {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-8522964f-332b-4f0a-9fab-4a709ae41178 img.shogun-image {
    

    
    
    
  }


#s-8522964f-332b-4f0a-9fab-4a709ae41178 .shogun-image-content {
  
    align-items: center;
  
}

#s-83ae3759-d0de-41df-b3a0-02277f8706ff {
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-83ae3759-d0de-41df-b3a0-02277f8706ff {
  margin-bottom: 30px;
}
}
#s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 175, 230, 1);
}
#s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}#s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}

  #s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3-root {
    text-align: center;
  }


#s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3-root {
    text-align: center;
  }


#s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3-root {
    text-align: center;
  }


#s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3-root {
    text-align: center;
  }


#s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3-root {
    text-align: center;
  }


#s-386bb7e6-51a9-4d00-8ffa-25416aaf9ff3.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-8ca924c6-4e8d-4089-97b9-baaabc2009dc {
  margin-top: 8px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8ca924c6-4e8d-4089-97b9-baaabc2009dc {
  display: none;
}
#s-8ca924c6-4e8d-4089-97b9-baaabc2009dc, #wrap-s-8ca924c6-4e8d-4089-97b9-baaabc2009dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ca924c6-4e8d-4089-97b9-baaabc2009dc {
  display: none;
}
#s-8ca924c6-4e8d-4089-97b9-baaabc2009dc, #wrap-s-8ca924c6-4e8d-4089-97b9-baaabc2009dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ca924c6-4e8d-4089-97b9-baaabc2009dc {
  display: none;
}
#s-8ca924c6-4e8d-4089-97b9-baaabc2009dc, #wrap-s-8ca924c6-4e8d-4089-97b9-baaabc2009dc { display: none !important; }}
#s-a3e429c5-1ab9-482a-af9f-e2ba4161e2d9 {
  margin-top: 64px;
margin-bottom: 106px;
text-align: center;
}

#s-96a7a829-9d83-4735-86b7-416775fe3120 {
  margin-top: -24px;
margin-bottom: 0px;
}

#s-54b15c3d-98db-42ff-a263-758bf0763ffd {
  margin-top: 8px;
margin-bottom: 28px;
text-align: center;
}

#s-54b15c3d-98db-42ff-a263-758bf0763ffd .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-eec24431-0809-4a77-9dda-3055f1e8e897 {
  margin-top: 0px;
margin-bottom: -56px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-eec24431-0809-4a77-9dda-3055f1e8e897 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-eec24431-0809-4a77-9dda-3055f1e8e897"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eec24431-0809-4a77-9dda-3055f1e8e897"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-eec24431-0809-4a77-9dda-3055f1e8e897"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-eec24431-0809-4a77-9dda-3055f1e8e897"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-ef120c56-95b4-4f85-9c08-fcfbe32860b2 {
  margin-bottom: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ef120c56-95b4-4f85-9c08-fcfbe32860b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef120c56-95b4-4f85-9c08-fcfbe32860b2 {
  cursor: pointer;
}#s-ef120c56-95b4-4f85-9c08-fcfbe32860b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6621acb7-e119-47cd-8ad2-a72ed6fe82bf {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}







  #s-6621acb7-e119-47cd-8ad2-a72ed6fe82bf img.shogun-image {
    

    
    
    
  }


#s-6621acb7-e119-47cd-8ad2-a72ed6fe82bf .shogun-image-content {
  
    align-items: center;
  
}

#s-3a4304f1-d4d1-4317-9490-9d9b26b11c2b {
  margin-bottom: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-b4e952c1-499d-41c1-b1f0-2d00ef256526 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 175, 230, 1);
}
#s-b4e952c1-499d-41c1-b1f0-2d00ef256526:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}#s-b4e952c1-499d-41c1-b1f0-2d00ef256526:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}

  #s-b4e952c1-499d-41c1-b1f0-2d00ef256526-root {
    text-align: center;
  }


#s-b4e952c1-499d-41c1-b1f0-2d00ef256526.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4e952c1-499d-41c1-b1f0-2d00ef256526-root {
    text-align: center;
  }


#s-b4e952c1-499d-41c1-b1f0-2d00ef256526.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4e952c1-499d-41c1-b1f0-2d00ef256526-root {
    text-align: center;
  }


#s-b4e952c1-499d-41c1-b1f0-2d00ef256526.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4e952c1-499d-41c1-b1f0-2d00ef256526-root {
    text-align: center;
  }


#s-b4e952c1-499d-41c1-b1f0-2d00ef256526.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4e952c1-499d-41c1-b1f0-2d00ef256526-root {
    text-align: center;
  }


#s-b4e952c1-499d-41c1-b1f0-2d00ef256526.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-2f65314a-69d0-400d-856f-f7e8c5f724ec {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2f65314a-69d0-400d-856f-f7e8c5f724ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f65314a-69d0-400d-856f-f7e8c5f724ec {
  cursor: pointer;
}#s-2f65314a-69d0-400d-856f-f7e8c5f724ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66bce88c-f2de-4553-aabc-30525de2b2d3 {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-66bce88c-f2de-4553-aabc-30525de2b2d3 img.shogun-image {
    

    
    
    
  }


#s-66bce88c-f2de-4553-aabc-30525de2b2d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9c6c888-bd59-41c5-a494-2a5b9c3ea65f {
  margin-bottom: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-0bb247e4-cd3a-41b5-914f-b8417e18324f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 175, 230, 1);
}
#s-0bb247e4-cd3a-41b5-914f-b8417e18324f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}#s-0bb247e4-cd3a-41b5-914f-b8417e18324f:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 97, 152, 1) !important;}

  #s-0bb247e4-cd3a-41b5-914f-b8417e18324f-root {
    text-align: center;
  }


#s-0bb247e4-cd3a-41b5-914f-b8417e18324f.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0bb247e4-cd3a-41b5-914f-b8417e18324f-root {
    text-align: center;
  }


#s-0bb247e4-cd3a-41b5-914f-b8417e18324f.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bb247e4-cd3a-41b5-914f-b8417e18324f-root {
    text-align: center;
  }


#s-0bb247e4-cd3a-41b5-914f-b8417e18324f.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bb247e4-cd3a-41b5-914f-b8417e18324f-root {
    text-align: center;
  }


#s-0bb247e4-cd3a-41b5-914f-b8417e18324f.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0bb247e4-cd3a-41b5-914f-b8417e18324f-root {
    text-align: center;
  }


#s-0bb247e4-cd3a-41b5-914f-b8417e18324f.shg-btn {
  color: rgba(0, 175, 230, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-220998dc-dcf8-4911-ad24-ad10c0b7d04e {
  margin-top: -4px;
margin-bottom: -4px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-220998dc-dcf8-4911-ad24-ad10c0b7d04e {
  margin-top: -10px;
margin-bottom: -10px;
}
}@media (max-width: 767px){#s-220998dc-dcf8-4911-ad24-ad10c0b7d04e {
  margin-top: -16px;
margin-bottom: -16px;
}
}







#s-220998dc-dcf8-4911-ad24-ad10c0b7d04e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-220998dc-dcf8-4911-ad24-ad10c0b7d04e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-988249c8-08a2-47dd-bca7-f13511cfb49c {
  margin-top: 40px;
margin-bottom: 64px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(247, 248, 249, 1);
}
@media (max-width: 767px){#s-988249c8-08a2-47dd-bca7-f13511cfb49c {
  margin-top: 48px;
}
}
#s-18779a27-ec16-46ed-aa50-cfe2a5607c8f {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-18779a27-ec16-46ed-aa50-cfe2a5607c8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18779a27-ec16-46ed-aa50-cfe2a5607c8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18779a27-ec16-46ed-aa50-cfe2a5607c8f {
  display: none;
}
#s-18779a27-ec16-46ed-aa50-cfe2a5607c8f, #wrap-s-18779a27-ec16-46ed-aa50-cfe2a5607c8f { display: none !important; }}@media (max-width: 767px){#s-18779a27-ec16-46ed-aa50-cfe2a5607c8f {
  display: none;
}
#s-18779a27-ec16-46ed-aa50-cfe2a5607c8f, #wrap-s-18779a27-ec16-46ed-aa50-cfe2a5607c8f { display: none !important; }}
#s-18779a27-ec16-46ed-aa50-cfe2a5607c8f .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



#s-5a4cacb5-fe44-4aa4-9d60-86004b969e27 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5a4cacb5-fe44-4aa4-9d60-86004b969e27 {
  display: none;
}
#s-5a4cacb5-fe44-4aa4-9d60-86004b969e27, #wrap-s-5a4cacb5-fe44-4aa4-9d60-86004b969e27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a4cacb5-fe44-4aa4-9d60-86004b969e27 {
  display: none;
}
#s-5a4cacb5-fe44-4aa4-9d60-86004b969e27, #wrap-s-5a4cacb5-fe44-4aa4-9d60-86004b969e27 { display: none !important; }}
#s-5a4cacb5-fe44-4aa4-9d60-86004b969e27 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-6c2912f3-b33f-472d-a706-c44e9923d8d4 {
  display: none;
}
#s-6c2912f3-b33f-472d-a706-c44e9923d8d4, #wrap-s-6c2912f3-b33f-472d-a706-c44e9923d8d4 { display: none !important; }}@media (max-width: 767px){#s-6c2912f3-b33f-472d-a706-c44e9923d8d4 {
  display: none;
}
#s-6c2912f3-b33f-472d-a706-c44e9923d8d4, #wrap-s-6c2912f3-b33f-472d-a706-c44e9923d8d4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6c2912f3-b33f-472d-a706-c44e9923d8d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6c2912f3-b33f-472d-a706-c44e9923d8d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6c2912f3-b33f-472d-a706-c44e9923d8d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c2912f3-b33f-472d-a706-c44e9923d8d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-c78fcc64-8a70-4ed4-95e5-bd720b9f468e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}








#s-c78fcc64-8a70-4ed4-95e5-bd720b9f468e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c78fcc64-8a70-4ed4-95e5-bd720b9f468e {
  cursor: pointer;
}#s-c78fcc64-8a70-4ed4-95e5-bd720b9f468e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4313bc96-03c6-42d0-b3d0-e315e88e1485 {
  margin-top: 8px;
margin-bottom: 8px;
text-align: center;
}







  #s-4313bc96-03c6-42d0-b3d0-e315e88e1485 img.shogun-image {
    

    
    
    
  }


#s-4313bc96-03c6-42d0-b3d0-e315e88e1485 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d6811ecd-01c1-4c8e-8eb9-20b2d838209c {
  margin-top: 25px;
}

#s-e6bfc571-e296-4ea2-b0f9-0d85ed0d997a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-e6bfc571-e296-4ea2-b0f9-0d85ed0d997a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6bfc571-e296-4ea2-b0f9-0d85ed0d997a {
  cursor: pointer;
}#s-e6bfc571-e296-4ea2-b0f9-0d85ed0d997a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a6bd92e-58e3-48fc-ae13-bafc1b29b586 {
  text-align: center;
}







  #s-4a6bd92e-58e3-48fc-ae13-bafc1b29b586 img.shogun-image {
    

    
    
    
  }


#s-4a6bd92e-58e3-48fc-ae13-bafc1b29b586 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-601c1c77-5a86-40ab-ab2a-aeb9ff41a453 {
  margin-top: 25px;
}

#s-11102ffc-9923-4ada-b90e-cde5917d9656 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-11102ffc-9923-4ada-b90e-cde5917d9656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11102ffc-9923-4ada-b90e-cde5917d9656 {
  cursor: pointer;
}#s-11102ffc-9923-4ada-b90e-cde5917d9656.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b60955e5-55be-4d4b-bf14-074bceb9139b {
  text-align: center;
}







  #s-b60955e5-55be-4d4b-bf14-074bceb9139b img.shogun-image {
    

    
    
    
  }


#s-b60955e5-55be-4d4b-bf14-074bceb9139b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-19423ec2-0388-48d6-a852-8d10707e23b3 {
  margin-top: 25px;
}

#s-4a8fdc52-e2ec-47f9-81a1-82548bf0e20d {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-4a8fdc52-e2ec-47f9-81a1-82548bf0e20d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a8fdc52-e2ec-47f9-81a1-82548bf0e20d {
  cursor: pointer;
}#s-4a8fdc52-e2ec-47f9-81a1-82548bf0e20d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eb6b2ea-0de6-4d27-8a05-303f1990de85 {
  text-align: center;
}







  #s-8eb6b2ea-0de6-4d27-8a05-303f1990de85 img.shogun-image {
    

    
    
    
  }


#s-8eb6b2ea-0de6-4d27-8a05-303f1990de85 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-31a578b5-4027-4f4d-a6e9-9eaad087958a {
  margin-top: 25px;
}

#s-d64e5108-84dd-472a-9117-6372f399524e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-d64e5108-84dd-472a-9117-6372f399524e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d64e5108-84dd-472a-9117-6372f399524e {
  cursor: pointer;
}#s-d64e5108-84dd-472a-9117-6372f399524e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-388f4c1f-4875-495e-918c-6d929efd4577 {
  text-align: center;
}







  #s-388f4c1f-4875-495e-918c-6d929efd4577 img.shogun-image {
    

    
    
    
  }


#s-388f4c1f-4875-495e-918c-6d929efd4577 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-757a9be3-19c7-4f57-b4a3-b79be2b1245a {
  margin-top: 25px;
}

#s-9752ec26-09d3-4764-b096-b55d3dc3894d {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-9752ec26-09d3-4764-b096-b55d3dc3894d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9752ec26-09d3-4764-b096-b55d3dc3894d {
  cursor: pointer;
}#s-9752ec26-09d3-4764-b096-b55d3dc3894d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2087e3c-75e0-427c-82e9-09535fdc21f0 {
  text-align: center;
}







  #s-d2087e3c-75e0-427c-82e9-09535fdc21f0 img.shogun-image {
    

    
    
    
  }


#s-d2087e3c-75e0-427c-82e9-09535fdc21f0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1a556f3f-cdf6-4899-9e04-19ddc70758eb {
  margin-top: 25px;
}

#s-99205e44-33f2-4b7d-9c60-46c633261e7d {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-99205e44-33f2-4b7d-9c60-46c633261e7d {
  display: none;
}
#s-99205e44-33f2-4b7d-9c60-46c633261e7d, #wrap-s-99205e44-33f2-4b7d-9c60-46c633261e7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99205e44-33f2-4b7d-9c60-46c633261e7d {
  display: none;
}
#s-99205e44-33f2-4b7d-9c60-46c633261e7d, #wrap-s-99205e44-33f2-4b7d-9c60-46c633261e7d { display: none !important; }}
@media (min-width: 0px) {
[id="s-99205e44-33f2-4b7d-9c60-46c633261e7d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-99205e44-33f2-4b7d-9c60-46c633261e7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-99205e44-33f2-4b7d-9c60-46c633261e7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-99205e44-33f2-4b7d-9c60-46c633261e7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-bb436455-ce79-44ce-b1bd-7ceca86e0d99 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}








#s-bb436455-ce79-44ce-b1bd-7ceca86e0d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb436455-ce79-44ce-b1bd-7ceca86e0d99 {
  cursor: pointer;
}#s-bb436455-ce79-44ce-b1bd-7ceca86e0d99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de9f000b-23d0-4582-93a0-5a7514bfe1ea {
  margin-top: 8px;
margin-bottom: 8px;
text-align: center;
}







  #s-de9f000b-23d0-4582-93a0-5a7514bfe1ea img.shogun-image {
    

    
    
    
  }


#s-de9f000b-23d0-4582-93a0-5a7514bfe1ea .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a47277e9-a990-478a-b51f-72213908530a {
  margin-top: 25px;
}

#s-43763f04-9469-49a8-b811-17e6ef79454e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-43763f04-9469-49a8-b811-17e6ef79454e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43763f04-9469-49a8-b811-17e6ef79454e {
  cursor: pointer;
}#s-43763f04-9469-49a8-b811-17e6ef79454e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4587a8b-b35a-4b2a-a0b5-58a330f08d64 {
  text-align: center;
}







  #s-c4587a8b-b35a-4b2a-a0b5-58a330f08d64 img.shogun-image {
    

    
    
    
  }


#s-c4587a8b-b35a-4b2a-a0b5-58a330f08d64 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b21fe7ba-5cd2-4498-b5a3-288dc09cd0f5 {
  margin-top: 25px;
}

#s-64779e79-a3a5-42eb-9e6b-b10a6125e486 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-64779e79-a3a5-42eb-9e6b-b10a6125e486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64779e79-a3a5-42eb-9e6b-b10a6125e486 {
  cursor: pointer;
}#s-64779e79-a3a5-42eb-9e6b-b10a6125e486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b8e2b03-54b1-456d-a161-c5c0deee2993 {
  text-align: center;
}







  #s-7b8e2b03-54b1-456d-a161-c5c0deee2993 img.shogun-image {
    

    
    
    
  }


#s-7b8e2b03-54b1-456d-a161-c5c0deee2993 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c4d3e09b-a849-40b9-bb04-2d16a93ab09f {
  margin-top: 25px;
}

#s-e68b473a-caff-452d-bbee-389964a08559 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-e68b473a-caff-452d-bbee-389964a08559 {
  display: none;
}
#s-e68b473a-caff-452d-bbee-389964a08559, #wrap-s-e68b473a-caff-452d-bbee-389964a08559 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e68b473a-caff-452d-bbee-389964a08559 {
  display: none;
}
#s-e68b473a-caff-452d-bbee-389964a08559, #wrap-s-e68b473a-caff-452d-bbee-389964a08559 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e68b473a-caff-452d-bbee-389964a08559"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e68b473a-caff-452d-bbee-389964a08559"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e68b473a-caff-452d-bbee-389964a08559"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e68b473a-caff-452d-bbee-389964a08559"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e398ae71-b2e1-4008-a2e8-66559330b21e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-e398ae71-b2e1-4008-a2e8-66559330b21e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e398ae71-b2e1-4008-a2e8-66559330b21e {
  cursor: pointer;
}#s-e398ae71-b2e1-4008-a2e8-66559330b21e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afc5746e-cc53-4ce7-8d4c-2e3b194f2986 {
  text-align: center;
}







  #s-afc5746e-cc53-4ce7-8d4c-2e3b194f2986 img.shogun-image {
    

    
    
    
  }


#s-afc5746e-cc53-4ce7-8d4c-2e3b194f2986 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c6017c50-f6c2-4eb7-9bbf-0e10256e57fc {
  margin-top: 25px;
}
@media (max-width: 767px){#s-c6017c50-f6c2-4eb7-9bbf-0e10256e57fc {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
}
}
#s-03a89a61-29b9-4c8d-a87a-a22308816cc9 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-03a89a61-29b9-4c8d-a87a-a22308816cc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03a89a61-29b9-4c8d-a87a-a22308816cc9 {
  cursor: pointer;
}#s-03a89a61-29b9-4c8d-a87a-a22308816cc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52ce2936-bba6-4474-a6e2-a490d7a42fa3 {
  text-align: center;
}







  #s-52ce2936-bba6-4474-a6e2-a490d7a42fa3 img.shogun-image {
    

    
    
    
  }


#s-52ce2936-bba6-4474-a6e2-a490d7a42fa3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8de8ac31-b04c-446b-8471-619fccb6f524 {
  margin-top: 25px;
}

#s-a44bf834-7b6c-4c62-b740-d859c97d6372 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-a44bf834-7b6c-4c62-b740-d859c97d6372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44bf834-7b6c-4c62-b740-d859c97d6372 {
  cursor: pointer;
}#s-a44bf834-7b6c-4c62-b740-d859c97d6372.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15356489-cb9d-4b24-bff8-3eca0d918655 {
  text-align: center;
}







  #s-15356489-cb9d-4b24-bff8-3eca0d918655 img.shogun-image {
    

    
    
    
  }


#s-15356489-cb9d-4b24-bff8-3eca0d918655 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-48d4bbe5-5f56-4963-be7e-5068f08a680a {
  margin-top: 25px;
}

#s-646f8bdd-a9e6-4789-bc27-31b6eec22015 {
  text-align: left;
}

#s-5c9b7cec-2cee-4995-a7ed-c8121050d017 {
  margin-top: 30px;
}
@media (max-width: 767px){#s-5c9b7cec-2cee-4995-a7ed-c8121050d017 {
  margin-top: 20px;
}
}
#s-24089c1c-affc-4bd0-b8d0-572e94269d58 {
  min-height: 340px;
background-color: rgba(94, 113, 131, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-24089c1c-affc-4bd0-b8d0-572e94269d58 {
  padding-left: 0px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-24089c1c-affc-4bd0-b8d0-572e94269d58 {
  min-height: 330px;
}
}
@media (min-width: 0px) {
[id="s-24089c1c-affc-4bd0-b8d0-572e94269d58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24089c1c-affc-4bd0-b8d0-572e94269d58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24089c1c-affc-4bd0-b8d0-572e94269d58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24089c1c-affc-4bd0-b8d0-572e94269d58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24089c1c-affc-4bd0-b8d0-572e94269d58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24089c1c-affc-4bd0-b8d0-572e94269d58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24089c1c-affc-4bd0-b8d0-572e94269d58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-30a77916-2c24-44c1-9ea6-1e5c5300208a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 390px;
background-position: center center;
}








#s-30a77916-2c24-44c1-9ea6-1e5c5300208a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30a77916-2c24-44c1-9ea6-1e5c5300208a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a178750-735c-48ce-9453-eb2f0b37a94e {
  margin-top: 40px;
margin-left: -80px;
margin-right: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
min-height: 40px;
max-width: 492px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1a178750-735c-48ce-9453-eb2f0b37a94e {
  margin-top: 36px;
margin-left: -80px;
max-width: 400px;
}
}@media (max-width: 767px){#s-1a178750-735c-48ce-9453-eb2f0b37a94e {
  margin-top: -17px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 350px;
}
}







#s-1a178750-735c-48ce-9453-eb2f0b37a94e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1a178750-735c-48ce-9453-eb2f0b37a94e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9edd2fc7-8972-47df-a9fb-8262a90de64a {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9edd2fc7-8972-47df-a9fb-8262a90de64a {
  max-width: 600px;
display: none;
}
#s-9edd2fc7-8972-47df-a9fb-8262a90de64a, #wrap-s-9edd2fc7-8972-47df-a9fb-8262a90de64a { display: none !important; }}@media (max-width: 767px){#s-9edd2fc7-8972-47df-a9fb-8262a90de64a {
  display: none;
}
#s-9edd2fc7-8972-47df-a9fb-8262a90de64a, #wrap-s-9edd2fc7-8972-47df-a9fb-8262a90de64a { display: none !important; }}
#s-abe37935-d6f4-4a68-8fda-43122cb19f75 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-abe37935-d6f4-4a68-8fda-43122cb19f75 {
  display: none;
}
#s-abe37935-d6f4-4a68-8fda-43122cb19f75, #wrap-s-abe37935-d6f4-4a68-8fda-43122cb19f75 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abe37935-d6f4-4a68-8fda-43122cb19f75 {
  display: none;
}
#s-abe37935-d6f4-4a68-8fda-43122cb19f75, #wrap-s-abe37935-d6f4-4a68-8fda-43122cb19f75 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abe37935-d6f4-4a68-8fda-43122cb19f75 {
  margin-top: 12px;
max-width: 600px;
}
}@media (max-width: 767px){#s-abe37935-d6f4-4a68-8fda-43122cb19f75 {
  margin-top: 13px;
}
}
#s-5b95cadd-e7d0-46c1-b27a-b851f457f16a {
  margin-top: 20px;
}

#s-f450c57e-e163-43f8-a2d6-2abe5afcdaec {
  margin-top: 16px;
margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f450c57e-e163-43f8-a2d6-2abe5afcdaec {
  margin-bottom: 16px;
}
}
#s-d3a900b1-16df-42a0-a697-2b3983e23030 {
  margin-top: 60px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d3a900b1-16df-42a0-a697-2b3983e23030 {
  
}
}@media (max-width: 767px){#s-d3a900b1-16df-42a0-a697-2b3983e23030 {
  margin-left: -4%;
margin-right: -4%;
padding-bottom: 40px;
}
}
#s-d94e14f6-50f8-44fa-9d8c-ec4836e5af02 {
  margin-top: 8px;
margin-bottom: 28px;
text-align: center;
}

#s-d94e14f6-50f8-44fa-9d8c-ec4836e5af02 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d94e14f6-50f8-44fa-9d8c-ec4836e5af02 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-d94e14f6-50f8-44fa-9d8c-ec4836e5af02 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6eb8cd2d-0e4b-41fa-80ba-f2301de247cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-6eb8cd2d-0e4b-41fa-80ba-f2301de247cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 12px;
}

#s-6eb8cd2d-0e4b-41fa-80ba-f2301de247cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(29, 38, 46, 1);
}

#s-6eb8cd2d-0e4b-41fa-80ba-f2301de247cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-6eb8cd2d-0e4b-41fa-80ba-f2301de247cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(29, 38, 46, 1);
  text-align: left;
  font-family: areaNormal800;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6eb8cd2d-0e4b-41fa-80ba-f2301de247cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c8d91cef-f70f-422d-937a-d151abbcb750 {
  margin-top: 8px;
margin-left: 2%;
margin-bottom: 8px;
margin-right: 1%;
}
@media (min-width: 1200px){#s-c8d91cef-f70f-422d-937a-d151abbcb750 {
  margin-left: 1%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8d91cef-f70f-422d-937a-d151abbcb750 {
  margin-left: 1%;
}
}@media (max-width: 767px){#s-c8d91cef-f70f-422d-937a-d151abbcb750 {
  margin-right: 4%;
}
}
#s-be152049-5358-4f21-8b72-6562e00d2cae {
  margin-top: 8px;
margin-left: 1%;
margin-bottom: 8px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-be152049-5358-4f21-8b72-6562e00d2cae {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-be152049-5358-4f21-8b72-6562e00d2cae {
  margin-left: 4%;
margin-right: 0%;
}
}
#s-e4d4b9af-d9f8-426a-8671-368a86d8aad4 {
  margin-top: 8px;
margin-left: 1%;
margin-bottom: 8px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4d4b9af-d9f8-426a-8671-368a86d8aad4 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-e4d4b9af-d9f8-426a-8671-368a86d8aad4 {
  margin-left: 4%;
margin-right: 0%;
}
}
#s-87a1ff9a-a956-48ac-b748-fe6ea79ba421 {
  margin-top: 32px;
}

#s-f0f2d397-52cd-4808-9ff7-a739a19987fb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (min-width: 1200px){#s-f0f2d397-52cd-4808-9ff7-a739a19987fb {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0f2d397-52cd-4808-9ff7-a739a19987fb {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0f2d397-52cd-4808-9ff7-a739a19987fb {
  margin-bottom: 0px;
}
}
.final-link:hover{
    text-decoration: none;
    color: #016198;
  }

@media (min-width: 536px) and (max-width: 767px) {
  .kanopi-have-questions-section {
    display: flex !important;
    margin-bottom: 10px !important;
  }
  .kanopi-have-questions-section .page-width {
    margin-left: 16px !important;
    margin-right: 16px !important;
    width: 100% !important;
    flex-grow: 1;
  }
  .kanopi-have-questions-section .page-width .title-help-contact {
    letter-spacing: normal !important;
    margin-bottom: 47px !important;
  }
  .kanopi-have-questions-section .container-results-help {
    column-gap: 16px !important;
  }
  .kanopi-have-questions-section .container-results-help .container-cards {
    opacity: 1 !important;
    width: 33.333333% !important;
  }
  .kanopi-have-questions-section .container-results-help .container-info{
    flex-grow: 1 !important; 
  }
  .kanopi-have-questions-section .container-results-help .container-cards .container-text {
    width: 100% !important;
  }
    
}
.kanopi-have-questions-section .container-results-help .slick-dots {
    margin-bottom: -24.5px;
    bottom: 0px;
    line-height: 1;
    display: flex;
    column-gap: 8px;
    justify-content: center;
  }
.kanopi-have-questions-section .container-results-help .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0px;
  }
.kanopi-have-questions-section .container-results-help .slick-dots li button {
    width: 8px;
    height: 8px;
  }
.kanopi-have-questions-section .container-results-help .slick-dots > .slick-active > button {
    background-color: #f86b16;
  }
.kanopi-have-questions-section .container-results-help .slick-dots *:not(.slick-active) > button {
    background-color: #cdd6dc;
}
/*
  $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}
