.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-4728bd7e-c7f1-4b8b-8989-267a3e947cc2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: none;
border-radius: 11px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-4728bd7e-c7f1-4b8b-8989-267a3e947cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4728bd7e-c7f1-4b8b-8989-267a3e947cc2.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-306a3e57-32b2-4ae3-8a94-d052eb4a6a89 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

.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-d1c7dbc1-caab-4935-bb79-eaec9e9401c7 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d1c7dbc1-caab-4935-bb79-eaec9e9401c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-d1c7dbc1-caab-4935-bb79-eaec9e9401c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d1c7dbc1-caab-4935-bb79-eaec9e9401c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d1c7dbc1-caab-4935-bb79-eaec9e9401c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

#s-67dcd472-f965-4eea-be36-812d7e70aac5 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

#s-a084525a-92fe-4b83-afd7-fdddd04469e7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 {
  max-width:  100%;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 {
  max-width:  100%;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 {
  max-width:  100%;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 {
  max-width:  100%;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 {
  max-width:  100%;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 .shg-image-zoom,
.shg-c#s-a084525a-92fe-4b83-afd7-fdddd04469e7 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-77cde3b6-4ab3-4ab8-98c7-74df6040913f {
  margin-left: auto;
margin-right: auto;
}

#s-63e94200-bd97-4f52-a560-7866cff19a29 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 {
  max-width:  100%;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 {
  max-width:  100%;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 {
  max-width:  100%;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 {
  max-width:  100%;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 {
  max-width:  100%;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 .shg-image-zoom,
.shg-c#s-63e94200-bd97-4f52-a560-7866cff19a29 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-26336bc1-b781-4f32-a604-a11a14a6d918 {
  margin-left: auto;
margin-right: auto;
}

#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 {
  max-width:  100%;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 {
  max-width:  100%;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 {
  max-width:  100%;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 {
  max-width:  100%;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 {
  max-width:  100%;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 .shg-image-zoom,
.shg-c#s-0d42275d-c4bd-4ee7-966b-ddb9b948a469 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-a1eb0c72-b660-4494-b25c-c90139f560ca {
  margin-left: auto;
margin-right: auto;
}

#s-a1eb0c72-b660-4494-b25c-c90139f560ca hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.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-36ed818b-0bf6-4df4-9eb8-7f3dd046ba0f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 11px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
}

#s-36ed818b-0bf6-4df4-9eb8-7f3dd046ba0f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Ponjoung";
  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-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(24, 86, 211, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc:hover {background-color: rgba(255, 151, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(24, 86, 211, 1) !important;}#s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNThhYmNiOGYtN2VlNy00MjJjLTk4MTQtOWZhOWViNjM5MmRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1OGFiY2I4Zi03ZWU3LTQyMmMtOTgxNC05ZmE5ZWI2MzkyZGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc-root {
    text-align: center;
  }


#s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc-root {
    text-align: center;
  }


#s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc-root {
    text-align: center;
  }


#s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc-root {
    text-align: center;
  }


#s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc-root {
    text-align: center;
  }


#s-f2d6ad7e-a838-43b6-90a7-7ed2f8b36dbc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}
#s-33b6c280-2b27-40ac-8a85-aefe0ad9c8f4 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(233, 232, 226, 1);
}








#s-33b6c280-2b27-40ac-8a85-aefe0ad9c8f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33b6c280-2b27-40ac-8a85-aefe0ad9c8f4.shg-box.shg-c {
  justify-content: center;
}

.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-bee386f0-0162-4632-8880-f0b12912b605 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-bee386f0-0162-4632-8880-f0b12912b605 {
  display: none;
}
#s-bee386f0-0162-4632-8880-f0b12912b605, #wrap-s-bee386f0-0162-4632-8880-f0b12912b605, #wrap-content-s-bee386f0-0162-4632-8880-f0b12912b605 { display: none !important; }}
#s-bee386f0-0162-4632-8880-f0b12912b605 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bee386f0-0162-4632-8880-f0b12912b605 .shg-sld-nav-button.shg-sld-left,
#s-bee386f0-0162-4632-8880-f0b12912b605 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-6e867e5e-dd36-4460-bbb3-aed35caf704c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6e867e5e-dd36-4460-bbb3-aed35caf704c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e867e5e-dd36-4460-bbb3-aed35caf704c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e867e5e-dd36-4460-bbb3-aed35caf704c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c6a38d46-0974-4288-b36d-f10cb30050c8 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 550px;
background-position: center center;
}








#s-c6a38d46-0974-4288-b36d-f10cb30050c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6a38d46-0974-4288-b36d-f10cb30050c8.shg-box.shg-c {
  justify-content: center;
}

#s-95e95419-a6cd-4a6a-b67a-ea478d905508 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-95e95419-a6cd-4a6a-b67a-ea478d905508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95e95419-a6cd-4a6a-b67a-ea478d905508 {
  cursor: pointer;
}#s-95e95419-a6cd-4a6a-b67a-ea478d905508.shg-box.shg-c {
  justify-content: center;
}

#s-bfc61af3-863b-46b2-a25d-fdbab48782d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bfc61af3-863b-46b2-a25d-fdbab48782d9 {
  display: none;
}
#s-bfc61af3-863b-46b2-a25d-fdbab48782d9, #wrap-s-bfc61af3-863b-46b2-a25d-fdbab48782d9, #wrap-content-s-bfc61af3-863b-46b2-a25d-fdbab48782d9 { display: none !important; }}
#s-bfc61af3-863b-46b2-a25d-fdbab48782d9 .shogun-heading-component h2 {
  color: rgba(24, 86, 211, 1);
  font-weight:  900 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-783b9e1c-9eea-41d4-8a08-b565e9ba79ea {
  margin-top: 20px;
margin-bottom: 30px;
}

#s-f793db34-4cd3-4797-ae10-2b3c4c8ec51a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f793db34-4cd3-4797-ae10-2b3c4c8ec51a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f793db34-4cd3-4797-ae10-2b3c4c8ec51a.shg-box.shg-c {
  justify-content: center;
}

#s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 86, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6:hover {background-color: rgba(9, 37, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6-root {
    text-align: center;
  }


#s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6-root {
    text-align: center;
  }


#s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6-root {
    text-align: center;
  }


#s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6-root {
    text-align: center;
  }


#s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6-root {
    text-align: center;
  }


#s-55b4c0de-47b1-454c-8b67-d286f4d0f3b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-02770e7e-d55d-403d-9f62-5074f3a19e54 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}
@media (min-width: 1200px){#s-02770e7e-d55d-403d-9f62-5074f3a19e54 {
  display: none;
}
#s-02770e7e-d55d-403d-9f62-5074f3a19e54, #wrap-s-02770e7e-d55d-403d-9f62-5074f3a19e54, #wrap-content-s-02770e7e-d55d-403d-9f62-5074f3a19e54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02770e7e-d55d-403d-9f62-5074f3a19e54 {
  display: none;
}
#s-02770e7e-d55d-403d-9f62-5074f3a19e54, #wrap-s-02770e7e-d55d-403d-9f62-5074f3a19e54, #wrap-content-s-02770e7e-d55d-403d-9f62-5074f3a19e54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02770e7e-d55d-403d-9f62-5074f3a19e54 {
  display: none;
}
#s-02770e7e-d55d-403d-9f62-5074f3a19e54, #wrap-s-02770e7e-d55d-403d-9f62-5074f3a19e54, #wrap-content-s-02770e7e-d55d-403d-9f62-5074f3a19e54 { display: none !important; }}
#s-02770e7e-d55d-403d-9f62-5074f3a19e54 .shg-sld-dot {
  background-color: rgba(255, 151, 0, 1);
}

#s-02770e7e-d55d-403d-9f62-5074f3a19e54 .shg-sld-nav-button.shg-sld-left,
#s-02770e7e-d55d-403d-9f62-5074f3a19e54 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 151, 0, 1);
}

