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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-745bcc89-c29c-476e-8b87-a340b29b27c8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-745bcc89-c29c-476e-8b87-a340b29b27c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-745bcc89-c29c-476e-8b87-a340b29b27c8 {
  cursor: pointer;
}#s-745bcc89-c29c-476e-8b87-a340b29b27c8.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-b009d406-4173-4f1a-bb92-89af2ea532df {
  margin-left: auto;
margin-right: auto;
background-color: rgba(239, 239, 243, 0.77);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b009d406-4173-4f1a-bb92-89af2ea532df {
  background-color: rgba(239, 239, 243, 1);
}
}
@media (min-width: 0px) {
[id="s-b009d406-4173-4f1a-bb92-89af2ea532df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b009d406-4173-4f1a-bb92-89af2ea532df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b009d406-4173-4f1a-bb92-89af2ea532df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b009d406-4173-4f1a-bb92-89af2ea532df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b009d406-4173-4f1a-bb92-89af2ea532df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b009d406-4173-4f1a-bb92-89af2ea532df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b009d406-4173-4f1a-bb92-89af2ea532df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-c9716dd5-4267-4af9-9fd7-4a2a42db1e41 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c9716dd5-4267-4af9-9fd7-4a2a42db1e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9716dd5-4267-4af9-9fd7-4a2a42db1e41.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-left: auto;
margin-right: auto;
max-width: 649px;
text-align: center;
}
@media (min-width: 1200px){#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-top: 10px;
margin-left: 38%;
margin-right: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-top: 10px;
margin-left: 37%;
margin-right: 37%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-top: 30px;
margin-left: 41%;
margin-right: 41%;
}
}@media (max-width: 767px){#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-top: 10px;
margin-left: 37%;
margin-bottom: 0px;
margin-right: 37%;
}
}
.shg-image-margin-container-s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd img.shogun-image {
  width: 100%;
  
  
  max-width: 649px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-left: 38%;
  margin-right: 38%;
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  padding-top: 5px;
  padding-bottom: 5px;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd img.shogun-image {
  width: 100%;
  
  
  max-width: 649px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-left: 37%;
  margin-right: 37%;
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  padding-bottom: 10px;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd img.shogun-image {
  width: 100%;
  
  
  max-width: 649px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-left: 41%;
  margin-right: 41%;
  margin-top: 30px;
  
  /* Add padding handling */
  
  
  padding-top: 5px;
  
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd img.shogun-image {
  width: 100%;
  
  
  max-width: 649px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin-left: 37%;
  margin-right: 37%;
  margin-top: 10px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  padding-top: 5px;
  padding-bottom: 5px;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd img.shogun-image {
  width: 100%;
  
  
  max-width: 649px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e5b9e8f-6dc7-4911-b25b-3fdd8c0605fd.shogun-image {
  box-sizing: border-box;
}




}
.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;
  
  
  text-transform: none;
  
  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-9043715b-81e0-422e-8496-c99cc128030c {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9043715b-81e0-422e-8496-c99cc128030c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-9043715b-81e0-422e-8496-c99cc128030c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9043715b-81e0-422e-8496-c99cc128030c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9043715b-81e0-422e-8496-c99cc128030c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-9043715b-81e0-422e-8496-c99cc128030c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
#s-88720611-fcfb-414d-ad81-49926d313610 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-88720611-fcfb-414d-ad81-49926d313610 .shogun-heading-component h1 {
  color: rgba(220, 0, 47, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-88720611-fcfb-414d-ad81-49926d313610 .shogun-heading-component h1 {
  color: rgba(183, 23, 76, 1);
  font-weight:  800 ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-88720611-fcfb-414d-ad81-49926d313610 .shogun-heading-component h1 {
  color: rgba(183, 23, 76, 1);
  font-weight:  800 ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-88720611-fcfb-414d-ad81-49926d313610 .shogun-heading-component h1 {
  color: rgba(183, 23, 76, 1);
  font-weight:  800 ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-88720611-fcfb-414d-ad81-49926d313610 .shogun-heading-component h1 {
  color: rgba(183, 23, 76, 1);
  font-weight:  800 ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 41px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-95eaf0c0-fa7b-4dc1-983d-7c33bfbfedac {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-95eaf0c0-fa7b-4dc1-983d-7c33bfbfedac {
  margin-bottom: 6px;
padding-top: 14px;
padding-bottom: 14px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95eaf0c0-fa7b-4dc1-983d-7c33bfbfedac {
  padding-top: 11px;
padding-bottom: 11px;
}
}@media (max-width: 767px){#s-95eaf0c0-fa7b-4dc1-983d-7c33bfbfedac {
  margin-top: -6px;
margin-bottom: 10px;
}
}
#s-95eaf0c0-fa7b-4dc1-983d-7c33bfbfedac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 1200px){#s-95eaf0c0-fa7b-4dc1-983d-7c33bfbfedac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95eaf0c0-fa7b-4dc1-983d-7c33bfbfedac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95eaf0c0-fa7b-4dc1-983d-7c33bfbfedac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-95eaf0c0-fa7b-4dc1-983d-7c33bfbfedac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


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

.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-94d7d230-6ca1-4d6a-964f-f1770671086e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 29px;
padding-bottom: 10px;
padding-right: 29px;
border-radius: 2px;
background-color: rgba(183, 23, 76, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-94d7d230-6ca1-4d6a-964f-f1770671086e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94d7d230-6ca1-4d6a-964f-f1770671086e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-94d7d230-6ca1-4d6a-964f-f1770671086e {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(183, 23, 76, 1);
hover-type: color;
}
#s-94d7d230-6ca1-4d6a-964f-f1770671086e:hover {background-color: rgba(220, 0, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-94d7d230-6ca1-4d6a-964f-f1770671086e {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(183, 23, 76, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94d7d230-6ca1-4d6a-964f-f1770671086e {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(183, 23, 76, 1);
hover-type: color;
}
#s-94d7d230-6ca1-4d6a-964f-f1770671086e:hover {background-color: rgba(220, 0, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-94d7d230-6ca1-4d6a-964f-f1770671086e {
  display: none;
}
#s-94d7d230-6ca1-4d6a-964f-f1770671086e, #wrap-s-94d7d230-6ca1-4d6a-964f-f1770671086e { display: none !important; }}

  #s-94d7d230-6ca1-4d6a-964f-f1770671086e-root {
    text-align: center;
  }


#s-94d7d230-6ca1-4d6a-964f-f1770671086e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94d7d230-6ca1-4d6a-964f-f1770671086e-root {
    text-align: center;
  }


#s-94d7d230-6ca1-4d6a-964f-f1770671086e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94d7d230-6ca1-4d6a-964f-f1770671086e-root {
    text-align: center;
  }


#s-94d7d230-6ca1-4d6a-964f-f1770671086e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94d7d230-6ca1-4d6a-964f-f1770671086e-root {
    text-align: center;
  }


#s-94d7d230-6ca1-4d6a-964f-f1770671086e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94d7d230-6ca1-4d6a-964f-f1770671086e-root {
    text-align: center;
  }


#s-94d7d230-6ca1-4d6a-964f-f1770671086e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-44ef0b19-d0d8-490a-9221-0f6e5fea3520 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-44ef0b19-d0d8-490a-9221-0f6e5fea3520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44ef0b19-d0d8-490a-9221-0f6e5fea3520.shg-box.shg-c {
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  margin-left: auto;
margin-right: auto;
max-width: 1298px;
text-align: center;
}



.shg-image-margin-container-s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2530c9-2f7c-4aeb-af6a-f0d1f9bf2839.shogun-image {
  box-sizing: border-box;
}




}
#s-4555851e-b0d2-428c-a9d6-fdb554281d87 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-left: 29px;
padding-bottom: 3px;
padding-right: 29px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4555851e-b0d2-428c-a9d6-fdb554281d87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4555851e-b0d2-428c-a9d6-fdb554281d87:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4555851e-b0d2-428c-a9d6-fdb554281d87 {
  display: none;
}
#s-4555851e-b0d2-428c-a9d6-fdb554281d87, #wrap-s-4555851e-b0d2-428c-a9d6-fdb554281d87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4555851e-b0d2-428c-a9d6-fdb554281d87 {
  display: none;
}
#s-4555851e-b0d2-428c-a9d6-fdb554281d87, #wrap-s-4555851e-b0d2-428c-a9d6-fdb554281d87 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4555851e-b0d2-428c-a9d6-fdb554281d87 {
  display: none;
}
#s-4555851e-b0d2-428c-a9d6-fdb554281d87, #wrap-s-4555851e-b0d2-428c-a9d6-fdb554281d87 { display: none !important; }}@media (max-width: 767px){#s-4555851e-b0d2-428c-a9d6-fdb554281d87 {
  margin-top: 17px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-image: none;
background-color: rgba(183, 23, 76, 1);
hover-type: color;
}
}

  #s-4555851e-b0d2-428c-a9d6-fdb554281d87-root {
    text-align: center;
  }


#s-4555851e-b0d2-428c-a9d6-fdb554281d87.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4555851e-b0d2-428c-a9d6-fdb554281d87-root {
    text-align: center;
  }


#s-4555851e-b0d2-428c-a9d6-fdb554281d87.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4555851e-b0d2-428c-a9d6-fdb554281d87-root {
    text-align: center;
  }


#s-4555851e-b0d2-428c-a9d6-fdb554281d87.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4555851e-b0d2-428c-a9d6-fdb554281d87-root {
    text-align: center;
  }


#s-4555851e-b0d2-428c-a9d6-fdb554281d87.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4555851e-b0d2-428c-a9d6-fdb554281d87-root {
    text-align: center;
  }


#s-4555851e-b0d2-428c-a9d6-fdb554281d87.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fa5d37ce-afa6-470e-8243-72e7dfc21a47 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 218, 199, 1);
}








#s-fa5d37ce-afa6-470e-8243-72e7dfc21a47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa5d37ce-afa6-470e-8243-72e7dfc21a47 {
  cursor: pointer;
}#s-fa5d37ce-afa6-470e-8243-72e7dfc21a47.shg-box.shg-c {
  justify-content: center;
}

#s-11dac69d-d1b8-4673-86c7-9e89c23af70a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-11dac69d-d1b8-4673-86c7-9e89c23af70a {
  margin-top: 8px;
margin-bottom: 8px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-11dac69d-d1b8-4673-86c7-9e89c23af70a {
  margin-left: 20%;
margin-right: 20%;
}
}
#s-11dac69d-d1b8-4673-86c7-9e89c23af70a .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-11dac69d-d1b8-4673-86c7-9e89c23af70a .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-11dac69d-d1b8-4673-86c7-9e89c23af70a .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


}
#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin-left: auto;
margin-right: auto;
max-width: 1683px;
text-align: center;
}
@media (min-width: 1200px){#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin-top: 3px;
margin-bottom: 3px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin-top: 3px;
margin-bottom: 3px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin-top: 2px;
margin-bottom: 2px;
}
}@media (max-width: 767px){#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin-top: 10px;
}
}
.shg-image-margin-container-s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 25%;
  padding-right: 25%;
  
  
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 img.shogun-image {
  width: 100%;
  
  
  max-width: 1683px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  
  
  margin-top: 3px;
  margin-bottom: 3px;
  /* Add padding handling */
  
  
  
  
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 img.shogun-image {
  width: 100%;
  
  
  max-width: 1683px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  
  
  margin-top: 3px;
  margin-bottom: 3px;
  /* Add padding handling */
  
  
  
  
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 img.shogun-image {
  width: 100%;
  
  
  max-width: 1683px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  
  
  margin-top: 2px;
  margin-bottom: 2px;
  /* Add padding handling */
  padding-left: 21%;
  padding-right: 21%;
  
  
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 img.shogun-image {
  width: 100%;
  
  
  max-width: 1683px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  
  
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 img.shogun-image {
  width: 100%;
  
  
  max-width: 1683px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e359eb-ee1f-49a4-b665-3bc1441b6791.shogun-image {
  box-sizing: border-box;
}




}
#s-e0c261aa-512e-4c8e-bcde-8ea210258e47 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0c261aa-512e-4c8e-bcde-8ea210258e47 {
  margin-top: 3px;
margin-bottom: 3px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-e0c261aa-512e-4c8e-bcde-8ea210258e47 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e0c261aa-512e-4c8e-bcde-8ea210258e47 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e0c261aa-512e-4c8e-bcde-8ea210258e47 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-e0c261aa-512e-4c8e-bcde-8ea210258e47 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


}
#s-325640fe-3da0-4c53-ae73-5344991d0cb9 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-325640fe-3da0-4c53-ae73-5344991d0cb9:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-325640fe-3da0-4c53-ae73-5344991d0cb9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-325640fe-3da0-4c53-ae73-5344991d0cb9 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-325640fe-3da0-4c53-ae73-5344991d0cb9 {
  background-color: rgba(199, 0, 109, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-325640fe-3da0-4c53-ae73-5344991d0cb9 {
  margin-top: 10px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-325640fe-3da0-4c53-ae73-5344991d0cb9 {
  margin-bottom: 20px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}

  #s-325640fe-3da0-4c53-ae73-5344991d0cb9-root {
    text-align: center;
  }


#s-325640fe-3da0-4c53-ae73-5344991d0cb9.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-325640fe-3da0-4c53-ae73-5344991d0cb9-root {
    text-align: center;
  }


#s-325640fe-3da0-4c53-ae73-5344991d0cb9.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-325640fe-3da0-4c53-ae73-5344991d0cb9-root {
    text-align: center;
  }


#s-325640fe-3da0-4c53-ae73-5344991d0cb9.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-325640fe-3da0-4c53-ae73-5344991d0cb9-root {
    text-align: center;
  }


#s-325640fe-3da0-4c53-ae73-5344991d0cb9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-325640fe-3da0-4c53-ae73-5344991d0cb9-root {
    text-align: center;
  }