#s-334100ad-db8d-4140-b6d4-2279c4244ebf {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-334100ad-db8d-4140-b6d4-2279c4244ebf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-334100ad-db8d-4140-b6d4-2279c4244ebf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-334100ad-db8d-4140-b6d4-2279c4244ebf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-334100ad-db8d-4140-b6d4-2279c4244ebf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-24781ad8-a3de-4633-9b6b-5858618d5106 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-24781ad8-a3de-4633-9b6b-5858618d5106 {
  display: none;
}
#s-24781ad8-a3de-4633-9b6b-5858618d5106, #wrap-s-24781ad8-a3de-4633-9b6b-5858618d5106, #wrap-content-s-24781ad8-a3de-4633-9b6b-5858618d5106 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24781ad8-a3de-4633-9b6b-5858618d5106 {
  display: none;
}
#s-24781ad8-a3de-4633-9b6b-5858618d5106, #wrap-s-24781ad8-a3de-4633-9b6b-5858618d5106, #wrap-content-s-24781ad8-a3de-4633-9b6b-5858618d5106 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24781ad8-a3de-4633-9b6b-5858618d5106 {
  display: none;
}
#s-24781ad8-a3de-4633-9b6b-5858618d5106, #wrap-s-24781ad8-a3de-4633-9b6b-5858618d5106, #wrap-content-s-24781ad8-a3de-4633-9b6b-5858618d5106 { display: none !important; }}







#s-24781ad8-a3de-4633-9b6b-5858618d5106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24781ad8-a3de-4633-9b6b-5858618d5106.shg-box.shg-c {
  justify-content: center;
}

#s-00946092-4a0b-41d1-b8d9-b64c34d076b5 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-00946092-4a0b-41d1-b8d9-b64c34d076b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00946092-4a0b-41d1-b8d9-b64c34d076b5.shg-box.shg-c {
  justify-content: center;
}

#s-64eb9cf7-2f91-492f-b390-60ac05e373a1 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
}
@media (min-width: 1200px){#s-64eb9cf7-2f91-492f-b390-60ac05e373a1 {
  display: none;
}
#s-64eb9cf7-2f91-492f-b390-60ac05e373a1, #wrap-s-64eb9cf7-2f91-492f-b390-60ac05e373a1, #wrap-content-s-64eb9cf7-2f91-492f-b390-60ac05e373a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64eb9cf7-2f91-492f-b390-60ac05e373a1 {
  display: none;
}
#s-64eb9cf7-2f91-492f-b390-60ac05e373a1, #wrap-s-64eb9cf7-2f91-492f-b390-60ac05e373a1, #wrap-content-s-64eb9cf7-2f91-492f-b390-60ac05e373a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64eb9cf7-2f91-492f-b390-60ac05e373a1 {
  display: none;
}
#s-64eb9cf7-2f91-492f-b390-60ac05e373a1, #wrap-s-64eb9cf7-2f91-492f-b390-60ac05e373a1, #wrap-content-s-64eb9cf7-2f91-492f-b390-60ac05e373a1 { display: none !important; }}
#s-64eb9cf7-2f91-492f-b390-60ac05e373a1 .shogun-heading-component h2 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}



#s-f94061e3-30d6-4e88-b216-5e40be132c4f {
  margin-top: 20px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}
@media (min-width: 1200px){#s-f94061e3-30d6-4e88-b216-5e40be132c4f {
  display: none;
}
#s-f94061e3-30d6-4e88-b216-5e40be132c4f, #wrap-s-f94061e3-30d6-4e88-b216-5e40be132c4f, #wrap-content-s-f94061e3-30d6-4e88-b216-5e40be132c4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f94061e3-30d6-4e88-b216-5e40be132c4f {
  display: none;
}
#s-f94061e3-30d6-4e88-b216-5e40be132c4f, #wrap-s-f94061e3-30d6-4e88-b216-5e40be132c4f, #wrap-content-s-f94061e3-30d6-4e88-b216-5e40be132c4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f94061e3-30d6-4e88-b216-5e40be132c4f {
  display: none;
}
#s-f94061e3-30d6-4e88-b216-5e40be132c4f, #wrap-s-f94061e3-30d6-4e88-b216-5e40be132c4f, #wrap-content-s-f94061e3-30d6-4e88-b216-5e40be132c4f { display: none !important; }}
#s-25f2dde5-e65d-4e13-a3d7-6b47a591b170 {
  background-color: rgba(233, 232, 226, 1);
}

@media (min-width: 0px) {
[id="s-25f2dde5-e65d-4e13-a3d7-6b47a591b170"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25f2dde5-e65d-4e13-a3d7-6b47a591b170"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-25f2dde5-e65d-4e13-a3d7-6b47a591b170"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-25f2dde5-e65d-4e13-a3d7-6b47a591b170"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-52568c86-8c48-4f67-94e2-e94fe337b1a3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-52568c86-8c48-4f67-94e2-e94fe337b1a3 {
  display: none;
}
#s-52568c86-8c48-4f67-94e2-e94fe337b1a3, #wrap-s-52568c86-8c48-4f67-94e2-e94fe337b1a3, #wrap-content-s-52568c86-8c48-4f67-94e2-e94fe337b1a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52568c86-8c48-4f67-94e2-e94fe337b1a3 {
  display: none;
}
#s-52568c86-8c48-4f67-94e2-e94fe337b1a3, #wrap-s-52568c86-8c48-4f67-94e2-e94fe337b1a3, #wrap-content-s-52568c86-8c48-4f67-94e2-e94fe337b1a3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52568c86-8c48-4f67-94e2-e94fe337b1a3 {
  display: none;
}
#s-52568c86-8c48-4f67-94e2-e94fe337b1a3, #wrap-s-52568c86-8c48-4f67-94e2-e94fe337b1a3, #wrap-content-s-52568c86-8c48-4f67-94e2-e94fe337b1a3 { display: none !important; }}







#s-52568c86-8c48-4f67-94e2-e94fe337b1a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52568c86-8c48-4f67-94e2-e94fe337b1a3.shg-box.shg-c {
  justify-content: center;
}

#s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52 {
  display: none;
}
#s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52, #wrap-s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52, #wrap-content-s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52 {
  display: none;
}
#s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52, #wrap-s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52, #wrap-content-s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52 {
  display: none;
}
#s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52, #wrap-s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52, #wrap-content-s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52 { display: none !important; }}







#s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32fab2a2-aa7b-49ea-b4a0-c6889b90dd52.shg-box.shg-c {
  justify-content: center;
}

#s-bf6b3bc4-a9ea-4ac2-a034-941d4ba91235 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bf6b3bc4-a9ea-4ac2-a034-941d4ba91235 .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-8d957a08-986f-4847-8e7e-1a32af3be824 {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-8d957a08-986f-4847-8e7e-1a32af3be824 {
  display: none;
}
#s-8d957a08-986f-4847-8e7e-1a32af3be824, #wrap-s-8d957a08-986f-4847-8e7e-1a32af3be824, #wrap-content-s-8d957a08-986f-4847-8e7e-1a32af3be824 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d957a08-986f-4847-8e7e-1a32af3be824 {
  display: none;
}
#s-8d957a08-986f-4847-8e7e-1a32af3be824, #wrap-s-8d957a08-986f-4847-8e7e-1a32af3be824, #wrap-content-s-8d957a08-986f-4847-8e7e-1a32af3be824 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d957a08-986f-4847-8e7e-1a32af3be824 {
  display: none;
}
#s-8d957a08-986f-4847-8e7e-1a32af3be824, #wrap-s-8d957a08-986f-4847-8e7e-1a32af3be824, #wrap-content-s-8d957a08-986f-4847-8e7e-1a32af3be824 { display: none !important; }}
@media (min-width: 0px) {
[id="s-86a74d53-a79a-4661-acd2-8f945b2e0207"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86a74d53-a79a-4661-acd2-8f945b2e0207"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86a74d53-a79a-4661-acd2-8f945b2e0207"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86a74d53-a79a-4661-acd2-8f945b2e0207"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-21000c1d-c69a-48d4-8c55-bf950886bdc6 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}








#s-21000c1d-c69a-48d4-8c55-bf950886bdc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21000c1d-c69a-48d4-8c55-bf950886bdc6.shg-box.shg-c {
  justify-content: center;
}

#s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12 {
  display: none;
}
#s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12, #wrap-s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12, #wrap-content-s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12 {
  display: none;
}
#s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12, #wrap-s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12, #wrap-content-s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12 {
  display: none;
}
#s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12, #wrap-s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12, #wrap-content-s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12 { display: none !important; }}







#s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f94ceec-9ec4-49ef-bdf3-4056559ebc12.shg-box.shg-c {
  justify-content: center;
}

#s-46422083-4576-4e8f-99c6-fe9b291c705f {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-46422083-4576-4e8f-99c6-fe9b291c705f .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  900 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  
  
  
}



#s-0e67250a-1770-4c01-946a-bca7a629d8dc {
  margin-top: 20px;
margin-bottom: 30px;
}

#s-175a7aa1-7f4f-4c87-b2da-81634c71d88c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-175a7aa1-7f4f-4c87-b2da-81634c71d88c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-175a7aa1-7f4f-4c87-b2da-81634c71d88c.shg-box.shg-c {
  justify-content: center;
}

#s-aff20348-6056-4a67-8b2d-992233b0b684 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 86, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aff20348-6056-4a67-8b2d-992233b0b684:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aff20348-6056-4a67-8b2d-992233b0b684:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aff20348-6056-4a67-8b2d-992233b0b684-root {
    text-align: center;
  }


#s-aff20348-6056-4a67-8b2d-992233b0b684.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aff20348-6056-4a67-8b2d-992233b0b684-root {
    text-align: center;
  }


#s-aff20348-6056-4a67-8b2d-992233b0b684.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aff20348-6056-4a67-8b2d-992233b0b684-root {
    text-align: center;
  }


#s-aff20348-6056-4a67-8b2d-992233b0b684.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aff20348-6056-4a67-8b2d-992233b0b684-root {
    text-align: center;
  }


#s-aff20348-6056-4a67-8b2d-992233b0b684.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aff20348-6056-4a67-8b2d-992233b0b684-root {
    text-align: center;
  }


#s-aff20348-6056-4a67-8b2d-992233b0b684.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-8201ff46-114e-4374-b529-71584b48c119"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8201ff46-114e-4374-b529-71584b48c119"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8201ff46-114e-4374-b529-71584b48c119"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8201ff46-114e-4374-b529-71584b48c119"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0a43a56f-eb87-4dcc-add8-bf372469317a {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-0a43a56f-eb87-4dcc-add8-bf372469317a {
  display: none;
}
#s-0a43a56f-eb87-4dcc-add8-bf372469317a, #wrap-s-0a43a56f-eb87-4dcc-add8-bf372469317a, #wrap-content-s-0a43a56f-eb87-4dcc-add8-bf372469317a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a43a56f-eb87-4dcc-add8-bf372469317a {
  display: none;
}
#s-0a43a56f-eb87-4dcc-add8-bf372469317a, #wrap-s-0a43a56f-eb87-4dcc-add8-bf372469317a, #wrap-content-s-0a43a56f-eb87-4dcc-add8-bf372469317a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a43a56f-eb87-4dcc-add8-bf372469317a {
  display: none;
}
#s-0a43a56f-eb87-4dcc-add8-bf372469317a, #wrap-s-0a43a56f-eb87-4dcc-add8-bf372469317a, #wrap-content-s-0a43a56f-eb87-4dcc-add8-bf372469317a { display: none !important; }}







#s-0a43a56f-eb87-4dcc-add8-bf372469317a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a43a56f-eb87-4dcc-add8-bf372469317a.shg-box.shg-c {
  justify-content: center;
}

#s-d456ffab-be9f-43f9-aafc-1f9d1826164d {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-d456ffab-be9f-43f9-aafc-1f9d1826164d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d456ffab-be9f-43f9-aafc-1f9d1826164d.shg-box.shg-c {
  justify-content: center;
}

#s-5556e241-da61-438b-a0f3-93373dc454fd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-5556e241-da61-438b-a0f3-93373dc454fd {
  display: none;
}
#s-5556e241-da61-438b-a0f3-93373dc454fd, #wrap-s-5556e241-da61-438b-a0f3-93373dc454fd, #wrap-content-s-5556e241-da61-438b-a0f3-93373dc454fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5556e241-da61-438b-a0f3-93373dc454fd {
  display: none;
}
#s-5556e241-da61-438b-a0f3-93373dc454fd, #wrap-s-5556e241-da61-438b-a0f3-93373dc454fd, #wrap-content-s-5556e241-da61-438b-a0f3-93373dc454fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5556e241-da61-438b-a0f3-93373dc454fd {
  display: none;
}
#s-5556e241-da61-438b-a0f3-93373dc454fd, #wrap-s-5556e241-da61-438b-a0f3-93373dc454fd, #wrap-content-s-5556e241-da61-438b-a0f3-93373dc454fd { display: none !important; }}
#s-5556e241-da61-438b-a0f3-93373dc454fd .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-02eb11e4-d371-4ca5-b467-e8c55ff5e258 {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-02eb11e4-d371-4ca5-b467-e8c55ff5e258 {
  display: none;
}
#s-02eb11e4-d371-4ca5-b467-e8c55ff5e258, #wrap-s-02eb11e4-d371-4ca5-b467-e8c55ff5e258, #wrap-content-s-02eb11e4-d371-4ca5-b467-e8c55ff5e258 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02eb11e4-d371-4ca5-b467-e8c55ff5e258 {
  display: none;
}
#s-02eb11e4-d371-4ca5-b467-e8c55ff5e258, #wrap-s-02eb11e4-d371-4ca5-b467-e8c55ff5e258, #wrap-content-s-02eb11e4-d371-4ca5-b467-e8c55ff5e258 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02eb11e4-d371-4ca5-b467-e8c55ff5e258 {
  display: none;
}
#s-02eb11e4-d371-4ca5-b467-e8c55ff5e258, #wrap-s-02eb11e4-d371-4ca5-b467-e8c55ff5e258, #wrap-content-s-02eb11e4-d371-4ca5-b467-e8c55ff5e258 { display: none !important; }}
@media (min-width: 0px) {
[id="s-26f3abed-5b61-43c5-9cbb-6358a9c98101"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-26f3abed-5b61-43c5-9cbb-6358a9c98101"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-26f3abed-5b61-43c5-9cbb-6358a9c98101"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-26f3abed-5b61-43c5-9cbb-6358a9c98101"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-0edf5b47-9985-4347-8ef6-924f873066ec {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-0edf5b47-9985-4347-8ef6-924f873066ec {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-0edf5b47-9985-4347-8ef6-924f873066ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0edf5b47-9985-4347-8ef6-924f873066ec {
  cursor: pointer;
}#s-0edf5b47-9985-4347-8ef6-924f873066ec.shg-box.shg-c {
  justify-content: center;
}

#s-4630857b-39b5-41b8-8145-7d80825bfbc0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
}








#s-4630857b-39b5-41b8-8145-7d80825bfbc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4630857b-39b5-41b8-8145-7d80825bfbc0.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

#s-e371cdc4-a623-43f3-a279-b45419815426 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e371cdc4-a623-43f3-a279-b45419815426 {
  overflow: hidden;
  
  
      max-width: 1024px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e371cdc4-a623-43f3-a279-b45419815426 img.shogun-image,
  #s-e371cdc4-a623-43f3-a279-b45419815426 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e371cdc4-a623-43f3-a279-b45419815426 {
    width: 100%;
    height: auto;
  }



  #s-e371cdc4-a623-43f3-a279-b45419815426 img.shogun-image {
    

    
    
    
  }


#s-e371cdc4-a623-43f3-a279-b45419815426 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8af0e2a6-4b99-42e2-bdc2-4801be90df22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8af0e2a6-4b99-42e2-bdc2-4801be90df22 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-309c172b-36ed-4e2f-a0ca-2af826d7269d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-309c172b-36ed-4e2f-a0ca-2af826d7269d {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-309c172b-36ed-4e2f-a0ca-2af826d7269d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-309c172b-36ed-4e2f-a0ca-2af826d7269d {
  cursor: pointer;
}#s-309c172b-36ed-4e2f-a0ca-2af826d7269d.shg-box.shg-c {
  justify-content: center;
}

#s-d161e0ac-9b75-43f6-9543-98b0d1de5bae {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
background-color: rgba(0, 0, 0, 1);
}








#s-d161e0ac-9b75-43f6-9543-98b0d1de5bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d161e0ac-9b75-43f6-9543-98b0d1de5bae.shg-box.shg-c {
  justify-content: center;
}