#s-325640fe-3da0-4c53-ae73-5344991d0cb9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-048fd0f9-868b-441e-b70d-f3382dadd366 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-048fd0f9-868b-441e-b70d-f3382dadd366 {
  margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-048fd0f9-868b-441e-b70d-f3382dadd366 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-048fd0f9-868b-441e-b70d-f3382dadd366 {
  display: none;
}
#s-048fd0f9-868b-441e-b70d-f3382dadd366, #wrap-s-048fd0f9-868b-441e-b70d-f3382dadd366 { display: none !important; }}
@media (min-width: 0px) {
[id="s-048fd0f9-868b-441e-b70d-f3382dadd366"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-048fd0f9-868b-441e-b70d-f3382dadd366"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-048fd0f9-868b-441e-b70d-f3382dadd366"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-048fd0f9-868b-441e-b70d-f3382dadd366"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-82553079-7f16-4481-89ab-3dd07697350a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

.shg-image-margin-container-s-82553079-7f16-4481-89ab-3dd07697350a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82553079-7f16-4481-89ab-3dd07697350a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82553079-7f16-4481-89ab-3dd07697350a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82553079-7f16-4481-89ab-3dd07697350a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-82553079-7f16-4481-89ab-3dd07697350a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82553079-7f16-4481-89ab-3dd07697350a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82553079-7f16-4481-89ab-3dd07697350a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82553079-7f16-4481-89ab-3dd07697350a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-82553079-7f16-4481-89ab-3dd07697350a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82553079-7f16-4481-89ab-3dd07697350a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82553079-7f16-4481-89ab-3dd07697350a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82553079-7f16-4481-89ab-3dd07697350a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-82553079-7f16-4481-89ab-3dd07697350a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82553079-7f16-4481-89ab-3dd07697350a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82553079-7f16-4481-89ab-3dd07697350a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82553079-7f16-4481-89ab-3dd07697350a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-82553079-7f16-4481-89ab-3dd07697350a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82553079-7f16-4481-89ab-3dd07697350a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82553079-7f16-4481-89ab-3dd07697350a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82553079-7f16-4481-89ab-3dd07697350a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82553079-7f16-4481-89ab-3dd07697350a.shogun-image {
  box-sizing: border-box;
}




}
#s-b15111ee-7807-407f-9d1f-afaa842b3668 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 34px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b15111ee-7807-407f-9d1f-afaa842b3668 {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b15111ee-7807-407f-9d1f-afaa842b3668 {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-b15111ee-7807-407f-9d1f-afaa842b3668 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.25em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-b15111ee-7807-407f-9d1f-afaa842b3668 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.25em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b15111ee-7807-407f-9d1f-afaa842b3668 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

.shg-image-margin-container-s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694bfa9b-66d5-460f-8b60-85230e7b6f0a.shogun-image {
  box-sizing: border-box;
}




}
#s-c5a9c25a-c76a-47f0-81e5-dbcd7719f4c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 34px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c5a9c25a-c76a-47f0-81e5-dbcd7719f4c0 {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5a9c25a-c76a-47f0-81e5-dbcd7719f4c0 {
  padding-bottom: 15px;
}
}
#s-c5a9c25a-c76a-47f0-81e5-dbcd7719f4c0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.25em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-c5a9c25a-c76a-47f0-81e5-dbcd7719f4c0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.25em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c5a9c25a-c76a-47f0-81e5-dbcd7719f4c0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

.shg-image-margin-container-s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db9b222b-cc37-4f52-8fe1-490f90b525a3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db9b222b-cc37-4f52-8fe1-490f90b525a3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db9b222b-cc37-4f52-8fe1-490f90b525a3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db9b222b-cc37-4f52-8fe1-490f90b525a3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db9b222b-cc37-4f52-8fe1-490f90b525a3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db9b222b-cc37-4f52-8fe1-490f90b525a3.shogun-image {
  box-sizing: border-box;
}




}
#s-878b2597-7ef1-4ead-8790-f68d389a97a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 34px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-878b2597-7ef1-4ead-8790-f68d389a97a0 {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-878b2597-7ef1-4ead-8790-f68d389a97a0 {
  padding-bottom: 15px;
}
}
#s-878b2597-7ef1-4ead-8790-f68d389a97a0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.25em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-878b2597-7ef1-4ead-8790-f68d389a97a0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.25em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-878b2597-7ef1-4ead-8790-f68d389a97a0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-c1c533ab-2da1-4baa-8c78-56367c174228 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c1c533ab-2da1-4baa-8c78-56367c174228 {
  display: none;
}
#s-c1c533ab-2da1-4baa-8c78-56367c174228, #wrap-s-c1c533ab-2da1-4baa-8c78-56367c174228 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1c533ab-2da1-4baa-8c78-56367c174228 {
  display: none;
}
#s-c1c533ab-2da1-4baa-8c78-56367c174228, #wrap-s-c1c533ab-2da1-4baa-8c78-56367c174228 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1c533ab-2da1-4baa-8c78-56367c174228 {
  display: none;
}
#s-c1c533ab-2da1-4baa-8c78-56367c174228, #wrap-s-c1c533ab-2da1-4baa-8c78-56367c174228 { display: none !important; }}@media (max-width: 767px){#s-c1c533ab-2da1-4baa-8c78-56367c174228 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-c1c533ab-2da1-4baa-8c78-56367c174228"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1c533ab-2da1-4baa-8c78-56367c174228"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c1c533ab-2da1-4baa-8c78-56367c174228"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c1c533ab-2da1-4baa-8c78-56367c174228"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

.shg-image-margin-container-s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc59d3d-605b-474e-aaad-e55d8189b4e8.shogun-image {
  box-sizing: border-box;
}




}
#s-1942b1f4-a850-4bcd-b65a-7df627115d31 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 34px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1942b1f4-a850-4bcd-b65a-7df627115d31 {
  padding-bottom: 20px;
}
}
#s-1942b1f4-a850-4bcd-b65a-7df627115d31 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.25em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-1942b1f4-a850-4bcd-b65a-7df627115d31 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-1942b1f4-a850-4bcd-b65a-7df627115d31 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.25em;
  
  
}


}
#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

.shg-image-margin-container-s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d9d81b-bb88-4742-b38c-1021f1882c6c.shogun-image {
  box-sizing: border-box;
}




}
#s-d9e802c8-868f-4f5e-8cd5-daa6aa70baba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 34px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d9e802c8-868f-4f5e-8cd5-daa6aa70baba {
  padding-bottom: 20px;
}
}
#s-d9e802c8-868f-4f5e-8cd5-daa6aa70baba .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.25em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d9e802c8-868f-4f5e-8cd5-daa6aa70baba .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-d9e802c8-868f-4f5e-8cd5-daa6aa70baba .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.25em;
  
  
}


}
#s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

.shg-image-margin-container-s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1bcb978e-103b-45dd-bf8d-36252c54f2da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1bcb978e-103b-45dd-bf8d-36252c54f2da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1bcb978e-103b-45dd-bf8d-36252c54f2da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1bcb978e-103b-45dd-bf8d-36252c54f2da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1bcb978e-103b-45dd-bf8d-36252c54f2da .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcb978e-103b-45dd-bf8d-36252c54f2da.shogun-image {
  box-sizing: border-box;
}




}
#s-1de5e9cc-68ef-4002-84ec-69511326cbd8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 34px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1de5e9cc-68ef-4002-84ec-69511326cbd8 {
  padding-bottom: 20px;
}
}
#s-1de5e9cc-68ef-4002-84ec-69511326cbd8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.25em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-1de5e9cc-68ef-4002-84ec-69511326cbd8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-1de5e9cc-68ef-4002-84ec-69511326cbd8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Playpen Sans";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.25em;
  
  
}


}
#s-0c263329-361d-40e9-868e-002aae7639ff {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0c263329-361d-40e9-868e-002aae7639ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c263329-361d-40e9-868e-002aae7639ff {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-0c263329-361d-40e9-868e-002aae7639ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c263329-361d-40e9-868e-002aae7639ff {
  cursor: pointer;
}#s-0c263329-361d-40e9-868e-002aae7639ff.shg-box.shg-c {
  justify-content: center;
}

#s-73232840-7dc2-4b4d-8a98-8276bb8709e6 {
  background-image: url(https://i.shgcdn.com/9f193ade-af88-48df-89ad-b79972b9c072/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
background-position: center center;
}
@media (max-width: 767px){#s-73232840-7dc2-4b4d-8a98-8276bb8709e6 {
  display: none;
}
#s-73232840-7dc2-4b4d-8a98-8276bb8709e6, #wrap-s-73232840-7dc2-4b4d-8a98-8276bb8709e6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2086913e-9db3-41ee-a8f4-819990b8562f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2086913e-9db3-41ee-a8f4-819990b8562f {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2086913e-9db3-41ee-a8f4-819990b8562f {
  min-height: 250px;
}
}







#s-2086913e-9db3-41ee-a8f4-819990b8562f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2086913e-9db3-41ee-a8f4-819990b8562f.shg-box.shg-c {
  justify-content: center;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-top: 10px;
max-width: 70px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-top: 10px;
max-width: 45px;
}
}
.shg-image-margin-container-s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  
  /* Add padding handling */
  
  
  
  
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
}




}
#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 8px;
text-align: center;
}

#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}
#s-cba865c0-6f33-43d4-93fb-63d268c2aada {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}

#s-cba865c0-6f33-43d4-93fb-63d268c2aada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-cba865c0-6f33-43d4-93fb-63d268c2aada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cba865c0-6f33-43d4-93fb-63d268c2aada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTUzZjRhN2UtNzcwZS00NjU0LWJjMzAtZmMyNDMyMzNlNWE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNTNmNGE3ZS03NzBlLTQ2NTQtYmMzMC1mYzI0MzIzM2U1YTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb:hover {background-color: rgba(29, 100, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmM1MTYwY2QtOGZhMC00ZDhhLTgzNWMtZTFjZTg3ZWRkM2YzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YzUxNjBjZC04ZmEwLTRkOGEtODM1Yy1lMWNlODdlZGQzZjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
}

  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  display: none;
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-s-0b0941e2-5815-40d5-a638-1957ada7ff80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  display: none;
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-s-0b0941e2-5815-40d5-a638-1957ada7ff80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  display: none;
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-s-0b0941e2-5815-40d5-a638-1957ada7ff80 { display: none !important; }}







#s-0b0941e2-5815-40d5-a638-1957ada7ff80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b0941e2-5815-40d5-a638-1957ada7ff80.shg-box.shg-c {
  justify-content: center;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-0c985648-d272-42a8-a114-9d447c9fd399 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-0c985648-d272-42a8-a114-9d447c9fd399 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-0c985648-d272-42a8-a114-9d447c9fd399 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-0c985648-d272-42a8-a114-9d447c9fd399 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
}




}
#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-top: 10px;
max-width: 70px;
}
}@media (max-width: 767px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-top: 10px;
max-width: 55px;
}
}
.shg-image-margin-container-s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  
  /* Add padding handling */
  
  
  
  
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
}




}
#s-822250fd-84c4-4149-aae9-565799b382b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-822250fd-84c4-4149-aae9-565799b382b2 {
  padding-bottom: 2px;
}
}
#s-822250fd-84c4-4149-aae9-565799b382b2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-822250fd-84c4-4149-aae9-565799b382b2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-822250fd-84c4-4149-aae9-565799b382b2 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1.2em;
  
  
}


}
#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}

#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTUzZjRhN2UtNzcwZS00NjU0LWJjMzAtZmMyNDMyMzNlNWE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNTNmNGE3ZS03NzBlLTQ2NTQtYmMzMC1mYzI0MzIzM2U1YTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61:hover {background-color: rgba(29, 100, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzdhZjY5ZjAtYTZmYS00YjI5LTkyNmItMThjYjNjNGJlZjdjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjN2FmNjlmMC1hNmZhLTRiMjktOTI2Yi0xOGNiM2M0YmVmN2MpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
}

  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c1152099-cced-4c18-927a-fa638fd24102 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c1152099-cced-4c18-927a-fa638fd24102 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-c1152099-cced-4c18-927a-fa638fd24102 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1152099-cced-4c18-927a-fa638fd24102 {
  cursor: pointer;
}#s-c1152099-cced-4c18-927a-fa638fd24102.shg-box.shg-c {
  justify-content: center;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  display: none;
}
#s-e7deafad-2a17-4d51-80fd-9d65aebb9412, #wrap-s-e7deafad-2a17-4d51-80fd-9d65aebb9412 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  display: none;
}
#s-e7deafad-2a17-4d51-80fd-9d65aebb9412, #wrap-s-e7deafad-2a17-4d51-80fd-9d65aebb9412 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  display: none;
}
#s-e7deafad-2a17-4d51-80fd-9d65aebb9412, #wrap-s-e7deafad-2a17-4d51-80fd-9d65aebb9412 { display: none !important; }}
.shg-image-margin-container-s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7deafad-2a17-4d51-80fd-9d65aebb9412 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7deafad-2a17-4d51-80fd-9d65aebb9412 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7deafad-2a17-4d51-80fd-9d65aebb9412 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7deafad-2a17-4d51-80fd-9d65aebb9412 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7deafad-2a17-4d51-80fd-9d65aebb9412 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7deafad-2a17-4d51-80fd-9d65aebb9412.shogun-image {
  box-sizing: border-box;
}




}
#s-85237183-6996-4a09-b796-f9b8e90481e2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-85237183-6996-4a09-b796-f9b8e90481e2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-85237183-6996-4a09-b796-f9b8e90481e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85237183-6996-4a09-b796-f9b8e90481e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85237183-6996-4a09-b796-f9b8e90481e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8b69e922-dd10-4002-9974-20d8b59d2ce4 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-8b69e922-dd10-4002-9974-20d8b59d2ce4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-8b69e922-dd10-4002-9974-20d8b59d2ce4:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8b69e922-dd10-4002-9974-20d8b59d2ce4 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b69e922-dd10-4002-9974-20d8b59d2ce4 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-8b69e922-dd10-4002-9974-20d8b59d2ce4 {
  margin-top: 0px;