#s-599c7cb7-f122-455c-a211-b310f2d1bf5c {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 2560px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-599c7cb7-f122-455c-a211-b310f2d1bf5c:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 1) !important;}
#s-599c7cb7-f122-455c-a211-b310f2d1bf5c {
  overflow: hidden;
  
  
      max-width: 2560px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-599c7cb7-f122-455c-a211-b310f2d1bf5c img.shogun-image,
  #s-599c7cb7-f122-455c-a211-b310f2d1bf5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-599c7cb7-f122-455c-a211-b310f2d1bf5c {
    width: 100%;
    height: auto;
  }



  #s-599c7cb7-f122-455c-a211-b310f2d1bf5c img.shogun-image {
    

    
    
    
  }


#s-599c7cb7-f122-455c-a211-b310f2d1bf5c .shogun-image-content {
  
    justify-content: center;
  
}

#s-76ba6fd9-48b7-47b2-ac29-793e88ae9950 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76ba6fd9-48b7-47b2-ac29-793e88ae9950 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-59813e9a-d104-49d3-929d-6be1ee515302 {
  min-height: 50px;
}








#s-59813e9a-d104-49d3-929d-6be1ee515302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59813e9a-d104-49d3-929d-6be1ee515302.shg-box.shg-c {
  justify-content: center;
}

#s-950de2b0-ca21-431d-9bcf-a31af3d9c961 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-950de2b0-ca21-431d-9bcf-a31af3d9c961 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-950de2b0-ca21-431d-9bcf-a31af3d9c961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-950de2b0-ca21-431d-9bcf-a31af3d9c961.shg-box.shg-c {
  justify-content: center;
}

#s-e77969b2-16df-4f15-ac53-86ab6697c57f {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
background-color: rgba(0, 0, 0, 1);
}








#s-e77969b2-16df-4f15-ac53-86ab6697c57f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e77969b2-16df-4f15-ac53-86ab6697c57f.shg-box.shg-c {
  justify-content: center;
}

#s-f2eb65e5-4de4-4190-8359-f2fbf6d0abad {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-f2eb65e5-4de4-4190-8359-f2fbf6d0abad:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 1) !important;}
#s-f2eb65e5-4de4-4190-8359-f2fbf6d0abad {
  overflow: hidden;
  
  
      max-width: 2048px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f2eb65e5-4de4-4190-8359-f2fbf6d0abad img.shogun-image,
  #s-f2eb65e5-4de4-4190-8359-f2fbf6d0abad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2eb65e5-4de4-4190-8359-f2fbf6d0abad {
    width: 100%;
    height: auto;
  }



  #s-f2eb65e5-4de4-4190-8359-f2fbf6d0abad img.shogun-image {
    

    
    
    
  }


#s-f2eb65e5-4de4-4190-8359-f2fbf6d0abad .shogun-image-content {
  
    justify-content: center;
  
}

#s-a30b67ee-3d11-49a9-8c47-c6fec8ceb237 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a30b67ee-3d11-49a9-8c47-c6fec8ceb237 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-80f23429-483e-433b-ab9c-a640a109ad79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80f23429-483e-433b-ab9c-a640a109ad79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (max-width: 767px){#s-80f23429-483e-433b-ab9c-a640a109ad79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-d38eed2a-73e3-458b-8f33-d27017d51619 {
  margin-top: -18px;
margin-left: 36%;
margin-right: 36%;
}

#s-d38eed2a-73e3-458b-8f33-d27017d51619 hr {
  border-top: 3px solid #000;
}

#s-0b690fff-31be-437e-8fe5-9af4d04fc427 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-0b690fff-31be-437e-8fe5-9af4d04fc427"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b690fff-31be-437e-8fe5-9af4d04fc427"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b690fff-31be-437e-8fe5-9af4d04fc427"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b690fff-31be-437e-8fe5-9af4d04fc427"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-3787e486-46d7-4727-924d-f2f68865fab2 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
  box-sizing: border-box;
}



.s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3787e486-46d7-4727-924d-f2f68865fab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
      position: relative;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-3787e486-46d7-4727-924d-f2f68865fab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
  box-sizing: border-box;
}



.s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3787e486-46d7-4727-924d-f2f68865fab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
      position: relative;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3787e486-46d7-4727-924d-f2f68865fab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
  box-sizing: border-box;
}



.s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3787e486-46d7-4727-924d-f2f68865fab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
      position: relative;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3787e486-46d7-4727-924d-f2f68865fab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
  box-sizing: border-box;
}



.s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3787e486-46d7-4727-924d-f2f68865fab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
      position: relative;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-3787e486-46d7-4727-924d-f2f68865fab2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3787e486-46d7-4727-924d-f2f68865fab2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3787e486-46d7-4727-924d-f2f68865fab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-3787e486-46d7-4727-924d-f2f68865fab2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image {
  box-sizing: border-box;
}



.s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3787e486-46d7-4727-924d-f2f68865fab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container {
      position: relative;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3787e486-46d7-4727-924d-f2f68865fab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
  box-sizing: border-box;
}



.s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
      position: relative;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
  box-sizing: border-box;
}



.s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
      position: relative;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
  box-sizing: border-box;
}



.s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
      position: relative;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
  box-sizing: border-box;
}



.s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
      position: relative;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  margin: 0 !important;
  overflow: visible;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add background color handling */
  
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-a215d882-0626-4e59-86ee-5e3a8a093b2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image {
  box-sizing: border-box;
}



.s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container {
      position: relative;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a215d882-0626-4e59-86ee-5e3a8a093b2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-0ba34e31-2ef1-4620-9e12-de2e1cd4b9b3 {
  margin-top: -100px;
margin-bottom: -100px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-0ba34e31-2ef1-4620-9e12-de2e1cd4b9b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ba34e31-2ef1-4620-9e12-de2e1cd4b9b3.shg-box.shg-c {
  justify-content: center;
}

#s-e9506c94-8b11-45d4-87f7-66287fa6a7e8 {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e9506c94-8b11-45d4-87f7-66287fa6a7e8 {
  display: none;
}
#s-e9506c94-8b11-45d4-87f7-66287fa6a7e8, #wrap-s-e9506c94-8b11-45d4-87f7-66287fa6a7e8, #wrap-content-s-e9506c94-8b11-45d4-87f7-66287fa6a7e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9506c94-8b11-45d4-87f7-66287fa6a7e8 {
  display: none;
}
#s-e9506c94-8b11-45d4-87f7-66287fa6a7e8, #wrap-s-e9506c94-8b11-45d4-87f7-66287fa6a7e8, #wrap-content-s-e9506c94-8b11-45d4-87f7-66287fa6a7e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9506c94-8b11-45d4-87f7-66287fa6a7e8 {
  display: none;
}
#s-e9506c94-8b11-45d4-87f7-66287fa6a7e8, #wrap-s-e9506c94-8b11-45d4-87f7-66287fa6a7e8, #wrap-content-s-e9506c94-8b11-45d4-87f7-66287fa6a7e8 { display: none !important; }}







#s-e9506c94-8b11-45d4-87f7-66287fa6a7e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9506c94-8b11-45d4-87f7-66287fa6a7e8.shg-box.shg-c {
  justify-content: center;
}

#s-87de324d-ed74-4cf4-8f75-f254d1dd4355 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87de324d-ed74-4cf4-8f75-f254d1dd4355 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (max-width: 767px){#s-87de324d-ed74-4cf4-8f75-f254d1dd4355 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-45b4a6fc-9950-4cf0-861c-2b119ca14c48 {
  margin-top: -18px;
margin-left: 36%;
margin-right: 36%;
}

#s-45b4a6fc-9950-4cf0-861c-2b119ca14c48 hr {
  border-top: 3px solid #000;
}

#s-259b4e4b-aa3b-4eef-9ff3-d31e962e3e03 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 992px) and (max-width: 1199px){#s-259b4e4b-aa3b-4eef-9ff3-d31e962e3e03 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-259b4e4b-aa3b-4eef-9ff3-d31e962e3e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-259b4e4b-aa3b-4eef-9ff3-d31e962e3e03.shg-box.shg-c {
  justify-content: center;
}

#s-65442d1d-d4ed-408c-9a4b-ee9b7bce25b4 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1400px;
background-color: rgba(203, 229, 252, 0);
}

@media (min-width: 0px) {
[id="s-65442d1d-d4ed-408c-9a4b-ee9b7bce25b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65442d1d-d4ed-408c-9a4b-ee9b7bce25b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-65442d1d-d4ed-408c-9a4b-ee9b7bce25b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-65442d1d-d4ed-408c-9a4b-ee9b7bce25b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f4cdd745-206f-46b8-92f7-5a717c56ae78 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-f4cdd745-206f-46b8-92f7-5a717c56ae78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4cdd745-206f-46b8-92f7-5a717c56ae78.shg-box.shg-c {
  justify-content: center;
}

#s-7934352e-141a-4c5c-b3d6-a9d942d3b8d8 {
  text-align: left;
}

#s-7934352e-141a-4c5c-b3d6-a9d942d3b8d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-7934352e-141a-4c5c-b3d6-a9d942d3b8d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-7934352e-141a-4c5c-b3d6-a9d942d3b8d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-585413e7-851c-4622-b407-146a41d40743 {
  text-align: left;
}

#s-585413e7-851c-4622-b407-146a41d40743 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-585413e7-851c-4622-b407-146a41d40743 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-585413e7-851c-4622-b407-146a41d40743 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-45281f8f-db6a-44c4-b717-59fe535db357 {
  background-attachment: scroll;
}








#s-45281f8f-db6a-44c4-b717-59fe535db357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45281f8f-db6a-44c4-b717-59fe535db357.shg-box.shg-c {
  justify-content: center;
}

#s-974633e2-9dbe-4792-936f-b00c3e32a1c6 {
  margin-left: 20%;
margin-right: 20%;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-974633e2-9dbe-4792-936f-b00c3e32a1c6 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-974633e2-9dbe-4792-936f-b00c3e32a1c6 img.shogun-image,
  #s-974633e2-9dbe-4792-936f-b00c3e32a1c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-974633e2-9dbe-4792-936f-b00c3e32a1c6 {
    width: 100%;
    height: auto;
  }



  #s-974633e2-9dbe-4792-936f-b00c3e32a1c6 img.shogun-image {
    

    
    
    
  }


#s-974633e2-9dbe-4792-936f-b00c3e32a1c6 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-2f85a7a1-6d7a-4356-970a-e298437dcbec {
  min-height: 50px;
}
@media (max-width: 767px){#s-2f85a7a1-6d7a-4356-970a-e298437dcbec {
  margin-top: 20px;
}
}







#s-2f85a7a1-6d7a-4356-970a-e298437dcbec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f85a7a1-6d7a-4356-970a-e298437dcbec.shg-box.shg-c {
  justify-content: center;
}

#s-33b723ba-ad81-4e62-8157-79dc92cdab33 {
  text-align: left;
}

#s-33b723ba-ad81-4e62-8157-79dc92cdab33 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-33b723ba-ad81-4e62-8157-79dc92cdab33 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-33b723ba-ad81-4e62-8157-79dc92cdab33 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-a6617e1c-9cae-45af-a3cf-cda12ab7ba45 {
  text-align: left;
}

#s-a6617e1c-9cae-45af-a3cf-cda12ab7ba45 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-a6617e1c-9cae-45af-a3cf-cda12ab7ba45 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a6617e1c-9cae-45af-a3cf-cda12ab7ba45 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-30d9a273-f692-4bff-a0ef-d795b324d1c1 {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-30d9a273-f692-4bff-a0ef-d795b324d1c1 {
  display: none;
}
#s-30d9a273-f692-4bff-a0ef-d795b324d1c1, #wrap-s-30d9a273-f692-4bff-a0ef-d795b324d1c1, #wrap-content-s-30d9a273-f692-4bff-a0ef-d795b324d1c1 { display: none !important; }}







#s-30d9a273-f692-4bff-a0ef-d795b324d1c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30d9a273-f692-4bff-a0ef-d795b324d1c1.shg-box.shg-c {
  justify-content: center;
}

#s-af693bcd-4a47-45e8-87e4-779ae515df26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af693bcd-4a47-45e8-87e4-779ae515df26 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (max-width: 767px){#s-af693bcd-4a47-45e8-87e4-779ae515df26 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-e0e95078-3c3c-40e3-a113-dbfe3020c022 {
  margin-top: -18px;
margin-left: 36%;
margin-right: 36%;
}

#s-e0e95078-3c3c-40e3-a113-dbfe3020c022 hr {
  border-top: 3px solid #000;
}

#s-d84fa50b-ccc1-4dff-a686-1908bee852b6 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d84fa50b-ccc1-4dff-a686-1908bee852b6 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-d84fa50b-ccc1-4dff-a686-1908bee852b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d84fa50b-ccc1-4dff-a686-1908bee852b6.shg-box.shg-c {
  justify-content: center;
}

#s-8abaa530-55d6-4f4d-9606-da2165f0aff2 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1400px;
background-color: rgba(203, 229, 252, 0);
}

@media (min-width: 0px) {
[id="s-8abaa530-55d6-4f4d-9606-da2165f0aff2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8abaa530-55d6-4f4d-9606-da2165f0aff2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8abaa530-55d6-4f4d-9606-da2165f0aff2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8abaa530-55d6-4f4d-9606-da2165f0aff2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f8c25e14-75be-4231-8bc5-457689f7e9db {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-f8c25e14-75be-4231-8bc5-457689f7e9db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8c25e14-75be-4231-8bc5-457689f7e9db.shg-box.shg-c {
  justify-content: center;
}

#s-500c6950-0a45-41d4-8b26-bf06175fdb4b {
  text-align: left;
}

#s-500c6950-0a45-41d4-8b26-bf06175fdb4b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-500c6950-0a45-41d4-8b26-bf06175fdb4b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-500c6950-0a45-41d4-8b26-bf06175fdb4b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-8eb8b523-01cc-4b55-92c4-92ee8ed9aa26 {
  text-align: left;
}

#s-8eb8b523-01cc-4b55-92c4-92ee8ed9aa26 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-8eb8b523-01cc-4b55-92c4-92ee8ed9aa26 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8eb8b523-01cc-4b55-92c4-92ee8ed9aa26 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-5a27a964-f279-46b3-b432-c5de3790e869 {
  min-height: 50px;
}








#s-5a27a964-f279-46b3-b432-c5de3790e869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a27a964-f279-46b3-b432-c5de3790e869.shg-box.shg-c {
  justify-content: center;
}

#s-ad9ea42f-810c-4ed5-af32-94222c4a38ce {
  margin-top: -200px;
margin-bottom: -200px;
text-align: center;
}
@media (max-width: 767px){#s-ad9ea42f-810c-4ed5-af32-94222c4a38ce {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ad9ea42f-810c-4ed5-af32-94222c4a38ce {
  overflow: hidden;
  
  
}







  #s-ad9ea42f-810c-4ed5-af32-94222c4a38ce img.shogun-image {
    

    
    
    
  }


#s-ad9ea42f-810c-4ed5-af32-94222c4a38ce .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-be2af7dc-9edc-44d4-b126-782085347855 {
  min-height: 50px;
}
@media (max-width: 767px){#s-be2af7dc-9edc-44d4-b126-782085347855 {
  margin-top: 20px;
}
}







#s-be2af7dc-9edc-44d4-b126-782085347855 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be2af7dc-9edc-44d4-b126-782085347855.shg-box.shg-c {
  justify-content: center;
}

#s-2775d592-56cd-4c05-8052-595c941b6e1b {
  text-align: left;
}

#s-2775d592-56cd-4c05-8052-595c941b6e1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-2775d592-56cd-4c05-8052-595c941b6e1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2775d592-56cd-4c05-8052-595c941b6e1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-ebce5167-767f-4fea-8448-c8790b6d48e6 {
  text-align: left;
}

#s-ebce5167-767f-4fea-8448-c8790b6d48e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-ebce5167-767f-4fea-8448-c8790b6d48e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ebce5167-767f-4fea-8448-c8790b6d48e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-2b6bbea8-0d4f-4a3c-9c41-f8b580c47d8b {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b6bbea8-0d4f-4a3c-9c41-f8b580c47d8b {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-2b6bbea8-0d4f-4a3c-9c41-f8b580c47d8b {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-2b6bbea8-0d4f-4a3c-9c41-f8b580c47d8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b6bbea8-0d4f-4a3c-9c41-f8b580c47d8b.shg-box.shg-c {
  justify-content: center;
}