margin-left: 15%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: left;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}

  #s-8b69e922-dd10-4002-9974-20d8b59d2ce4-root {
    text-align: center;
  }


#s-8b69e922-dd10-4002-9974-20d8b59d2ce4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b69e922-dd10-4002-9974-20d8b59d2ce4-root {
    text-align: center;
  }


#s-8b69e922-dd10-4002-9974-20d8b59d2ce4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b69e922-dd10-4002-9974-20d8b59d2ce4-root {
    text-align: center;
  }


#s-8b69e922-dd10-4002-9974-20d8b59d2ce4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b69e922-dd10-4002-9974-20d8b59d2ce4-root {
    text-align: center;
  }


#s-8b69e922-dd10-4002-9974-20d8b59d2ce4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b69e922-dd10-4002-9974-20d8b59d2ce4-root {
    text-align: left;
  }


#s-8b69e922-dd10-4002-9974-20d8b59d2ce4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: center;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}

  #s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054-root {
    text-align: center;
  }


#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054-root {
    text-align: center;
  }


#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054-root {
    text-align: center;
  }


#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054-root {
    text-align: center;
  }


#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054-root {
    text-align: center;
  }


#s-5cff9f2d-4d42-4cf0-a8cc-378cd3e79054.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7 {
  margin-top: 40px;
margin-left: 21%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}

  #s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7-root {
    text-align: center;
  }


#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7-root {
    text-align: center;
  }


#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7-root {
    text-align: center;
  }


#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7-root {
    text-align: center;
  }


#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7-root {
    text-align: center;
  }


#s-1fef1ac9-9d8e-40d4-99b8-48ff6b5133d7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f {
  margin-top: 0px;
margin-left: 19%;
margin-right: 0%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: center;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}

  #s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f-root {
    text-align: center;
  }


#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f-root {
    text-align: center;
  }


#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f-root {
    text-align: center;
  }


#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f-root {
    text-align: center;
  }


#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f-root {
    text-align: center;
  }


#s-a4126865-3bf0-4c73-a7f5-10a324bdbd8f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-94e8934d-fcab-4a04-8420-e95873325d04 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-94e8934d-fcab-4a04-8420-e95873325d04:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-94e8934d-fcab-4a04-8420-e95873325d04:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-94e8934d-fcab-4a04-8420-e95873325d04 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94e8934d-fcab-4a04-8420-e95873325d04 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-94e8934d-fcab-4a04-8420-e95873325d04 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: left;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}

  #s-94e8934d-fcab-4a04-8420-e95873325d04-root {
    text-align: center;
  }


#s-94e8934d-fcab-4a04-8420-e95873325d04.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94e8934d-fcab-4a04-8420-e95873325d04-root {
    text-align: center;
  }


#s-94e8934d-fcab-4a04-8420-e95873325d04.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94e8934d-fcab-4a04-8420-e95873325d04-root {
    text-align: center;
  }


#s-94e8934d-fcab-4a04-8420-e95873325d04.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94e8934d-fcab-4a04-8420-e95873325d04-root {
    text-align: center;
  }


#s-94e8934d-fcab-4a04-8420-e95873325d04.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94e8934d-fcab-4a04-8420-e95873325d04-root {
    text-align: left;
  }


#s-94e8934d-fcab-4a04-8420-e95873325d04.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  margin-left: auto;
margin-right: auto;
max-width: 7676px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  
}
}@media (max-width: 767px){#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  display: none;
}
#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386, #wrap-s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 { display: none !important; }}
.shg-image-margin-container-s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9bb89d-7526-4119-8a58-7cc7a96e4386.shogun-image {
  box-sizing: border-box;
}




}
#s-cd3b1a13-5c6d-493f-a7a7-04b867c5715d {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-cd3b1a13-5c6d-493f-a7a7-04b867c5715d"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cd3b1a13-5c6d-493f-a7a7-04b867c5715d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd3b1a13-5c6d-493f-a7a7-04b867c5715d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd3b1a13-5c6d-493f-a7a7-04b867c5715d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-066973a4-e36c-4cd5-9569-61062b5f9bb6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-066973a4-e36c-4cd5-9569-61062b5f9bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-066973a4-e36c-4cd5-9569-61062b5f9bb6.shg-box.shg-c {
  justify-content: center;
}

#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc {
  margin-bottom: 130px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc {
  margin-bottom: 80px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-1bdefdfb-5afa-4440-bd28-04e2b2648afc-root {
    text-align: center;
  }


#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1bdefdfb-5afa-4440-bd28-04e2b2648afc-root {
    text-align: center;
  }


#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1bdefdfb-5afa-4440-bd28-04e2b2648afc-root {
    text-align: center;
  }


#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1bdefdfb-5afa-4440-bd28-04e2b2648afc-root {
    text-align: center;
  }


#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1bdefdfb-5afa-4440-bd28-04e2b2648afc-root {
    text-align: center;
  }


#s-1bdefdfb-5afa-4440-bd28-04e2b2648afc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-28368b50-d769-4b97-9c28-06df4524821a {
  margin-left: auto;
margin-bottom: 50px;
margin-right: 0%;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(225, 44, 120, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-28368b50-d769-4b97-9c28-06df4524821a:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-28368b50-d769-4b97-9c28-06df4524821a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-28368b50-d769-4b97-9c28-06df4524821a {
  margin-bottom: 100px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-28368b50-d769-4b97-9c28-06df4524821a:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-28368b50-d769-4b97-9c28-06df4524821a {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-28368b50-d769-4b97-9c28-06df4524821a:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-28368b50-d769-4b97-9c28-06df4524821a {
  margin-bottom: 20px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-28368b50-d769-4b97-9c28-06df4524821a:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-28368b50-d769-4b97-9c28-06df4524821a-root {
    text-align: left;
  }


#s-28368b50-d769-4b97-9c28-06df4524821a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28368b50-d769-4b97-9c28-06df4524821a-root {
    text-align: left;
  }


#s-28368b50-d769-4b97-9c28-06df4524821a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28368b50-d769-4b97-9c28-06df4524821a-root {
    text-align: left;
  }


#s-28368b50-d769-4b97-9c28-06df4524821a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28368b50-d769-4b97-9c28-06df4524821a-root {
    text-align: left;
  }


#s-28368b50-d769-4b97-9c28-06df4524821a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28368b50-d769-4b97-9c28-06df4524821a-root {
    text-align: left;
  }


#s-28368b50-d769-4b97-9c28-06df4524821a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cacc4d88-6a58-4a88-983c-dc3317641d83 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-cacc4d88-6a58-4a88-983c-dc3317641d83 {
  margin-bottom: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cacc4d88-6a58-4a88-983c-dc3317641d83 {
  margin-bottom: 20px;
}
}







#s-cacc4d88-6a58-4a88-983c-dc3317641d83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cacc4d88-6a58-4a88-983c-dc3317641d83.shg-box.shg-c {
  justify-content: flex-end;
}

#s-e892cbd3-90be-43e0-9b13-2843690c09dd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-e892cbd3-90be-43e0-9b13-2843690c09dd:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e892cbd3-90be-43e0-9b13-2843690c09dd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e892cbd3-90be-43e0-9b13-2843690c09dd {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-e892cbd3-90be-43e0-9b13-2843690c09dd:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-e892cbd3-90be-43e0-9b13-2843690c09dd {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-e892cbd3-90be-43e0-9b13-2843690c09dd:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-e892cbd3-90be-43e0-9b13-2843690c09dd {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-e892cbd3-90be-43e0-9b13-2843690c09dd:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e892cbd3-90be-43e0-9b13-2843690c09dd-root {
    text-align: center;
  }


#s-e892cbd3-90be-43e0-9b13-2843690c09dd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e892cbd3-90be-43e0-9b13-2843690c09dd-root {
    text-align: center;
  }


#s-e892cbd3-90be-43e0-9b13-2843690c09dd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e892cbd3-90be-43e0-9b13-2843690c09dd-root {
    text-align: center;
  }


#s-e892cbd3-90be-43e0-9b13-2843690c09dd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e892cbd3-90be-43e0-9b13-2843690c09dd-root {
    text-align: center;
  }


#s-e892cbd3-90be-43e0-9b13-2843690c09dd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e892cbd3-90be-43e0-9b13-2843690c09dd-root {
    text-align: center;
  }


#s-e892cbd3-90be-43e0-9b13-2843690c09dd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-55e8882c-4a62-4012-8f47-43a2d2b6e318 {
  margin-left: 13%;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-55e8882c-4a62-4012-8f47-43a2d2b6e318 {
  margin-bottom: 80px;
}
}







#s-55e8882c-4a62-4012-8f47-43a2d2b6e318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55e8882c-4a62-4012-8f47-43a2d2b6e318.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cea5f844-d3df-4f42-9171-392f03e47a73 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-cea5f844-d3df-4f42-9171-392f03e47a73:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cea5f844-d3df-4f42-9171-392f03e47a73:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cea5f844-d3df-4f42-9171-392f03e47a73 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-cea5f844-d3df-4f42-9171-392f03e47a73:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-cea5f844-d3df-4f42-9171-392f03e47a73 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-cea5f844-d3df-4f42-9171-392f03e47a73:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-cea5f844-d3df-4f42-9171-392f03e47a73 {
  margin-top: 10px;
margin-bottom: 10px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-cea5f844-d3df-4f42-9171-392f03e47a73:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-cea5f844-d3df-4f42-9171-392f03e47a73-root {
    text-align: center;
  }


#s-cea5f844-d3df-4f42-9171-392f03e47a73.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cea5f844-d3df-4f42-9171-392f03e47a73-root {
    text-align: center;
  }


#s-cea5f844-d3df-4f42-9171-392f03e47a73.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cea5f844-d3df-4f42-9171-392f03e47a73-root {
    text-align: center;
  }


#s-cea5f844-d3df-4f42-9171-392f03e47a73.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cea5f844-d3df-4f42-9171-392f03e47a73-root {
    text-align: center;
  }


#s-cea5f844-d3df-4f42-9171-392f03e47a73.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cea5f844-d3df-4f42-9171-392f03e47a73-root {
    text-align: center;
  }


#s-cea5f844-d3df-4f42-9171-392f03e47a73.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-83fc06d8-282d-48aa-9ac5-b65420f54999 {
  margin-left: 0%;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-83fc06d8-282d-48aa-9ac5-b65420f54999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83fc06d8-282d-48aa-9ac5-b65420f54999.shg-box.shg-c {
  justify-content: flex-start;
}

#s-351162e5-d896-43af-afde-03940b9445e1 {
  margin-top: 20px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(225, 44, 120, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-351162e5-d896-43af-afde-03940b9445e1:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-351162e5-d896-43af-afde-03940b9445e1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-351162e5-d896-43af-afde-03940b9445e1 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-351162e5-d896-43af-afde-03940b9445e1:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-351162e5-d896-43af-afde-03940b9445e1 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-351162e5-d896-43af-afde-03940b9445e1:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-351162e5-d896-43af-afde-03940b9445e1 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-351162e5-d896-43af-afde-03940b9445e1:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-351162e5-d896-43af-afde-03940b9445e1-root {
    text-align: left;
  }


#s-351162e5-d896-43af-afde-03940b9445e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-351162e5-d896-43af-afde-03940b9445e1-root {
    text-align: left;
  }


#s-351162e5-d896-43af-afde-03940b9445e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-351162e5-d896-43af-afde-03940b9445e1-root {
    text-align: left;
  }


#s-351162e5-d896-43af-afde-03940b9445e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-351162e5-d896-43af-afde-03940b9445e1-root {
    text-align: left;
  }


#s-351162e5-d896-43af-afde-03940b9445e1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-351162e5-d896-43af-afde-03940b9445e1-root {
    text-align: left;
  }


#s-351162e5-d896-43af-afde-03940b9445e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9c69651e-baf7-4d33-84f9-b03fc7f4a036 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 22px;
text-align: center;
}
@media (min-width: 1200px){#s-9c69651e-baf7-4d33-84f9-b03fc7f4a036 {
  padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c69651e-baf7-4d33-84f9-b03fc7f4a036 {
  padding-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c69651e-baf7-4d33-84f9-b03fc7f4a036 {
  padding-top: 26px;
}
}@media (max-width: 767px){#s-9c69651e-baf7-4d33-84f9-b03fc7f4a036 {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-9c69651e-baf7-4d33-84f9-b03fc7f4a036 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 1200px){#s-9c69651e-baf7-4d33-84f9-b03fc7f4a036 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9c69651e-baf7-4d33-84f9-b03fc7f4a036 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (max-width: 767px){#s-9c69651e-baf7-4d33-84f9-b03fc7f4a036 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-b3561123-4eb8-45bd-a837-689aeb1b25f7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-b3561123-4eb8-45bd-a837-689aeb1b25f7 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3561123-4eb8-45bd-a837-689aeb1b25f7 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3561123-4eb8-45bd-a837-689aeb1b25f7 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-b3561123-4eb8-45bd-a837-689aeb1b25f7 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-b3561123-4eb8-45bd-a837-689aeb1b25f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3561123-4eb8-45bd-a837-689aeb1b25f7 {
  cursor: pointer;
}#s-b3561123-4eb8-45bd-a837-689aeb1b25f7.shg-box.shg-c {
  justify-content: center;
}