#s-530a0280-5ebb-4c54-9d12-5c5e5d44ab7a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-530a0280-5ebb-4c54-9d12-5c5e5d44ab7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-530a0280-5ebb-4c54-9d12-5c5e5d44ab7a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-27989185-99dc-4678-b789-b4a49648c827"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27989185-99dc-4678-b789-b4a49648c827"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-27989185-99dc-4678-b789-b4a49648c827"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-27989185-99dc-4678-b789-b4a49648c827"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-1837f77a-a077-4f1a-8260-587263f5b9eb {
  min-height: 50px;
}








#s-1837f77a-a077-4f1a-8260-587263f5b9eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1837f77a-a077-4f1a-8260-587263f5b9eb.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e80fc23b-cddc-4942-9ac1-02115a0a3184 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e80fc23b-cddc-4942-9ac1-02115a0a3184 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-e80fc23b-cddc-4942-9ac1-02115a0a3184 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-e80fc23b-cddc-4942-9ac1-02115a0a3184 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e80fc23b-cddc-4942-9ac1-02115a0a3184 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 20px;
}

#s-e80fc23b-cddc-4942-9ac1-02115a0a3184 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-67e877e2-c868-4316-9faf-732eff0dd4f8 {
  min-height: 50px;
}








#s-67e877e2-c868-4316-9faf-732eff0dd4f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67e877e2-c868-4316-9faf-732eff0dd4f8.shg-box.shg-c {
  justify-content: center;
}

#s-319d1bf6-9c32-4c95-ad5a-791b2895adc2 {
  min-height: 50px;
}








#s-319d1bf6-9c32-4c95-ad5a-791b2895adc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-319d1bf6-9c32-4c95-ad5a-791b2895adc2.shg-box.shg-c {
  justify-content: center;
}

#s-b7c3ea66-4eae-4193-83af-3b4643ef7e40 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b7c3ea66-4eae-4193-83af-3b4643ef7e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-b7c3ea66-4eae-4193-83af-3b4643ef7e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-b7c3ea66-4eae-4193-83af-3b4643ef7e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b7c3ea66-4eae-4193-83af-3b4643ef7e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 20px;
}

#s-b7c3ea66-4eae-4193-83af-3b4643ef7e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-dadef275-5aee-4a82-be5a-230820f7c3d1 {
  min-height: 50px;
}








#s-dadef275-5aee-4a82-be5a-230820f7c3d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dadef275-5aee-4a82-be5a-230820f7c3d1.shg-box.shg-c {
  justify-content: center;
}

#s-a6a3d901-fd78-4d5c-af4e-3c1cf58d8ef1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a6a3d901-fd78-4d5c-af4e-3c1cf58d8ef1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-a6a3d901-fd78-4d5c-af4e-3c1cf58d8ef1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-a6a3d901-fd78-4d5c-af4e-3c1cf58d8ef1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a6a3d901-fd78-4d5c-af4e-3c1cf58d8ef1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 20px;
}

#s-a6a3d901-fd78-4d5c-af4e-3c1cf58d8ef1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (max-width: 767px){#s-36bf7283-bfbe-476a-898b-f0a5cab73aa3 {
  display: none;
}
#s-36bf7283-bfbe-476a-898b-f0a5cab73aa3, #wrap-s-36bf7283-bfbe-476a-898b-f0a5cab73aa3, #wrap-content-s-36bf7283-bfbe-476a-898b-f0a5cab73aa3 { display: none !important; }}
#s-36bf7283-bfbe-476a-898b-f0a5cab73aa3 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-3719f29c-ea30-48cd-84eb-0a066fb294c4 {
  min-height: 50px;
}








#s-3719f29c-ea30-48cd-84eb-0a066fb294c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3719f29c-ea30-48cd-84eb-0a066fb294c4.shg-box.shg-c {
  justify-content: center;
}

#s-4c8b58cf-11e4-4d5e-91c1-9d36b708bc3a {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 200px;
padding-left: 200px;
padding-bottom: 200px;
padding-right: 200px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c8b58cf-11e4-4d5e-91c1-9d36b708bc3a {
  padding-top: 150px;
padding-left: 100px;
padding-bottom: 150px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-4c8b58cf-11e4-4d5e-91c1-9d36b708bc3a {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
display: none;
}
#s-4c8b58cf-11e4-4d5e-91c1-9d36b708bc3a, #wrap-s-4c8b58cf-11e4-4d5e-91c1-9d36b708bc3a, #wrap-content-s-4c8b58cf-11e4-4d5e-91c1-9d36b708bc3a { display: none !important; }}







#s-4c8b58cf-11e4-4d5e-91c1-9d36b708bc3a > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.3;
  display: block;
}#s-4c8b58cf-11e4-4d5e-91c1-9d36b708bc3a.shg-box.shg-c {
  justify-content: center;
}

#s-b60ff4c0-5e25-4bd3-a54f-1461913b5b38 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-b60ff4c0-5e25-4bd3-a54f-1461913b5b38 {
  background-image: url();
}








#s-b60ff4c0-5e25-4bd3-a54f-1461913b5b38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b60ff4c0-5e25-4bd3-a54f-1461913b5b38.shg-box.shg-c {
  justify-content: center;
}

#s-91f0b96f-3681-4a4c-b20e-962f3ed51a53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91f0b96f-3681-4a4c-b20e-962f3ed51a53 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-d336cd8b-0275-49d2-8503-96c6d6c4d8ac {
  min-height: 50px;
background-color: #000;
}








#s-d336cd8b-0275-49d2-8503-96c6d6c4d8ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d336cd8b-0275-49d2-8503-96c6d6c4d8ac.shg-box.shg-c {
  justify-content: center;
}

#s-ee2bfcc4-e0e0-4795-bb5f-bcbf919af4ed {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-ee2bfcc4-e0e0-4795-bb5f-bcbf919af4ed {
  display: none;
}
#s-ee2bfcc4-e0e0-4795-bb5f-bcbf919af4ed, #wrap-s-ee2bfcc4-e0e0-4795-bb5f-bcbf919af4ed, #wrap-content-s-ee2bfcc4-e0e0-4795-bb5f-bcbf919af4ed { display: none !important; }}







#s-ee2bfcc4-e0e0-4795-bb5f-bcbf919af4ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee2bfcc4-e0e0-4795-bb5f-bcbf919af4ed.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1f3de95c-29c7-475e-b05b-56d934e8521a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f3de95c-29c7-475e-b05b-56d934e8521a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1f3de95c-29c7-475e-b05b-56d934e8521a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1f3de95c-29c7-475e-b05b-56d934e8521a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-a9b1b46f-ccb2-4831-afc3-ccac30abbc00 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-a9b1b46f-ccb2-4831-afc3-ccac30abbc00 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-a9b1b46f-ccb2-4831-afc3-ccac30abbc00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9b1b46f-ccb2-4831-afc3-ccac30abbc00.shg-box.shg-c {
  justify-content: center;
}

#s-4c2f44bb-9fcf-4d52-9bd6-b1fe786fec0f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4c2f44bb-9fcf-4d52-9bd6-b1fe786fec0f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-fd5513f9-a999-4722-b8b2-932f3d3b1e79 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fd5513f9-a999-4722-b8b2-932f3d3b1e79 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-fd5513f9-a999-4722-b8b2-932f3d3b1e79 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-2694b348-8a75-4723-99b9-037a82445fca {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2694b348-8a75-4723-99b9-037a82445fca .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-dac2ee27-89d2-4f73-b33c-c27a48135111 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-dac2ee27-89d2-4f73-b33c-c27a48135111 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-dac2ee27-89d2-4f73-b33c-c27a48135111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dac2ee27-89d2-4f73-b33c-c27a48135111.shg-box.shg-c {
  justify-content: center;
}

#s-f5655168-91e9-4f6c-887b-135d76dd6393 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f5655168-91e9-4f6c-887b-135d76dd6393 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-ab09db84-61af-4051-aab1-73e5f14858d3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab09db84-61af-4051-aab1-73e5f14858d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-ab09db84-61af-4051-aab1-73e5f14858d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-ac017974-c17f-4be1-97d4-c8989603b3ba {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ac017974-c17f-4be1-97d4-c8989603b3ba .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-da408d08-c12d-4fd5-83b4-2020e257b824 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-da408d08-c12d-4fd5-83b4-2020e257b824 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-da408d08-c12d-4fd5-83b4-2020e257b824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da408d08-c12d-4fd5-83b4-2020e257b824.shg-box.shg-c {
  justify-content: center;
}

#s-07acae52-2d85-4c35-8749-5729110fcd71 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-07acae52-2d85-4c35-8749-5729110fcd71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-e3a160fe-7a8a-4d94-9635-dda8c6f3ab0d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e3a160fe-7a8a-4d94-9635-dda8c6f3ab0d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-e3a160fe-7a8a-4d94-9635-dda8c6f3ab0d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-2aa7b5da-4fc0-4673-8a5b-d8174300b6d3 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2aa7b5da-4fc0-4673-8a5b-d8174300b6d3 .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-418b4928-2370-432f-8574-0ab2283132ef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-418b4928-2370-432f-8574-0ab2283132ef {
  display: none;
}
#s-418b4928-2370-432f-8574-0ab2283132ef, #wrap-s-418b4928-2370-432f-8574-0ab2283132ef, #wrap-content-s-418b4928-2370-432f-8574-0ab2283132ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-418b4928-2370-432f-8574-0ab2283132ef {
  display: none;
}
#s-418b4928-2370-432f-8574-0ab2283132ef, #wrap-s-418b4928-2370-432f-8574-0ab2283132ef, #wrap-content-s-418b4928-2370-432f-8574-0ab2283132ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-418b4928-2370-432f-8574-0ab2283132ef {
  display: none;
}
#s-418b4928-2370-432f-8574-0ab2283132ef, #wrap-s-418b4928-2370-432f-8574-0ab2283132ef, #wrap-content-s-418b4928-2370-432f-8574-0ab2283132ef { display: none !important; }}







#s-418b4928-2370-432f-8574-0ab2283132ef > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.4;
  display: block;
}#s-418b4928-2370-432f-8574-0ab2283132ef.shg-box.shg-c {
  justify-content: center;
}

#s-6a02fb79-ef79-41a6-acae-ff28d18f6cc2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-6a02fb79-ef79-41a6-acae-ff28d18f6cc2 {
  background-image: url();
}








#s-6a02fb79-ef79-41a6-acae-ff28d18f6cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a02fb79-ef79-41a6-acae-ff28d18f6cc2.shg-box.shg-c {
  justify-content: center;
}

#s-56d55d96-7681-486c-a79e-e58d86642cdd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-56d55d96-7681-486c-a79e-e58d86642cdd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-cf4da3f4-9b44-4eb8-9b00-a441bbedea44 {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-cf4da3f4-9b44-4eb8-9b00-a441bbedea44 {
  display: none;
}
#s-cf4da3f4-9b44-4eb8-9b00-a441bbedea44, #wrap-s-cf4da3f4-9b44-4eb8-9b00-a441bbedea44, #wrap-content-s-cf4da3f4-9b44-4eb8-9b00-a441bbedea44 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9d0b4f6e-2bb3-4357-8b67-6ee4f5b0059d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9d0b4f6e-2bb3-4357-8b67-6ee4f5b0059d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d0b4f6e-2bb3-4357-8b67-6ee4f5b0059d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d0b4f6e-2bb3-4357-8b67-6ee4f5b0059d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d443faf0-dfd1-4e66-a6a0-78b8bcdc779a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-d443faf0-dfd1-4e66-a6a0-78b8bcdc779a {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-d443faf0-dfd1-4e66-a6a0-78b8bcdc779a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d443faf0-dfd1-4e66-a6a0-78b8bcdc779a.shg-box.shg-c {
  justify-content: center;
}

#s-c92fe819-d066-42e4-9822-151d1fd329f7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c92fe819-d066-42e4-9822-151d1fd329f7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-86336476-a748-4ece-b5ce-018bef636365 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-86336476-a748-4ece-b5ce-018bef636365 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-86336476-a748-4ece-b5ce-018bef636365 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-d6b06c0e-53b7-4fe5-8f66-00e9403e3651 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d6b06c0e-53b7-4fe5-8f66-00e9403e3651 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-bbf94309-7e9a-4d7e-b351-59c7dc089ca4 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-bbf94309-7e9a-4d7e-b351-59c7dc089ca4 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-bbf94309-7e9a-4d7e-b351-59c7dc089ca4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbf94309-7e9a-4d7e-b351-59c7dc089ca4.shg-box.shg-c {
  justify-content: center;
}

#s-0d344f1e-3e8b-4548-baa0-3ae34b52ba25 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0d344f1e-3e8b-4548-baa0-3ae34b52ba25 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-09d574a6-bb15-4081-8285-424bbedbed30 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-09d574a6-bb15-4081-8285-424bbedbed30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-09d574a6-bb15-4081-8285-424bbedbed30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-2c69b83c-2914-4103-845c-e44fed885734 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2c69b83c-2914-4103-845c-e44fed885734 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-1d5cbfa4-db20-4b53-8b07-9000b220d7f6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-1d5cbfa4-db20-4b53-8b07-9000b220d7f6 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-1d5cbfa4-db20-4b53-8b07-9000b220d7f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d5cbfa4-db20-4b53-8b07-9000b220d7f6.shg-box.shg-c {
  justify-content: center;
}

#s-f56bf281-1840-4408-af45-b1b333af347e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f56bf281-1840-4408-af45-b1b333af347e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-9260a32c-880a-4885-8f37-a585d03b18ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9260a32c-880a-4885-8f37-a585d03b18ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-9260a32c-880a-4885-8f37-a585d03b18ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-6a603eb6-777c-41c3-b39a-690817e884cb {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6a603eb6-777c-41c3-b39a-690817e884cb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-bb07266b-a050-433b-8d87-2a554d04cb22 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 900px;
}
@media (max-width: 767px){#s-bb07266b-a050-433b-8d87-2a554d04cb22 {
  margin-top: 40px;
padding-left: 30px;
padding-right: 30px;
}
}







#s-bb07266b-a050-433b-8d87-2a554d04cb22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb07266b-a050-433b-8d87-2a554d04cb22.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
}


  #s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 700;
  
  font-size: 27px;
}

#s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
@media (max-width: 767px){
  #s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 600;
  
  font-size: 17px;
}

#s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-6b024d04-ae0d-445f-b7e6-56a1e7ec1336 .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
}
#s-b7c4a9be-6fc0-4d08-95f3-b3da45756c47 {
  text-align: center;
}

#s-b7c4a9be-6fc0-4d08-95f3-b3da45756c47 {
  overflow: hidden;
  
  
}







  #s-b7c4a9be-6fc0-4d08-95f3-b3da45756c47 img.shogun-image {
    

    
    
    
  }


#s-b7c4a9be-6fc0-4d08-95f3-b3da45756c47 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5d0afa60-0dfe-4da3-81a0-1acd610e4f3f {
  text-align: center;
}

#s-5d0afa60-0dfe-4da3-81a0-1acd610e4f3f {
  overflow: hidden;
  
  
}







  #s-5d0afa60-0dfe-4da3-81a0-1acd610e4f3f img.shogun-image {
    

    
    
    
  }


#s-5d0afa60-0dfe-4da3-81a0-1acd610e4f3f .shogun-image-content {
  
    justify-content: center;
  
}

#s-f96e635e-e084-460c-9592-b7cf31b33e8f {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-f96e635e-e084-460c-9592-b7cf31b33e8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f96e635e-e084-460c-9592-b7cf31b33e8f.shg-box.shg-c {
  justify-content: center;
}

#s-766c47bb-26aa-4c91-a9cb-42dd77fef946 {
  min-height: 50px;
}








#s-766c47bb-26aa-4c91-a9cb-42dd77fef946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-766c47bb-26aa-4c91-a9cb-42dd77fef946.shg-box.shg-c {
  justify-content: center;
}

#s-54e923e6-2040-4936-98a7-9362f5b7c32c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54e923e6-2040-4936-98a7-9362f5b7c32c .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-54e923e6-2040-4936-98a7-9362f5b7c32c .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-a367d5f1-b4a0-4665-bf4f-52be816c50c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a367d5f1-b4a0-4665-bf4f-52be816c50c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a367d5f1-b4a0-4665-bf4f-52be816c50c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a367d5f1-b4a0-4665-bf4f-52be816c50c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-005a43d4-c87a-4719-9b4e-349a13e089cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-005a43d4-c87a-4719-9b4e-349a13e089cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-005a43d4-c87a-4719-9b4e-349a13e089cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-005a43d4-c87a-4719-9b4e-349a13e089cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-68d9abe2-ef5e-4791-a5c2-518b24793aa8 {
  text-align: center;
}