#s-6402c61b-dff8-4984-865c-4f2b444330cd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6402c61b-dff8-4984-865c-4f2b444330cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6402c61b-dff8-4984-865c-4f2b444330cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6402c61b-dff8-4984-865c-4f2b444330cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6402c61b-dff8-4984-865c-4f2b444330cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-6402c61b-dff8-4984-865c-4f2b444330cd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b36dc5b9-4958-4ddb-b436-33ad4533f1a4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b36dc5b9-4958-4ddb-b436-33ad4533f1a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b36dc5b9-4958-4ddb-b436-33ad4533f1a4.shg-box.shg-c {
  justify-content: center;
}

#s-ee616842-308e-4ad3-821b-2a660ecfe1fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee616842-308e-4ad3-821b-2a660ecfe1fa {
  padding-top: 0px;
display: none;
}
#s-ee616842-308e-4ad3-821b-2a660ecfe1fa, #wrap-s-ee616842-308e-4ad3-821b-2a660ecfe1fa { display: none !important; }}@media (max-width: 767px){#s-ee616842-308e-4ad3-821b-2a660ecfe1fa {
  display: none;
}
#s-ee616842-308e-4ad3-821b-2a660ecfe1fa, #wrap-s-ee616842-308e-4ad3-821b-2a660ecfe1fa { display: none !important; }}
#s-ee616842-308e-4ad3-821b-2a660ecfe1fa .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-ee616842-308e-4ad3-821b-2a660ecfe1fa .shogun-heading-component h1 {
  color: rgba(183, 23, 106, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ee616842-308e-4ad3-821b-2a660ecfe1fa .shogun-heading-component h1 {
  color: rgba(199, 0, 109, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ee616842-308e-4ad3-821b-2a660ecfe1fa .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin-left: 12%;
margin-right: 12%;
max-width: 2061px;
text-align: center;
}
@media (min-width: 1200px){#s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin-top: -8px;
margin-left: 8%;
margin-right: 8%;
}
}@media (max-width: 767px){#s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  display: none;
}
#s-af05207b-d54d-441f-888e-9fc85ab7acb5, #wrap-s-af05207b-d54d-441f-888e-9fc85ab7acb5 { display: none !important; }}
.shg-image-margin-container-s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin-left: 12%;
  margin-right: 12%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2061px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af05207b-d54d-441f-888e-9fc85ab7acb5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin-left: 15%;
  margin-right: 15%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2061px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af05207b-d54d-441f-888e-9fc85ab7acb5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2061px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af05207b-d54d-441f-888e-9fc85ab7acb5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin-left: 8%;
  margin-right: 8%;
  margin-top: -8px;
  
  /* Add padding handling */
  
  
  
  
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2061px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af05207b-d54d-441f-888e-9fc85ab7acb5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2061px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af05207b-d54d-441f-888e-9fc85ab7acb5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af05207b-d54d-441f-888e-9fc85ab7acb5.shogun-image {
  box-sizing: border-box;
}




}
#s-6fbdc62a-7073-4ee1-b7b6-db54b407246f {
  margin-top: 5px;
margin-left: 13%;
margin-bottom: 5px;
margin-right: 13%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6fbdc62a-7073-4ee1-b7b6-db54b407246f {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-6fbdc62a-7073-4ee1-b7b6-db54b407246f {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-6fbdc62a-7073-4ee1-b7b6-db54b407246f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6fbdc62a-7073-4ee1-b7b6-db54b407246f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6fbdc62a-7073-4ee1-b7b6-db54b407246f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fbdc62a-7073-4ee1-b7b6-db54b407246f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1346px;
text-align: center;
}

.shg-image-margin-container-s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90c5d630-9574-404e-8bd1-bacad16a3d4d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90c5d630-9574-404e-8bd1-bacad16a3d4d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90c5d630-9574-404e-8bd1-bacad16a3d4d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90c5d630-9574-404e-8bd1-bacad16a3d4d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90c5d630-9574-404e-8bd1-bacad16a3d4d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c5d630-9574-404e-8bd1-bacad16a3d4d.shogun-image {
  box-sizing: border-box;
}




}
#s-320bb226-c558-4948-8db3-c0537ef31093 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1346px;
text-align: center;
}

.shg-image-margin-container-s-320bb226-c558-4948-8db3-c0537ef31093 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-320bb226-c558-4948-8db3-c0537ef31093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-320bb226-c558-4948-8db3-c0537ef31093 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-320bb226-c558-4948-8db3-c0537ef31093 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-320bb226-c558-4948-8db3-c0537ef31093 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-320bb226-c558-4948-8db3-c0537ef31093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-320bb226-c558-4948-8db3-c0537ef31093 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-320bb226-c558-4948-8db3-c0537ef31093 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-320bb226-c558-4948-8db3-c0537ef31093 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-320bb226-c558-4948-8db3-c0537ef31093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-320bb226-c558-4948-8db3-c0537ef31093 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-320bb226-c558-4948-8db3-c0537ef31093 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-320bb226-c558-4948-8db3-c0537ef31093 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-320bb226-c558-4948-8db3-c0537ef31093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-320bb226-c558-4948-8db3-c0537ef31093 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-320bb226-c558-4948-8db3-c0537ef31093 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-320bb226-c558-4948-8db3-c0537ef31093 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-320bb226-c558-4948-8db3-c0537ef31093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-320bb226-c558-4948-8db3-c0537ef31093 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-320bb226-c558-4948-8db3-c0537ef31093 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-320bb226-c558-4948-8db3-c0537ef31093.shogun-image {
  box-sizing: border-box;
}




}
#s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1346px;
text-align: center;
}

.shg-image-margin-container-s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-776263e5-5e5c-45c3-9630-33e906ec4c60 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-776263e5-5e5c-45c3-9630-33e906ec4c60 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-776263e5-5e5c-45c3-9630-33e906ec4c60 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-776263e5-5e5c-45c3-9630-33e906ec4c60 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-776263e5-5e5c-45c3-9630-33e906ec4c60 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776263e5-5e5c-45c3-9630-33e906ec4c60.shogun-image {
  box-sizing: border-box;
}




}
#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1346px;
text-align: center;
}

.shg-image-margin-container-s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e8e49e-88ff-4cfa-9322-5b6534d0fe97.shogun-image {
  box-sizing: border-box;
}




}
#s-3cfd2cd6-af45-444e-91f0-6758e40723b5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3cfd2cd6-af45-444e-91f0-6758e40723b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3cfd2cd6-af45-444e-91f0-6758e40723b5.shg-box.shg-c {
  justify-content: center;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  margin-left: auto;
margin-right: 3%;
max-width: 2354px;
text-align: center;
}
@media (min-width: 1200px){#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  display: none;
}
#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6, #wrap-s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  display: none;
}
#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6, #wrap-s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  display: none;
}
#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6, #wrap-s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 { display: none !important; }}@media (max-width: 767px){#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  margin-left: 0%;
margin-right: 0%;
}
}
.shg-image-margin-container-s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  margin-left: auto;
  margin-right: 3%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  margin-left: 0%;
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c52dc98d-c821-41af-8e0d-e8ffaa404fc6.shogun-image {
  box-sizing: border-box;
}




}
#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  margin-left: 3%;
margin-right: 0%;
max-width: 2354px;
text-align: center;
}
@media (min-width: 1200px){#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  margin-left: 4%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  
}
}@media (max-width: 767px){#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  display: none;
}
#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc, #wrap-s-9e02a910-6eca-4fa4-99f7-eecb42e905cc { display: none !important; }}
.shg-image-margin-container-s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  margin-left: 3%;
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  margin-left: 4%;
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e02a910-6eca-4fa4-99f7-eecb42e905cc.shogun-image {
  box-sizing: border-box;
}




}
#s-bd159455-0aa5-4a28-a152-45865c36877a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-bd159455-0aa5-4a28-a152-45865c36877a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd159455-0aa5-4a28-a152-45865c36877a {
  cursor: pointer;
}#s-bd159455-0aa5-4a28-a152-45865c36877a.shg-box.shg-c {
  justify-content: center;
}

#s-eb9b9ce4-e13a-43aa-9383-949f042f2286 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-eb9b9ce4-e13a-43aa-9383-949f042f2286"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb9b9ce4-e13a-43aa-9383-949f042f2286"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-eb9b9ce4-e13a-43aa-9383-949f042f2286"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb9b9ce4-e13a-43aa-9383-949f042f2286"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4ccc6245-ecec-4fb8-8a88-5ce95a80b1fd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4ccc6245-ecec-4fb8-8a88-5ce95a80b1fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ccc6245-ecec-4fb8-8a88-5ce95a80b1fd.shg-box.shg-c {
  justify-content: center;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  margin-left: auto;
margin-right: 3%;
max-width: 2354px;
text-align: center;
}
@media (min-width: 1200px){#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  display: none;
}
#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7, #wrap-s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  display: none;
}
#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7, #wrap-s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  display: none;
}
#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7, #wrap-s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 { display: none !important; }}@media (max-width: 767px){#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  margin-left: 0%;
margin-right: 0%;
}
}
.shg-image-margin-container-s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  margin-left: auto;
  margin-right: 3%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  margin-left: 0%;
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360f7e1c-1365-42f9-b6dd-08c90287d0c7.shogun-image {
  box-sizing: border-box;
}




}
#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  margin-left: auto;
margin-right: 3%;
max-width: 2354px;
text-align: center;
}
@media (min-width: 1200px){#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  margin-right: 0%;
}
}@media (max-width: 767px){#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  display: none;
}
#s-f7af6f9b-9257-4491-acf5-a9cef76addb6, #wrap-s-f7af6f9b-9257-4491-acf5-a9cef76addb6 { display: none !important; }}
.shg-image-margin-container-s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  margin-left: auto;
  margin-right: 3%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7af6f9b-9257-4491-acf5-a9cef76addb6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  
  margin-right: 5%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7af6f9b-9257-4491-acf5-a9cef76addb6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7af6f9b-9257-4491-acf5-a9cef76addb6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7af6f9b-9257-4491-acf5-a9cef76addb6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2354px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f7af6f9b-9257-4491-acf5-a9cef76addb6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7af6f9b-9257-4491-acf5-a9cef76addb6.shogun-image {
  box-sizing: border-box;
}




}
#s-963275ca-7b9e-4da1-aed3-d5e6e8f08c19 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-963275ca-7b9e-4da1-aed3-d5e6e8f08c19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-963275ca-7b9e-4da1-aed3-d5e6e8f08c19.shg-box.shg-c {
  justify-content: center;
}

#s-e9746526-b6bf-444c-9b56-1d066568f7ea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9746526-b6bf-444c-9b56-1d066568f7ea {
  display: none;
}
#s-e9746526-b6bf-444c-9b56-1d066568f7ea, #wrap-s-e9746526-b6bf-444c-9b56-1d066568f7ea { display: none !important; }}@media (max-width: 767px){#s-e9746526-b6bf-444c-9b56-1d066568f7ea {
  display: none;
}
#s-e9746526-b6bf-444c-9b56-1d066568f7ea, #wrap-s-e9746526-b6bf-444c-9b56-1d066568f7ea { display: none !important; }}
#s-e9746526-b6bf-444c-9b56-1d066568f7ea .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-e9746526-b6bf-444c-9b56-1d066568f7ea .shogun-heading-component h1 {
  color: rgba(199, 0, 109, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e9746526-b6bf-444c-9b56-1d066568f7ea .shogun-heading-component h1 {
  color: rgba(199, 0, 109, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


}
#s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  margin-left: 12%;
margin-right: 12%;
max-width: 2340px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  
}
}@media (max-width: 767px){#s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  display: none;
}
#s-0b398839-8c5f-4260-b759-aa08cf91dad6, #wrap-s-0b398839-8c5f-4260-b759-aa08cf91dad6 { display: none !important; }}
.shg-image-margin-container-s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  margin-left: 12%;
  margin-right: 12%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0b398839-8c5f-4260-b759-aa08cf91dad6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0b398839-8c5f-4260-b759-aa08cf91dad6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0b398839-8c5f-4260-b759-aa08cf91dad6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0b398839-8c5f-4260-b759-aa08cf91dad6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0b398839-8c5f-4260-b759-aa08cf91dad6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b398839-8c5f-4260-b759-aa08cf91dad6.shogun-image {
  box-sizing: border-box;
}




}
#s-5bdb8b1e-a578-4b6f-a42a-069f36c1d8ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5bdb8b1e-a578-4b6f-a42a-069f36c1d8ab {
  margin-left: 18%;
margin-right: 18%;
}
}
#s-5bdb8b1e-a578-4b6f-a42a-069f36c1d8ab .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5bdb8b1e-a578-4b6f-a42a-069f36c1d8ab .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-5bdb8b1e-a578-4b6f-a42a-069f36c1d8ab .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-32afb40a-e506-4acf-9149-2f07d97a2e20 {
  margin-top: 5px;