#s-68d9abe2-ef5e-4791-a5c2-518b24793aa8 {
  overflow: hidden;
  
  
}







  #s-68d9abe2-ef5e-4791-a5c2-518b24793aa8 img.shogun-image {
    

    
    
    
  }


#s-68d9abe2-ef5e-4791-a5c2-518b24793aa8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-80e1693f-e110-4402-b8d9-8abd54a6cd4a {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80e1693f-e110-4402-b8d9-8abd54a6cd4a {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-80e1693f-e110-4402-b8d9-8abd54a6cd4a {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-80e1693f-e110-4402-b8d9-8abd54a6cd4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80e1693f-e110-4402-b8d9-8abd54a6cd4a.shg-box.shg-c {
  justify-content: center;
}

#s-09c12610-f42c-4b38-90b3-76a866eec141 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09c12610-f42c-4b38-90b3-76a866eec141 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-09c12610-f42c-4b38-90b3-76a866eec141 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-09c12610-f42c-4b38-90b3-76a866eec141 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-22443f52-49f3-44ce-bafa-41030f36625a {
  text-align: center;
}

#s-22443f52-49f3-44ce-bafa-41030f36625a {
  overflow: hidden;
  
  
}







  #s-22443f52-49f3-44ce-bafa-41030f36625a img.shogun-image {
    

    
    
    
  }


#s-22443f52-49f3-44ce-bafa-41030f36625a .shogun-image-content {
  
    justify-content: center;
  
}

#s-9bd36aee-18cb-4881-a950-9c582ab52811 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bd36aee-18cb-4881-a950-9c582ab52811 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9bd36aee-18cb-4881-a950-9c582ab52811 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-9bd36aee-18cb-4881-a950-9c582ab52811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bd36aee-18cb-4881-a950-9c582ab52811.shg-box.shg-c {
  justify-content: center;
}

#s-f132f106-79f8-4062-8035-df7f45616d5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f132f106-79f8-4062-8035-df7f45616d5f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-f132f106-79f8-4062-8035-df7f45616d5f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-f132f106-79f8-4062-8035-df7f45616d5f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-393fc07a-7952-4a52-bd53-7849f5e68a4a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-393fc07a-7952-4a52-bd53-7849f5e68a4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-393fc07a-7952-4a52-bd53-7849f5e68a4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-393fc07a-7952-4a52-bd53-7849f5e68a4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-65629626-746b-4dcb-a663-6629f063a954 {
  text-align: center;
}

#s-65629626-746b-4dcb-a663-6629f063a954 {
  overflow: hidden;
  
  
}







  #s-65629626-746b-4dcb-a663-6629f063a954 img.shogun-image {
    

    
    
    
  }


#s-65629626-746b-4dcb-a663-6629f063a954 .shogun-image-content {
  
    justify-content: center;
  
}

#s-33b1e69f-e418-4492-835f-b3254bdfcf6a {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-33b1e69f-e418-4492-835f-b3254bdfcf6a {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-33b1e69f-e418-4492-835f-b3254bdfcf6a {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-33b1e69f-e418-4492-835f-b3254bdfcf6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33b1e69f-e418-4492-835f-b3254bdfcf6a.shg-box.shg-c {
  justify-content: center;
}

#s-1eb2a008-d76d-4f9e-af12-7a76ee8dfe16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1eb2a008-d76d-4f9e-af12-7a76ee8dfe16 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-1eb2a008-d76d-4f9e-af12-7a76ee8dfe16 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-1eb2a008-d76d-4f9e-af12-7a76ee8dfe16 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-2e054e39-0a89-48fa-a44e-d95678d61b23 {
  text-align: center;
}

#s-2e054e39-0a89-48fa-a44e-d95678d61b23 {
  overflow: hidden;
  
  
}







  #s-2e054e39-0a89-48fa-a44e-d95678d61b23 img.shogun-image {
    

    
    
    
  }


#s-2e054e39-0a89-48fa-a44e-d95678d61b23 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9d6cd28c-0799-43b1-b2fe-99867a26e3de {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d6cd28c-0799-43b1-b2fe-99867a26e3de {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9d6cd28c-0799-43b1-b2fe-99867a26e3de {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-9d6cd28c-0799-43b1-b2fe-99867a26e3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d6cd28c-0799-43b1-b2fe-99867a26e3de.shg-box.shg-c {
  justify-content: center;
}

#s-502b6c07-6d44-46c0-9899-7e55f3c8eefb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-502b6c07-6d44-46c0-9899-7e55f3c8eefb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-502b6c07-6d44-46c0-9899-7e55f3c8eefb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-502b6c07-6d44-46c0-9899-7e55f3c8eefb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-785737bc-45c6-40c1-8f8e-28593b035b8c {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-785737bc-45c6-40c1-8f8e-28593b035b8c {
  display: none;
}
#s-785737bc-45c6-40c1-8f8e-28593b035b8c, #wrap-s-785737bc-45c6-40c1-8f8e-28593b035b8c, #wrap-content-s-785737bc-45c6-40c1-8f8e-28593b035b8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-785737bc-45c6-40c1-8f8e-28593b035b8c {
  display: none;
}
#s-785737bc-45c6-40c1-8f8e-28593b035b8c, #wrap-s-785737bc-45c6-40c1-8f8e-28593b035b8c, #wrap-content-s-785737bc-45c6-40c1-8f8e-28593b035b8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-785737bc-45c6-40c1-8f8e-28593b035b8c {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-785737bc-45c6-40c1-8f8e-28593b035b8c, #wrap-s-785737bc-45c6-40c1-8f8e-28593b035b8c, #wrap-content-s-785737bc-45c6-40c1-8f8e-28593b035b8c { display: none !important; }}@media (max-width: 767px){#s-785737bc-45c6-40c1-8f8e-28593b035b8c {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-785737bc-45c6-40c1-8f8e-28593b035b8c, #wrap-s-785737bc-45c6-40c1-8f8e-28593b035b8c, #wrap-content-s-785737bc-45c6-40c1-8f8e-28593b035b8c { display: none !important; }}







#s-785737bc-45c6-40c1-8f8e-28593b035b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-785737bc-45c6-40c1-8f8e-28593b035b8c.shg-box.shg-c {
  justify-content: center;
}

#s-92e6300c-90fc-4b79-aad5-c90c043ab1b7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-92e6300c-90fc-4b79-aad5-c90c043ab1b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92e6300c-90fc-4b79-aad5-c90c043ab1b7.shg-box.shg-c {
  justify-content: center;
}

#s-0da513e9-fc5a-4e65-b101-2ec5337f4adb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0da513e9-fc5a-4e65-b101-2ec5337f4adb .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-e90842c0-2b42-42c7-bb9a-0827fabcab5a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.08);
}

#s-e90842c0-2b42-42c7-bb9a-0827fabcab5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e90842c0-2b42-42c7-bb9a-0827fabcab5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-e90842c0-2b42-42c7-bb9a-0827fabcab5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.08);
}

#s-e90842c0-2b42-42c7-bb9a-0827fabcab5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 14px;
}

#s-e90842c0-2b42-42c7-bb9a-0827fabcab5a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-633e6713-687b-4f28-a677-ceedd8cdb2d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-633e6713-687b-4f28-a677-ceedd8cdb2d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-633e6713-687b-4f28-a677-ceedd8cdb2d3.shg-box.shg-c {
  justify-content: center;
}

#s-7fc3b877-635d-4108-9ce5-bbfd4d46a21e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-7fc3b877-635d-4108-9ce5-bbfd4d46a21e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fc3b877-635d-4108-9ce5-bbfd4d46a21e.shg-box.shg-c {
  justify-content: center;
}

#s-7a4de9b4-071f-4114-a4bd-ae51188a9a14 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-7a4de9b4-071f-4114-a4bd-ae51188a9a14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a4de9b4-071f-4114-a4bd-ae51188a9a14.shg-box.shg-c {
  justify-content: center;
}

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