margin-left: 13%;
margin-bottom: 5px;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-32afb40a-e506-4acf-9149-2f07d97a2e20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-32afb40a-e506-4acf-9149-2f07d97a2e20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-32afb40a-e506-4acf-9149-2f07d97a2e20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-32afb40a-e506-4acf-9149-2f07d97a2e20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1346px;
text-align: center;
}

.shg-image-margin-container-s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef930c5c-fa63-4def-88af-a15e35ccb0b0.shogun-image {
  box-sizing: border-box;
}




}
#s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1346px;
text-align: center;
}

.shg-image-margin-container-s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-194e9fd1-fab9-4138-930c-34adcdf1deba .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-194e9fd1-fab9-4138-930c-34adcdf1deba .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-194e9fd1-fab9-4138-930c-34adcdf1deba .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-194e9fd1-fab9-4138-930c-34adcdf1deba .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-194e9fd1-fab9-4138-930c-34adcdf1deba .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194e9fd1-fab9-4138-930c-34adcdf1deba.shogun-image {
  box-sizing: border-box;
}




}
#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1346px;
text-align: center;
}

.shg-image-margin-container-s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742d44f0-87cc-42ec-a9ea-c912a02d2b71.shogun-image {
  box-sizing: border-box;
}




}
#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1346px;
text-align: center;
}

.shg-image-margin-container-s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367d64d6-a417-45ce-82c4-5a5588e1ce9b.shogun-image {
  box-sizing: border-box;
}




}
#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7 {
  background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
}

  #s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7-root {
    text-align: center;
  }


#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7-root {
    text-align: center;
  }


#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7-root {
    text-align: center;
  }


#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7-root {
    text-align: center;
  }


#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7-root {
    text-align: center;
  }


#s-904cd8f1-aef9-4c61-a343-6cd7b2f803e7.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6bcc8f19-676f-4a3f-bca6-6f8aa1f2c27d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6bcc8f19-676f-4a3f-bca6-6f8aa1f2c27d {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-6bcc8f19-676f-4a3f-bca6-6f8aa1f2c27d {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-6bcc8f19-676f-4a3f-bca6-6f8aa1f2c27d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6bcc8f19-676f-4a3f-bca6-6f8aa1f2c27d {
  cursor: pointer;
}#s-6bcc8f19-676f-4a3f-bca6-6f8aa1f2c27d.shg-box.shg-c {
  justify-content: center;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  margin-left: auto;
margin-right: auto;
max-width: 774px;
text-align: center;
}
@media (min-width: 1200px){#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  display: none;
}
#s-9087feac-2309-48c5-aa79-2ae1772bb3f7, #wrap-s-9087feac-2309-48c5-aa79-2ae1772bb3f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  display: none;
}
#s-9087feac-2309-48c5-aa79-2ae1772bb3f7, #wrap-s-9087feac-2309-48c5-aa79-2ae1772bb3f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  display: none;
}
#s-9087feac-2309-48c5-aa79-2ae1772bb3f7, #wrap-s-9087feac-2309-48c5-aa79-2ae1772bb3f7 { display: none !important; }}
.shg-image-margin-container-s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 774px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9087feac-2309-48c5-aa79-2ae1772bb3f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 774px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9087feac-2309-48c5-aa79-2ae1772bb3f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 774px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9087feac-2309-48c5-aa79-2ae1772bb3f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 774px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9087feac-2309-48c5-aa79-2ae1772bb3f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 774px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9087feac-2309-48c5-aa79-2ae1772bb3f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9087feac-2309-48c5-aa79-2ae1772bb3f7.shogun-image {
  box-sizing: border-box;
}




}
#s-1de95df3-fd89-49f3-966a-b48d567d38e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1de95df3-fd89-49f3-966a-b48d567d38e1 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
}
}
#s-1de95df3-fd89-49f3-966a-b48d567d38e1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1de95df3-fd89-49f3-966a-b48d567d38e1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-1de95df3-fd89-49f3-966a-b48d567d38e1 .shogun-heading-component h1 {
  color: rgba(249, 160, 74, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  margin-left: auto;
margin-right: auto;
max-width: 2831px;
text-align: center;
}
@media (max-width: 767px){#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  margin-left: 4%;
margin-right: 4%;
}
}
.shg-image-margin-container-s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 14%;
  padding-right: 14%;
  
  
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  
  
  
  
  /* Add padding handling */
  padding-left: 19%;
  padding-right: 19%;
  
  
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  
  
  
  
  /* Add padding handling */
  padding-left: 18%;
  padding-right: 18%;
  
  
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  margin-left: 4%;
  margin-right: 4%;
  
  
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb692ac-0df1-4aa2-b05c-424b674d1f25.shogun-image {
  box-sizing: border-box;
}




}
#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  margin-left: auto;
margin-right: auto;
max-width: 2730px;
text-align: center;
}
@media (max-width: 767px){#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  display: none;
}
#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071, #wrap-s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 { display: none !important; }}
.shg-image-margin-container-s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  padding-right: 0%;
  
  
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f90f720-f7d9-4722-ac7d-3b4fba11e071.shogun-image {
  box-sizing: border-box;
}




}
#s-81d9e96f-6177-4a51-ac56-65c2c84992fe {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-right: 30%;
min-height: 50px;
}
@media (min-width: 1200px){#s-81d9e96f-6177-4a51-ac56-65c2c84992fe {
  padding-left: 0%;
padding-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81d9e96f-6177-4a51-ac56-65c2c84992fe {
  padding-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-81d9e96f-6177-4a51-ac56-65c2c84992fe {
  padding-right: 40%;
}
}







#s-81d9e96f-6177-4a51-ac56-65c2c84992fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81d9e96f-6177-4a51-ac56-65c2c84992fe.shg-box.shg-c {
  justify-content: center;
}

#s-e6f41f91-67eb-40d8-95d0-0b792b94a04d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e6f41f91-67eb-40d8-95d0-0b792b94a04d {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6f41f91-67eb-40d8-95d0-0b792b94a04d {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6f41f91-67eb-40d8-95d0-0b792b94a04d {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-e6f41f91-67eb-40d8-95d0-0b792b94a04d .shogun-heading-component h1 {
  color: rgba(249, 160, 74, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-e6f41f91-67eb-40d8-95d0-0b792b94a04d .shogun-heading-component h1 {
  color: rgba(249, 160, 74, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e6f41f91-67eb-40d8-95d0-0b792b94a04d .shogun-heading-component h1 {
  color: rgba(249, 160, 74, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e6f41f91-67eb-40d8-95d0-0b792b94a04d .shogun-heading-component h1 {
  color: rgba(249, 160, 74, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}
#s-24387c26-03d9-43ab-8df8-d87f3002052c {
  margin-left: auto;
margin-right: auto;
max-width: 2831px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-24387c26-03d9-43ab-8df8-d87f3002052c {
  margin-top: 5px;
margin-bottom: 5px;
}
}
.shg-image-margin-container-s-24387c26-03d9-43ab-8df8-d87f3002052c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 14%;
  padding-right: 14%;
  
  
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24387c26-03d9-43ab-8df8-d87f3002052c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-24387c26-03d9-43ab-8df8-d87f3002052c {
  
  
  
  
  /* Add padding handling */
  padding-left: 8%;
  padding-right: 8%;
  
  
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24387c26-03d9-43ab-8df8-d87f3002052c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-24387c26-03d9-43ab-8df8-d87f3002052c {
  
  
  
  
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  
  
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24387c26-03d9-43ab-8df8-d87f3002052c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-24387c26-03d9-43ab-8df8-d87f3002052c {
  
  
  margin-top: 5px;
  margin-bottom: 5px;
  /* Add padding handling */
  padding-left: 8%;
  padding-right: 8%;
  
  
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24387c26-03d9-43ab-8df8-d87f3002052c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-24387c26-03d9-43ab-8df8-d87f3002052c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c img.shogun-image {
  width: 100%;
  
  
  max-width: 2831px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24387c26-03d9-43ab-8df8-d87f3002052c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24387c26-03d9-43ab-8df8-d87f3002052c.shogun-image {
  box-sizing: border-box;
}




}
#s-0426ae1c-1865-4d7b-8d03-f626400d5f53 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(199, 0, 109, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-0426ae1c-1865-4d7b-8d03-f626400d5f53:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0426ae1c-1865-4d7b-8d03-f626400d5f53:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0426ae1c-1865-4d7b-8d03-f626400d5f53 {
  margin-top: 15px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-0426ae1c-1865-4d7b-8d03-f626400d5f53:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-0426ae1c-1865-4d7b-8d03-f626400d5f53 {
  margin-top: 9px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-0426ae1c-1865-4d7b-8d03-f626400d5f53:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-0426ae1c-1865-4d7b-8d03-f626400d5f53 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-0426ae1c-1865-4d7b-8d03-f626400d5f53:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-0426ae1c-1865-4d7b-8d03-f626400d5f53 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-0426ae1c-1865-4d7b-8d03-f626400d5f53:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-0426ae1c-1865-4d7b-8d03-f626400d5f53-root {
    text-align: center;
  }


#s-0426ae1c-1865-4d7b-8d03-f626400d5f53.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0426ae1c-1865-4d7b-8d03-f626400d5f53-root {
    text-align: center;
  }


#s-0426ae1c-1865-4d7b-8d03-f626400d5f53.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0426ae1c-1865-4d7b-8d03-f626400d5f53-root {
    text-align: center;
  }


#s-0426ae1c-1865-4d7b-8d03-f626400d5f53.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0426ae1c-1865-4d7b-8d03-f626400d5f53-root {
    text-align: center;
  }


#s-0426ae1c-1865-4d7b-8d03-f626400d5f53.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0426ae1c-1865-4d7b-8d03-f626400d5f53-root {
    text-align: center;
  }


#s-0426ae1c-1865-4d7b-8d03-f626400d5f53.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9d984bb3-45e5-4bb8-a52e-8403236db031 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9d984bb3-45e5-4bb8-a52e-8403236db031 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-9d984bb3-45e5-4bb8-a52e-8403236db031 {
  margin-top: 9px;
margin-bottom: 0px;
padding-bottom: 5px;
}
}
#s-9d984bb3-45e5-4bb8-a52e-8403236db031 .shogun-heading-component h1 {
  color: rgba(50, 50, 50, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-9d984bb3-45e5-4bb8-a52e-8403236db031 .shogun-heading-component h1 {
  color: rgba(50, 50, 50, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9d984bb3-45e5-4bb8-a52e-8403236db031 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-9d984bb3-45e5-4bb8-a52e-8403236db031 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-0fc4a799-1122-49a9-ae1d-607bfdfd0546 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0fc4a799-1122-49a9-ae1d-607bfdfd0546 {
  margin-top: 10px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fc4a799-1122-49a9-ae1d-607bfdfd0546 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-0fc4a799-1122-49a9-ae1d-607bfdfd0546 {
  
}
}
@media (min-width: 0px) {
[id="s-0fc4a799-1122-49a9-ae1d-607bfdfd0546"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0fc4a799-1122-49a9-ae1d-607bfdfd0546"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0fc4a799-1122-49a9-ae1d-607bfdfd0546"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0fc4a799-1122-49a9-ae1d-607bfdfd0546"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-e0e1d3f4-e6b5-4584-b02c-740e8a1819c1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e0e1d3f4-e6b5-4584-b02c-740e8a1819c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0e1d3f4-e6b5-4584-b02c-740e8a1819c1 {
  cursor: pointer;
}#s-e0e1d3f4-e6b5-4584-b02c-740e8a1819c1.shg-box.shg-c {
  justify-content: center;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  margin-bottom: 10px;
}
}
.shg-image-margin-container-s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-969d5210-dc88-4018-a0a0-c1e80566cf29 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-969d5210-dc88-4018-a0a0-c1e80566cf29 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-969d5210-dc88-4018-a0a0-c1e80566cf29 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-969d5210-dc88-4018-a0a0-c1e80566cf29 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-969d5210-dc88-4018-a0a0-c1e80566cf29 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969d5210-dc88-4018-a0a0-c1e80566cf29.shogun-image {
  box-sizing: border-box;
}




}
#s-ef2e8ba4-0df2-42fa-b162-d21237fb0e54 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ef2e8ba4-0df2-42fa-b162-d21237fb0e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef2e8ba4-0df2-42fa-b162-d21237fb0e54 {
  cursor: pointer;
}#s-ef2e8ba4-0df2-42fa-b162-d21237fb0e54.shg-box.shg-c {
  justify-content: center;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  margin-bottom: 10px;
}
}
.shg-image-margin-container-s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc376ea-c929-4aa8-88fd-fa6cc9be91ce.shogun-image {
  box-sizing: border-box;
}




}
#s-3fd47619-e12b-4234-b2ce-e169c76eac6f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3fd47619-e12b-4234-b2ce-e169c76eac6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fd47619-e12b-4234-b2ce-e169c76eac6f {
  cursor: pointer;
}#s-3fd47619-e12b-4234-b2ce-e169c76eac6f.shg-box.shg-c {
  justify-content: center;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: center;
}

.shg-image-margin-container-s-6b11359f-0c80-4a12-8312-eb6355907dde {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b11359f-0c80-4a12-8312-eb6355907dde .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-6b11359f-0c80-4a12-8312-eb6355907dde {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b11359f-0c80-4a12-8312-eb6355907dde .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-6b11359f-0c80-4a12-8312-eb6355907dde {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b11359f-0c80-4a12-8312-eb6355907dde .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-6b11359f-0c80-4a12-8312-eb6355907dde {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b11359f-0c80-4a12-8312-eb6355907dde .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-6b11359f-0c80-4a12-8312-eb6355907dde {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde img.shogun-image {
  width: 100%;
  
  
  max-width: 1346px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6b11359f-0c80-4a12-8312-eb6355907dde .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b11359f-0c80-4a12-8312-eb6355907dde.shogun-image {
  box-sizing: border-box;
}




}
#s-52013e3e-0c69-4d60-8d44-19aa20d58d27 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-52013e3e-0c69-4d60-8d44-19aa20d58d27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52013e3e-0c69-4d60-8d44-19aa20d58d27 {
  cursor: pointer;
}#s-52013e3e-0c69-4d60-8d44-19aa20d58d27.shg-box.shg-c {
  justify-content: center;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

.shg-image-margin-container-s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8dd43668-ac53-42b6-8ba7-59705c92b959 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8dd43668-ac53-42b6-8ba7-59705c92b959 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8dd43668-ac53-42b6-8ba7-59705c92b959 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8dd43668-ac53-42b6-8ba7-59705c92b959 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 {
  margin: 0 !important;
  position: relative;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8dd43668-ac53-42b6-8ba7-59705c92b959 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dd43668-ac53-42b6-8ba7-59705c92b959.shogun-image {
  box-sizing: border-box;
}




}
#s-c91d85c4-13fd-408d-99df-27f7bde68d63 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: color;
}
#s-c91d85c4-13fd-408d-99df-27f7bde68d63:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c91d85c4-13fd-408d-99df-27f7bde68d63:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c91d85c4-13fd-408d-99df-27f7bde68d63 {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
display: none;
}
#s-c91d85c4-13fd-408d-99df-27f7bde68d63, #wrap-s-c91d85c4-13fd-408d-99df-27f7bde68d63 { display: none !important; }#s-c91d85c4-13fd-408d-99df-27f7bde68d63:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-c91d85c4-13fd-408d-99df-27f7bde68d63 {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
display: none;
}
#s-c91d85c4-13fd-408d-99df-27f7bde68d63, #wrap-s-c91d85c4-13fd-408d-99df-27f7bde68d63 { display: none !important; }#s-c91d85c4-13fd-408d-99df-27f7bde68d63:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-c91d85c4-13fd-408d-99df-27f7bde68d63 {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
display: none;
}
#s-c91d85c4-13fd-408d-99df-27f7bde68d63, #wrap-s-c91d85c4-13fd-408d-99df-27f7bde68d63 { display: none !important; }#s-c91d85c4-13fd-408d-99df-27f7bde68d63:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-c91d85c4-13fd-408d-99df-27f7bde68d63 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(199, 0, 109, 1);
hover-type: color;
}
#s-c91d85c4-13fd-408d-99df-27f7bde68d63:hover {background-color: rgba(249, 160, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c91d85c4-13fd-408d-99df-27f7bde68d63-root {
    text-align: center;
  }


#s-c91d85c4-13fd-408d-99df-27f7bde68d63.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c91d85c4-13fd-408d-99df-27f7bde68d63-root {
    text-align: center;
  }


#s-c91d85c4-13fd-408d-99df-27f7bde68d63.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c91d85c4-13fd-408d-99df-27f7bde68d63-root {
    text-align: center;
  }


#s-c91d85c4-13fd-408d-99df-27f7bde68d63.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c91d85c4-13fd-408d-99df-27f7bde68d63-root {
    text-align: center;
  }


#s-c91d85c4-13fd-408d-99df-27f7bde68d63.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c91d85c4-13fd-408d-99df-27f7bde68d63-root {
    text-align: center;
  }


#s-c91d85c4-13fd-408d-99df-27f7bde68d63.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4b2d0a65-bf0c-455e-9fcc-e03e60b861bf {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4b2d0a65-bf0c-455e-9fcc-e03e60b861bf {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-4b2d0a65-bf0c-455e-9fcc-e03e60b861bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b2d0a65-bf0c-455e-9fcc-e03e60b861bf.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-af457e2a-eabf-4c91-9c85-3d1e3b57fc2f {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af457e2a-eabf-4c91-9c85-3d1e3b57fc2f {
  margin-top: 30px;
}
}
#s-5c235cd6-d2fb-4573-9d3e-71715fb3dfd5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5c235cd6-d2fb-4573-9d3e-71715fb3dfd5 {
  display: none;
}
#s-5c235cd6-d2fb-4573-9d3e-71715fb3dfd5, #wrap-s-5c235cd6-d2fb-4573-9d3e-71715fb3dfd5 { display: none !important; }}







#s-5c235cd6-d2fb-4573-9d3e-71715fb3dfd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c235cd6-d2fb-4573-9d3e-71715fb3dfd5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1f8c2c6d-32ef-4eb0-86e1-b622ab633cc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f8c2c6d-32ef-4eb0-86e1-b622ab633cc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-1f8c2c6d-32ef-4eb0-86e1-b622ab633cc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f8c2c6d-32ef-4eb0-86e1-b622ab633cc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.0px);
}

}

#s-7c4201dd-c167-47f5-af9c-c463afd23204 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-7c4201dd-c167-47f5-af9c-c463afd23204 {
  background-image: url();
}








#s-7c4201dd-c167-47f5-af9c-c463afd23204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c4201dd-c167-47f5-af9c-c463afd23204 {
  cursor: pointer;
}#s-7c4201dd-c167-47f5-af9c-c463afd23204.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b45a77e8-eb44-490f-a902-d9295777f161 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}



.shg-image-margin-container-s-b45a77e8-eb44-490f-a902-d9295777f161 {
  margin-left: 3%;
  margin-right: 3%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b45a77e8-eb44-490f-a902-d9295777f161 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b45a77e8-eb44-490f-a902-d9295777f161 .shogun-image-content {
  
    align-items: center;
  
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b45a77e8-eb44-490f-a902-d9295777f161 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b45a77e8-eb44-490f-a902-d9295777f161 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b45a77e8-eb44-490f-a902-d9295777f161 .shogun-image-content {
  
    align-items: center;
  
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b45a77e8-eb44-490f-a902-d9295777f161 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b45a77e8-eb44-490f-a902-d9295777f161 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b45a77e8-eb44-490f-a902-d9295777f161 .shogun-image-content {
  
    align-items: center;
  
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b45a77e8-eb44-490f-a902-d9295777f161 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b45a77e8-eb44-490f-a902-d9295777f161 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b45a77e8-eb44-490f-a902-d9295777f161 .shogun-image-content {
  
    align-items: center;
  
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b45a77e8-eb44-490f-a902-d9295777f161 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b45a77e8-eb44-490f-a902-d9295777f161 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b45a77e8-eb44-490f-a902-d9295777f161 .shogun-image-content {
  
    align-items: center;
  
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b45a77e8-eb44-490f-a902-d9295777f161.shogun-image {
  box-sizing: border-box;
}




}
#s-d50215e3-400d-43eb-94ec-91c0a54cafa3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d50215e3-400d-43eb-94ec-91c0a54cafa3 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d50215e3-400d-43eb-94ec-91c0a54cafa3 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-d50215e3-400d-43eb-94ec-91c0a54cafa3 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-d50215e3-400d-43eb-94ec-91c0a54cafa3 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d50215e3-400d-43eb-94ec-91c0a54cafa3 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d50215e3-400d-43eb-94ec-91c0a54cafa3 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  max-width: 150px;
}
}


.shg-image-margin-container-s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  margin-left: 30%;
  margin-right: 30%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c874600-8f34-45df-bd09-1fb8e7aaafc3.shogun-image {
  box-sizing: border-box;
}




}
#s-77205c4f-9891-4a8c-942b-09c3493e3535 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-77205c4f-9891-4a8c-942b-09c3493e3535 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77205c4f-9891-4a8c-942b-09c3493e3535 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-77205c4f-9891-4a8c-942b-09c3493e3535 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-77205c4f-9891-4a8c-942b-09c3493e3535 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 17px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-77205c4f-9891-4a8c-942b-09c3493e3535 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-77205c4f-9891-4a8c-942b-09c3493e3535 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 15px;
  
  
  
}


}
#s-ef72b45e-25d4-452e-ae00-303bfa111fac {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-ef72b45e-25d4-452e-ae00-303bfa111fac {
  background-image: url();
}








#s-ef72b45e-25d4-452e-ae00-303bfa111fac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef72b45e-25d4-452e-ae00-303bfa111fac {
  cursor: pointer;
}#s-ef72b45e-25d4-452e-ae00-303bfa111fac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}



.shg-image-margin-container-s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  margin-left: 3%;
  margin-right: 3%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac .shogun-image-content {
  
    align-items: center;
  
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac .shogun-image-content {
  
    align-items: center;
  
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac .shogun-image-content {
  
    align-items: center;
  
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac .shogun-image-content {
  
    align-items: center;
  
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac .shogun-image-content {
  
    align-items: center;
  
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5df0336-b276-4acf-bd7f-8aebf9a076ac.shogun-image {
  box-sizing: border-box;
}




}
#s-56b350d7-a5c7-4023-a251-ca1411367659 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-56b350d7-a5c7-4023-a251-ca1411367659 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56b350d7-a5c7-4023-a251-ca1411367659 {
  padding-left: 11%;
padding-right: 11%;
}
}
#s-56b350d7-a5c7-4023-a251-ca1411367659 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-56b350d7-a5c7-4023-a251-ca1411367659 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-56b350d7-a5c7-4023-a251-ca1411367659 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-56b350d7-a5c7-4023-a251-ca1411367659 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-bfd19682-6286-427b-b57d-54d3d068389b {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-bfd19682-6286-427b-b57d-54d3d068389b {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfd19682-6286-427b-b57d-54d3d068389b {
  max-width: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfd19682-6286-427b-b57d-54d3d068389b {
  max-width: 100px;
}
}


.shg-image-margin-container-s-bfd19682-6286-427b-b57d-54d3d068389b {
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-bfd19682-6286-427b-b57d-54d3d068389b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bfd19682-6286-427b-b57d-54d3d068389b .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bfd19682-6286-427b-b57d-54d3d068389b {
  margin-left: 30%;
  margin-right: 30%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bfd19682-6286-427b-b57d-54d3d068389b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bfd19682-6286-427b-b57d-54d3d068389b .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bfd19682-6286-427b-b57d-54d3d068389b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bfd19682-6286-427b-b57d-54d3d068389b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bfd19682-6286-427b-b57d-54d3d068389b .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bfd19682-6286-427b-b57d-54d3d068389b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bfd19682-6286-427b-b57d-54d3d068389b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bfd19682-6286-427b-b57d-54d3d068389b .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bfd19682-6286-427b-b57d-54d3d068389b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bfd19682-6286-427b-b57d-54d3d068389b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bfd19682-6286-427b-b57d-54d3d068389b .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd19682-6286-427b-b57d-54d3d068389b.shogun-image {
  box-sizing: border-box;
}




}
#s-3ec1b6c2-0841-42ec-9f25-3922c7773e70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3ec1b6c2-0841-42ec-9f25-3922c7773e70 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ec1b6c2-0841-42ec-9f25-3922c7773e70 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-3ec1b6c2-0841-42ec-9f25-3922c7773e70 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-3ec1b6c2-0841-42ec-9f25-3922c7773e70 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 17px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3ec1b6c2-0841-42ec-9f25-3922c7773e70 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3ec1b6c2-0841-42ec-9f25-3922c7773e70 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 15px;
  
  
  
}


}
#s-fbcb26c0-a0f8-4e07-b989-f38e31420b89 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-fbcb26c0-a0f8-4e07-b989-f38e31420b89 {
  background-image: url();
}








#s-fbcb26c0-a0f8-4e07-b989-f38e31420b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbcb26c0-a0f8-4e07-b989-f38e31420b89 {
  cursor: pointer;
}#s-fbcb26c0-a0f8-4e07-b989-f38e31420b89.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}



.shg-image-margin-container-s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  margin-left: 3%;
  margin-right: 3%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b4a22d95-9fad-4108-9b16-8b8353b051f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b4a22d95-9fad-4108-9b16-8b8353b051f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b4a22d95-9fad-4108-9b16-8b8353b051f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b4a22d95-9fad-4108-9b16-8b8353b051f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-b4a22d95-9fad-4108-9b16-8b8353b051f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a22d95-9fad-4108-9b16-8b8353b051f1.shogun-image {
  box-sizing: border-box;
}




}
#s-e9951d4c-e938-4828-b914-e8681ed6abf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e9951d4c-e938-4828-b914-e8681ed6abf3 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9951d4c-e938-4828-b914-e8681ed6abf3 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-e9951d4c-e938-4828-b914-e8681ed6abf3 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-e9951d4c-e938-4828-b914-e8681ed6abf3 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e9951d4c-e938-4828-b914-e8681ed6abf3 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e9951d4c-e938-4828-b914-e8681ed6abf3 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  max-width: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  max-width: 100px;
}
}


.shg-image-margin-container-s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  margin-left: 30%;
  margin-right: 30%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a276f46-40d0-407a-9ffe-6ca1fe1aea3f.shogun-image {
  box-sizing: border-box;
}




}
#s-f62ccd9a-5226-4cf6-93b9-4b303368dad8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f62ccd9a-5226-4cf6-93b9-4b303368dad8 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f62ccd9a-5226-4cf6-93b9-4b303368dad8 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-f62ccd9a-5226-4cf6-93b9-4b303368dad8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-f62ccd9a-5226-4cf6-93b9-4b303368dad8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 17px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f62ccd9a-5226-4cf6-93b9-4b303368dad8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f62ccd9a-5226-4cf6-93b9-4b303368dad8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 15px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-e573b94e-c037-4361-8390-febf1f3565a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e573b94e-c037-4361-8390-febf1f3565a4 {
  display: none;
}
#s-e573b94e-c037-4361-8390-febf1f3565a4, #wrap-s-e573b94e-c037-4361-8390-febf1f3565a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e573b94e-c037-4361-8390-febf1f3565a4 {
  display: none;
}
#s-e573b94e-c037-4361-8390-febf1f3565a4, #wrap-s-e573b94e-c037-4361-8390-febf1f3565a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e573b94e-c037-4361-8390-febf1f3565a4 {
  display: none;
}
#s-e573b94e-c037-4361-8390-febf1f3565a4, #wrap-s-e573b94e-c037-4361-8390-febf1f3565a4 { display: none !important; }}
#s-e573b94e-c037-4361-8390-febf1f3565a4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e573b94e-c037-4361-8390-febf1f3565a4 .shg-sld-nav-button.shg-sld-left,
#s-e573b94e-c037-4361-8390-febf1f3565a4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3b9d557e-11fd-455d-8482-791b05df535f {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-3b9d557e-11fd-455d-8482-791b05df535f {
  background-image: url();
}








#s-3b9d557e-11fd-455d-8482-791b05df535f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b9d557e-11fd-455d-8482-791b05df535f {
  cursor: pointer;
}#s-3b9d557e-11fd-455d-8482-791b05df535f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}



.shg-image-margin-container-s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  margin-left: 3%;
  margin-right: 3%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-23e9628b-f763-4b6c-b247-76ece7c5ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-23e9628b-f763-4b6c-b247-76ece7c5ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-23e9628b-f763-4b6c-b247-76ece7c5ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-23e9628b-f763-4b6c-b247-76ece7c5ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-23e9628b-f763-4b6c-b247-76ece7c5ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9628b-f763-4b6c-b247-76ece7c5ce64.shogun-image {
  box-sizing: border-box;
}




}
#s-4c429d1a-ad2f-48bd-aa3a-8b09c1eb7475 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c429d1a-ad2f-48bd-aa3a-8b09c1eb7475 {
  display: none;
}
#s-4c429d1a-ad2f-48bd-aa3a-8b09c1eb7475, #wrap-s-4c429d1a-ad2f-48bd-aa3a-8b09c1eb7475 { display: none !important; }}@media (max-width: 767px){#s-4c429d1a-ad2f-48bd-aa3a-8b09c1eb7475 {
  margin-top: 6px;
}
}
#s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd {
  display: none;
}
#s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd, #wrap-s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd {
  display: none;
}
#s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd, #wrap-s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd { display: none !important; }}@media (max-width: 767px){#s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd {
  display: none;
}
#s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd, #wrap-s-6745a8a4-34ed-4f1c-b027-1e36ad2e22bd { display: none !important; }}
#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  max-width: 150px;
}
}


.shg-image-margin-container-s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9038f76-fb6b-4e7a-bfba-930cd84e80bc.shogun-image {
  box-sizing: border-box;
}




}
#s-5e363a6e-eebb-43e2-9d40-d20cefbf02db {
  margin-left: 5%;
margin-right: 5%;
}

#s-8076a768-dbad-4994-bb55-13863d20aab8 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-8076a768-dbad-4994-bb55-13863d20aab8 {
  background-image: url();
}








#s-8076a768-dbad-4994-bb55-13863d20aab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8076a768-dbad-4994-bb55-13863d20aab8 {
  cursor: pointer;
}#s-8076a768-dbad-4994-bb55-13863d20aab8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}



.shg-image-margin-container-s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  margin-left: 3%;
  margin-right: 3%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-c8c87662-c9eb-4d89-866f-67ee6443bda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-c8c87662-c9eb-4d89-866f-67ee6443bda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-c8c87662-c9eb-4d89-866f-67ee6443bda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-c8c87662-c9eb-4d89-866f-67ee6443bda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-c8c87662-c9eb-4d89-866f-67ee6443bda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c87662-c9eb-4d89-866f-67ee6443bda6.shogun-image {
  box-sizing: border-box;
}




}
#s-4aa65713-4ace-4e49-8aae-31b43e5b512a {
  margin-top: 6px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4aa65713-4ace-4e49-8aae-31b43e5b512a {
  display: none;
}
#s-4aa65713-4ace-4e49-8aae-31b43e5b512a, #wrap-s-4aa65713-4ace-4e49-8aae-31b43e5b512a { display: none !important; }}
#s-554f1037-5434-44ce-9e3a-ffb29110fffb {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-554f1037-5434-44ce-9e3a-ffb29110fffb {
  display: none;
}
#s-554f1037-5434-44ce-9e3a-ffb29110fffb, #wrap-s-554f1037-5434-44ce-9e3a-ffb29110fffb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-554f1037-5434-44ce-9e3a-ffb29110fffb {
  display: none;
}
#s-554f1037-5434-44ce-9e3a-ffb29110fffb, #wrap-s-554f1037-5434-44ce-9e3a-ffb29110fffb { display: none !important; }}@media (max-width: 767px){#s-554f1037-5434-44ce-9e3a-ffb29110fffb {
  display: none;
}
#s-554f1037-5434-44ce-9e3a-ffb29110fffb, #wrap-s-554f1037-5434-44ce-9e3a-ffb29110fffb { display: none !important; }}
#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  max-width: 150px;
}
}


.shg-image-margin-container-s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fac626ee-e7f5-40bf-acec-f0f8de6cd1d9.shogun-image {
  box-sizing: border-box;
}




}
#s-a07c91a7-01ab-4ee1-8b4e-45fcee015c8d {
  margin-left: 5%;
margin-right: 5%;
}

#s-6b565bd2-a2d4-490d-997b-d8abe72b1a35 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-6b565bd2-a2d4-490d-997b-d8abe72b1a35 {
  background-image: url();
}








#s-6b565bd2-a2d4-490d-997b-d8abe72b1a35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b565bd2-a2d4-490d-997b-d8abe72b1a35 {
  cursor: pointer;
}#s-6b565bd2-a2d4-490d-997b-d8abe72b1a35.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
text-align: center;
}



.shg-image-margin-container-s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  margin-left: 3%;
  margin-right: 3%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-1d064500-af22-44d6-b7a2-f78e8594f3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-1d064500-af22-44d6-b7a2-f78e8594f3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-1d064500-af22-44d6-b7a2-f78e8594f3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-1d064500-af22-44d6-b7a2-f78e8594f3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-1d064500-af22-44d6-b7a2-f78e8594f3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d064500-af22-44d6-b7a2-f78e8594f3bf.shogun-image {
  box-sizing: border-box;
}




}
#s-59ee9689-efe5-49cb-9a12-7d6a5d3adbb2 {
  margin-top: 6px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-59ee9689-efe5-49cb-9a12-7d6a5d3adbb2 {
  display: none;
}
#s-59ee9689-efe5-49cb-9a12-7d6a5d3adbb2, #wrap-s-59ee9689-efe5-49cb-9a12-7d6a5d3adbb2 { display: none !important; }}@media (max-width: 767px){#s-59ee9689-efe5-49cb-9a12-7d6a5d3adbb2 {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-d365bcd8-f89a-460c-83c8-da2fcfc7f692 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-d365bcd8-f89a-460c-83c8-da2fcfc7f692 {
  display: none;
}
#s-d365bcd8-f89a-460c-83c8-da2fcfc7f692, #wrap-s-d365bcd8-f89a-460c-83c8-da2fcfc7f692 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d365bcd8-f89a-460c-83c8-da2fcfc7f692 {
  display: none;
}
#s-d365bcd8-f89a-460c-83c8-da2fcfc7f692, #wrap-s-d365bcd8-f89a-460c-83c8-da2fcfc7f692 { display: none !important; }}@media (max-width: 767px){#s-d365bcd8-f89a-460c-83c8-da2fcfc7f692 {
  display: none;
}
#s-d365bcd8-f89a-460c-83c8-da2fcfc7f692, #wrap-s-d365bcd8-f89a-460c-83c8-da2fcfc7f692 { display: none !important; }}
#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  max-width: 150px;
}
}


.shg-image-margin-container-s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e0d3bf-d8f2-4242-adfa-13d19cfd96a0.shogun-image {
  box-sizing: border-box;
}




}
#s-718c8bf6-8c8d-45d2-a3b7-78cc5feb231a {
  margin-left: 5%;
margin-right: 5%;
}

#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-attachment: fixed;
}
}
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-image: url(https://i.shgcdn.com/319cc60e-410f-473a-9982-1b0e69118347/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-image: url(https://i.shgcdn.com/319cc60e-410f-473a-9982-1b0e69118347/-/resize/480x/);
}
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-image: url(https://i.shgcdn.com/319cc60e-410f-473a-9982-1b0e69118347/-/resize/960x/);
}
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-image: url(https://i.shgcdn.com/319cc60e-410f-473a-9982-1b0e69118347/-/resize/768x/);
}
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-image: url(https://i.shgcdn.com/319cc60e-410f-473a-9982-1b0e69118347/-/resize/1536x/);
}
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-image: url(https://i.shgcdn.com/319cc60e-410f-473a-9982-1b0e69118347/-/resize/1024x/);
}
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-image: url(https://i.shgcdn.com/319cc60e-410f-473a-9982-1b0e69118347/-/resize/2048x/);
}
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-image: url(https://i.shgcdn.com/319cc60e-410f-473a-9982-1b0e69118347/-/resize/1200x/);
}
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b {
  background-image: url(https://i.shgcdn.com/319cc60e-410f-473a-9982-1b0e69118347/-/resize/2048x/);
}
#s-55d0a0bf-e9ca-454b-9345-76a9d728231b.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-55d0a0bf-e9ca-454b-9345-76a9d728231b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55d0a0bf-e9ca-454b-9345-76a9d728231b.shg-box.shg-c {
  justify-content: center;
}

#s-cf58f77b-7cfb-4151-8f6f-da5642f62ac6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.89);
}
@media (min-width: 1200px){#s-cf58f77b-7cfb-4151-8f6f-da5642f62ac6 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf58f77b-7cfb-4151-8f6f-da5642f62ac6 {
  margin-top: 33px;
margin-left: 10%;
margin-bottom: 33px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 14px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf58f77b-7cfb-4151-8f6f-da5642f62ac6 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 13px;
}
}@media (max-width: 767px){#s-cf58f77b-7cfb-4151-8f6f-da5642f62ac6 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 14px;
}
}







#s-cf58f77b-7cfb-4151-8f6f-da5642f62ac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf58f77b-7cfb-4151-8f6f-da5642f62ac6 {
  cursor: pointer;
}#s-cf58f77b-7cfb-4151-8f6f-da5642f62ac6.shg-box.shg-c {
  justify-content: center;
}

#s-d4147813-86bf-405a-9212-b767cb6c550b {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1346px;
}
@media (min-width: 1200px){#s-d4147813-86bf-405a-9212-b767cb6c550b {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-d4147813-86bf-405a-9212-b767cb6c550b {
  display: none;
}
#s-d4147813-86bf-405a-9212-b767cb6c550b, #wrap-s-d4147813-86bf-405a-9212-b767cb6c550b { display: none !important; }}
#s-c652dd59-3f21-4322-abf9-30aba1d04130 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-c652dd59-3f21-4322-abf9-30aba1d04130 {
  display: none;
}
#s-c652dd59-3f21-4322-abf9-30aba1d04130, #wrap-s-c652dd59-3f21-4322-abf9-30aba1d04130 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c652dd59-3f21-4322-abf9-30aba1d04130 {
  display: none;
}
#s-c652dd59-3f21-4322-abf9-30aba1d04130, #wrap-s-c652dd59-3f21-4322-abf9-30aba1d04130 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c652dd59-3f21-4322-abf9-30aba1d04130 {
  display: none;
}
#s-c652dd59-3f21-4322-abf9-30aba1d04130, #wrap-s-c652dd59-3f21-4322-abf9-30aba1d04130 { display: none !important; }}@media (max-width: 767px){#s-c652dd59-3f21-4322-abf9-30aba1d04130 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-2f0a55db-eddc-451f-bce2-44192ed44751 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2f0a55db-eddc-451f-bce2-44192ed44751 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f0a55db-eddc-451f-bce2-44192ed44751 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-2f0a55db-eddc-451f-bce2-44192ed44751 {
  margin-left: 8%;
margin-right: 8%;
}
}







#s-2f0a55db-eddc-451f-bce2-44192ed44751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f0a55db-eddc-451f-bce2-44192ed44751.shg-box.shg-c {
  justify-content: center;
}

#s-c4ed92de-2419-490a-8f1f-c9caf2306950 {
  padding-bottom: 10px;
}
@media (max-width: 767px){#s-c4ed92de-2419-490a-8f1f-c9caf2306950 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-c4ed92de-2419-490a-8f1f-c9caf2306950"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-c4ed92de-2419-490a-8f1f-c9caf2306950"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-c4ed92de-2419-490a-8f1f-c9caf2306950"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-c4ed92de-2419-490a-8f1f-c9caf2306950"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-1c1b0bcd-7787-4bc8-ba5f-6e9367b60f4c {
  min-height: 50px;
}








#s-1c1b0bcd-7787-4bc8-ba5f-6e9367b60f4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c1b0bcd-7787-4bc8-ba5f-6e9367b60f4c {
  cursor: pointer;
}#s-1c1b0bcd-7787-4bc8-ba5f-6e9367b60f4c.shg-box.shg-c {
  justify-content: center;
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  margin-top: 6px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 500px;
max-width: 1946px;
text-align: center;
}



.shg-image-margin-container-s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  
  
  margin-top: 6px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c382e8-82b5-44e1-a1ec-876d98347dbe.shogun-image {
  box-sizing: border-box;
}




}
#s-39dd3439-ecd2-4dce-b132-fc67df3434ec {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-39dd3439-ecd2-4dce-b132-fc67df3434ec {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39dd3439-ecd2-4dce-b132-fc67df3434ec {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-39dd3439-ecd2-4dce-b132-fc67df3434ec {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-39dd3439-ecd2-4dce-b132-fc67df3434ec {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-b3a49b19-fc41-43a8-94bc-0e083f8df2bb {
  min-height: 50px;
}








#s-b3a49b19-fc41-43a8-94bc-0e083f8df2bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3a49b19-fc41-43a8-94bc-0e083f8df2bb {
  cursor: pointer;
}#s-b3a49b19-fc41-43a8-94bc-0e083f8df2bb.shg-box.shg-c {
  justify-content: center;
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  margin-top: 6px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 500px;
max-width: 1426px;
text-align: center;
}



.shg-image-margin-container-s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  
  
  margin-top: 6px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b34a712-8bd2-4034-83b4-6a4a17aaa8d2.shogun-image {
  box-sizing: border-box;
}




}
#s-44b46686-75c8-4d5a-aa13-122e65c9a892 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-44b46686-75c8-4d5a-aa13-122e65c9a892 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44b46686-75c8-4d5a-aa13-122e65c9a892 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-44b46686-75c8-4d5a-aa13-122e65c9a892 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-44b46686-75c8-4d5a-aa13-122e65c9a892 {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-a7aa03e4-0283-4850-8984-622ac0090471 {
  min-height: 50px;
}








#s-a7aa03e4-0283-4850-8984-622ac0090471 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7aa03e4-0283-4850-8984-622ac0090471 {
  cursor: pointer;
}#s-a7aa03e4-0283-4850-8984-622ac0090471.shg-box.shg-c {
  justify-content: center;
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  margin-top: 6px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 500px;
max-width: 1426px;
text-align: center;
}



.shg-image-margin-container-s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  
  
  margin-top: 6px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf4df3c-9bcd-478c-a9c4-0b096f4e5033.shogun-image {
  box-sizing: border-box;
}




}
#s-578c150c-d161-4469-8fa3-3280f6113b6f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-2783d801-407e-47d1-9205-bc93f57a64da {
  min-height: 50px;
}








#s-2783d801-407e-47d1-9205-bc93f57a64da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2783d801-407e-47d1-9205-bc93f57a64da {
  cursor: pointer;
}#s-2783d801-407e-47d1-9205-bc93f57a64da.shg-box.shg-c {
  justify-content: center;
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  margin-top: 6px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 500px;
max-width: 1471px;
text-align: center;
}



.shg-image-margin-container-s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  
  
  margin-top: 6px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ca9dd5c3-5154-42d7-968b-f5901751444d .shogun-image-content {
  
    align-items: center;
  
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ca9dd5c3-5154-42d7-968b-f5901751444d .shogun-image-content {
  
    align-items: center;
  
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ca9dd5c3-5154-42d7-968b-f5901751444d .shogun-image-content {
  
    align-items: center;
  
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ca9dd5c3-5154-42d7-968b-f5901751444d .shogun-image-content {
  
    align-items: center;
  
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ca9dd5c3-5154-42d7-968b-f5901751444d .shogun-image-content {
  
    align-items: center;
  
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca9dd5c3-5154-42d7-968b-f5901751444d.shogun-image {
  box-sizing: border-box;
}




}
#s-2b29eb2f-79dc-4313-ad57-1155178fdbab {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2b29eb2f-79dc-4313-ad57-1155178fdbab {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b29eb2f-79dc-4313-ad57-1155178fdbab {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b29eb2f-79dc-4313-ad57-1155178fdbab {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-2b29eb2f-79dc-4313-ad57-1155178fdbab {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-2f6fed47-c3a8-404b-b62c-8f3f59bfdb60 {
  padding-bottom: 20px;
}
@media (max-width: 767px){#s-2f6fed47-c3a8-404b-b62c-8f3f59bfdb60 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-2f6fed47-c3a8-404b-b62c-8f3f59bfdb60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-2f6fed47-c3a8-404b-b62c-8f3f59bfdb60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-2f6fed47-c3a8-404b-b62c-8f3f59bfdb60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f6fed47-c3a8-404b-b62c-8f3f59bfdb60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-f83d08a6-4c5c-45f9-a956-7ce9f0f35187 {
  min-height: 50px;
}








#s-f83d08a6-4c5c-45f9-a956-7ce9f0f35187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f83d08a6-4c5c-45f9-a956-7ce9f0f35187 {
  cursor: pointer;
}#s-f83d08a6-4c5c-45f9-a956-7ce9f0f35187.shg-box.shg-c {
  justify-content: center;
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  margin-top: 6px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 500px;
max-width: 1471px;
text-align: center;
}



.shg-image-margin-container-s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  
  
  margin-top: 6px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ff0def58-dbbc-4018-bafb-c747a364b458 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ff0def58-dbbc-4018-bafb-c747a364b458 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ff0def58-dbbc-4018-bafb-c747a364b458 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ff0def58-dbbc-4018-bafb-c747a364b458 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-ff0def58-dbbc-4018-bafb-c747a364b458 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff0def58-dbbc-4018-bafb-c747a364b458.shogun-image {
  box-sizing: border-box;
}




}
#s-fe3b0057-fcb2-43d7-92af-610db13c1ea6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-fd7913e1-bef0-4ab5-afa6-913525dbc1b1 {
  min-height: 50px;
}








#s-fd7913e1-bef0-4ab5-afa6-913525dbc1b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd7913e1-bef0-4ab5-afa6-913525dbc1b1 {
  cursor: pointer;
}#s-fd7913e1-bef0-4ab5-afa6-913525dbc1b1.shg-box.shg-c {
  justify-content: center;
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  margin-top: 6px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 500px;
max-width: 1471px;
text-align: center;
}



.shg-image-margin-container-s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  
  
  margin-top: 6px;
  
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5ae4f915-ba6a-417f-aac8-973c80aa3692 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5ae4f915-ba6a-417f-aac8-973c80aa3692 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5ae4f915-ba6a-417f-aac8-973c80aa3692 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5ae4f915-ba6a-417f-aac8-973c80aa3692 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-5ae4f915-ba6a-417f-aac8-973c80aa3692 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae4f915-ba6a-417f-aac8-973c80aa3692.shogun-image {
  box-sizing: border-box;
}




}
#s-8bccf47f-b11d-475b-b2e6-1f71d8480319 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-2817df4e-7bb8-40f8-b28a-4ff9699ac6ed {
  min-height: 50px;
}








#s-2817df4e-7bb8-40f8-b28a-4ff9699ac6ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2817df4e-7bb8-40f8-b28a-4ff9699ac6ed {
  cursor: pointer;
}#s-2817df4e-7bb8-40f8-b28a-4ff9699ac6ed.shg-box.shg-c {
  justify-content: center;
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  margin-top: 6px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 500px;
max-width: 1946px;
text-align: center;
}



.shg-image-margin-container-s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  
  
  margin-top: 6px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a0b742b8-fbd8-44ea-91f7-d8320234da42 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a0b742b8-fbd8-44ea-91f7-d8320234da42 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a0b742b8-fbd8-44ea-91f7-d8320234da42 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a0b742b8-fbd8-44ea-91f7-d8320234da42 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-a0b742b8-fbd8-44ea-91f7-d8320234da42 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b742b8-fbd8-44ea-91f7-d8320234da42.shogun-image {
  box-sizing: border-box;
}




}
#s-b377af57-348a-4252-9e3d-5a4292c50e76 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-b1ef89c7-60d7-4b76-84bd-10e76992840b {
  min-height: 50px;
}








#s-b1ef89c7-60d7-4b76-84bd-10e76992840b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1ef89c7-60d7-4b76-84bd-10e76992840b {
  cursor: pointer;
}#s-b1ef89c7-60d7-4b76-84bd-10e76992840b.shg-box.shg-c {
  justify-content: center;
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  margin-top: 6px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 500px;
max-width: 1426px;
text-align: center;
}



.shg-image-margin-container-s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  
  
  margin-top: 6px;
  
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-3d02c968-85d3-4485-981d-7919b234a2b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-3d02c968-85d3-4485-981d-7919b234a2b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-3d02c968-85d3-4485-981d-7919b234a2b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-3d02c968-85d3-4485-981d-7919b234a2b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-3d02c968-85d3-4485-981d-7919b234a2b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d02c968-85d3-4485-981d-7919b234a2b2.shogun-image {
  box-sizing: border-box;
}




}
#s-d349a496-55aa-41f0-bf21-2f853306ae4f {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d349a496-55aa-41f0-bf21-2f853306ae4f {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d349a496-55aa-41f0-bf21-2f853306ae4f {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-d349a496-55aa-41f0-bf21-2f853306ae4f {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-d349a496-55aa-41f0-bf21-2f853306ae4f {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 {
  cursor: pointer;
}#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27.shg-box.shg-c {
  justify-content: center;
}

#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (max-width: 767px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}
@media (min-width: 0px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  padding-left: 4%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-dd51aaa2-f339-4753-b58a-b688c261537c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  cursor: pointer;
}#s-dd51aaa2-f339-4753-b58a-b688c261537c.shg-box.shg-c {
  justify-content: center;
}

#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe {
  margin-bottom: 10px;
}
}
#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-0573da05-1152-4a60-bb38-94b8193279b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0573da05-1152-4a60-bb38-94b8193279b2 {
  text-align: center;
}
}
#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 {
  text-align: center;
}
}
#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275:active {background-color: rgba(17, 17, 17, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275 {
  text-align: center;
}
}

  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: center;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/898;
text-align: center;
}



.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.13);
}








#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c.shg-box.shg-c {
  justify-content: center;
}

#s-57b764f1-b4c8-446e-9562-cf0055a95274 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-57b764f1-b4c8-446e-9562-cf0055a95274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57b764f1-b4c8-446e-9562-cf0055a95274.shg-box.shg-c {
  justify-content: center;
}

#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0em;
  
  
}


}@media (max-width: 767px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-8c5189de-aa89-48fd-9e09-a50ff12d99f9 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin-top: 47px;
margin-bottom: 47px;
max-width: 700px;
aspect-ratio: 700/148;
text-align: center;
}
@media (min-width: 1200px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 380px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 378px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 251px;
}
}@media (max-width: 767px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin-top: 20px;
margin-bottom: 15px;
max-width: 450px;
}
}


.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  
  
  margin-top: 47px;
  margin-bottom: 47px;
  /* Add padding handling */
  
  
  
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

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

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

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

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

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

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  
  
  margin-top: 20px;
  margin-bottom: 15px;
  /* Add padding handling */
  
  
  
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-16f19510-3f58-4efe-8ca2-2f867489971d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-16f19510-3f58-4efe-8ca2-2f867489971d {
  margin-top: 0px;
}
}
#s-16f19510-3f58-4efe-8ca2-2f867489971d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-16f19510-3f58-4efe-8ca2-2f867489971d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}


.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    align-items: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    align-items: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    align-items: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  
  
  margin-top: 20px;
  margin-bottom: 30px;
  /* Add padding handling */
  
  
  
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    align-items: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    align-items: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-ec141ef2-ac9c-44da-907d-bc509bcc183c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}


.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  
  
  margin-top: 20px;
  margin-bottom: 30px;
  /* Add padding handling */
  
  
  
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-3532ebf4-26c6-4ca7-9815-6c503d055955 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f.shg-box.shg-c {
  justify-content: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/71;
text-align: center;
}



.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    align-items: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    align-items: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

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

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    align-items: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

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

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    align-items: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

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

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    align-items: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(30, 100, 158, 1);
background-position: center center;
}








#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab.shg-box.shg-c {
  justify-content: center;
}

#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-bottom: 1px;
}
}
#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 11px;
margin-left: 9%;
margin-right: 9%;
}
}
#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}

#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  background-image: url();
}








#s-85ee1d31-b614-4085-870b-2a9825f14728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ee1d31-b614-4085-870b-2a9825f14728.shg-box.shg-c {
  justify-content: center;
}

#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  cursor: pointer;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48.shg-box.shg-c {
  justify-content: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
  /* Add padding handling */
  
  
  
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    align-items: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    align-items: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    align-items: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    align-items: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    align-items: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-33d5cc7a-90aa-4fc7-830f-dc957282ead1 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  cursor: pointer;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25.shg-box.shg-c {
  justify-content: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
  /* Add padding handling */
  
  
  
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    align-items: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    align-items: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    align-items: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    align-items: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    align-items: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-7afcf635-3d97-4af9-8253-29d2a5cc7510 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-7b934657-2f76-4361-8f63-93e1ddcaf0a5 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-5c794a13-148d-414e-92c1-5e1d24fff80b:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c794a13-148d-414e-92c1-5e1d24fff80b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-730502a7-24cf-494d-b5ca-024b82b7b6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  cursor: pointer;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb.shg-box.shg-c {
  justify-content: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
  /* Add padding handling */
  
  
  
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fdd5e6c8-d207-40f8-9801-b3faded1cf74 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f700125c-7140-4fc3-95a1-be723beb640d {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-baa4a92f-d966-4936-87b0-1add3555c5dc {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

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

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}