.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-b2e0d2d8-db2c-4d32-9646-3c000a59947c {
  padding-top: 1px;
padding-bottom: 1px;
min-height: 50px;
}








#s-b2e0d2d8-db2c-4d32-9646-3c000a59947c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2e0d2d8-db2c-4d32-9646-3c000a59947c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf87de84-03a4-40b5-9117-7b2c5ed9b421 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0%;
min-height: 160px;
}
@media (min-width: 1200px){#s-bf87de84-03a4-40b5-9117-7b2c5ed9b421 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf87de84-03a4-40b5-9117-7b2c5ed9b421 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf87de84-03a4-40b5-9117-7b2c5ed9b421 {
  
}
}@media (max-width: 767px){#s-bf87de84-03a4-40b5-9117-7b2c5ed9b421 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-bf87de84-03a4-40b5-9117-7b2c5ed9b421, #wrap-s-bf87de84-03a4-40b5-9117-7b2c5ed9b421 { display:none !important; }}







#s-bf87de84-03a4-40b5-9117-7b2c5ed9b421 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bf87de84-03a4-40b5-9117-7b2c5ed9b421.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f2323622-1c2e-456b-b750-f3954f6d24fc {
  margin-left: auto;
margin-right: auto;
max-width: 2880px;
aspect-ratio: 2880/350;
text-align: center;
}





  #s-f2323622-1c2e-456b-b750-f3954f6d24fc img.shogun-image,
  #s-f2323622-1c2e-456b-b750-f3954f6d24fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2323622-1c2e-456b-b750-f3954f6d24fc {
    width: 100%;
    height: auto;
  }



  #s-f2323622-1c2e-456b-b750-f3954f6d24fc img.shogun-image {
    

    
    
    
  }


#s-f2323622-1c2e-456b-b750-f3954f6d24fc .shogun-image-content {
  
    align-items: center;
  
}

#s-8a8d1be9-8a04-4990-a020-d7f306a0a55f {
  min-height: 40px;
}








#s-8a8d1be9-8a04-4990-a020-d7f306a0a55f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a8d1be9-8a04-4990-a020-d7f306a0a55f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63ac2720-5a53-4ee8-9026-9f2e8eec2d39 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
max-width: 1725px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-63ac2720-5a53-4ee8-9026-9f2e8eec2d39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63ac2720-5a53-4ee8-9026-9f2e8eec2d39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63ac2720-5a53-4ee8-9026-9f2e8eec2d39 {
  
}
}@media (max-width: 767px){#s-63ac2720-5a53-4ee8-9026-9f2e8eec2d39 {
  
}
}







#s-63ac2720-5a53-4ee8-9026-9f2e8eec2d39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63ac2720-5a53-4ee8-9026-9f2e8eec2d39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db792b4c-3913-4052-8e37-583dab2d1fc0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-db792b4c-3913-4052-8e37-583dab2d1fc0 {
  display: none;
}
#s-db792b4c-3913-4052-8e37-583dab2d1fc0, #wrap-s-db792b4c-3913-4052-8e37-583dab2d1fc0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db792b4c-3913-4052-8e37-583dab2d1fc0 {
  display: none;
}
#s-db792b4c-3913-4052-8e37-583dab2d1fc0, #wrap-s-db792b4c-3913-4052-8e37-583dab2d1fc0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db792b4c-3913-4052-8e37-583dab2d1fc0 {
  display: none;
}
#s-db792b4c-3913-4052-8e37-583dab2d1fc0, #wrap-s-db792b4c-3913-4052-8e37-583dab2d1fc0 { display:none !important; }}







#s-db792b4c-3913-4052-8e37-583dab2d1fc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db792b4c-3913-4052-8e37-583dab2d1fc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dfb88f8-b872-456a-a17d-df06ce810ae1 {
  padding-bottom: 0%;
max-width: 750px;
aspect-ratio: 750/364;
text-align: center;
}
@media (min-width: 1200px){#s-7dfb88f8-b872-456a-a17d-df06ce810ae1 {
  display: none;
}
#s-7dfb88f8-b872-456a-a17d-df06ce810ae1, #wrap-s-7dfb88f8-b872-456a-a17d-df06ce810ae1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dfb88f8-b872-456a-a17d-df06ce810ae1 {
  display: none;
}
#s-7dfb88f8-b872-456a-a17d-df06ce810ae1, #wrap-s-7dfb88f8-b872-456a-a17d-df06ce810ae1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7dfb88f8-b872-456a-a17d-df06ce810ae1 {
  display: none;
}
#s-7dfb88f8-b872-456a-a17d-df06ce810ae1, #wrap-s-7dfb88f8-b872-456a-a17d-df06ce810ae1 { display:none !important; }}




  #s-7dfb88f8-b872-456a-a17d-df06ce810ae1 img.shogun-image,
  #s-7dfb88f8-b872-456a-a17d-df06ce810ae1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7dfb88f8-b872-456a-a17d-df06ce810ae1 {
    width: 100%;
    height: auto;
  }



  #s-7dfb88f8-b872-456a-a17d-df06ce810ae1 img.shogun-image {
    

    
    
    
  }


#s-7dfb88f8-b872-456a-a17d-df06ce810ae1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3732c6b0-551a-4da1-98a0-85f4658facf9 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-3732c6b0-551a-4da1-98a0-85f4658facf9 {
  display: none;
}
#s-3732c6b0-551a-4da1-98a0-85f4658facf9, #wrap-s-3732c6b0-551a-4da1-98a0-85f4658facf9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3732c6b0-551a-4da1-98a0-85f4658facf9 {
  display: none;
}
#s-3732c6b0-551a-4da1-98a0-85f4658facf9, #wrap-s-3732c6b0-551a-4da1-98a0-85f4658facf9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3732c6b0-551a-4da1-98a0-85f4658facf9 {
  display: none;
}
#s-3732c6b0-551a-4da1-98a0-85f4658facf9, #wrap-s-3732c6b0-551a-4da1-98a0-85f4658facf9 { display:none !important; }}







#s-3732c6b0-551a-4da1-98a0-85f4658facf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3732c6b0-551a-4da1-98a0-85f4658facf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-6357c1b3-a376-4075-9239-3963afbf5798 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 2%;
max-width: 1400px;
}
@media (max-width: 767px){#s-6357c1b3-a376-4075-9239-3963afbf5798 {
  margin-left: 3%;
margin-right: 3%;
padding-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-6357c1b3-a376-4075-9239-3963afbf5798"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6357c1b3-a376-4075-9239-3963afbf5798"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-6357c1b3-a376-4075-9239-3963afbf5798"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-6357c1b3-a376-4075-9239-3963afbf5798"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-f62727fc-309b-422b-ad9e-56a8005a2e98 {
  min-height: 50px;
}








#s-f62727fc-309b-422b-ad9e-56a8005a2e98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f62727fc-309b-422b-ad9e-56a8005a2e98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d30d9855-4d52-463f-abb4-97fc4dd71f16 {
  max-width: 1334px;
aspect-ratio: 1334/908;
text-align: center;
}
#s-d30d9855-4d52-463f-abb4-97fc4dd71f16:hover {opacity: 0.8 !important;}




  #s-d30d9855-4d52-463f-abb4-97fc4dd71f16 img.shogun-image,
  #s-d30d9855-4d52-463f-abb4-97fc4dd71f16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d30d9855-4d52-463f-abb4-97fc4dd71f16 {
    width: 100%;
    height: auto;
  }



  #s-d30d9855-4d52-463f-abb4-97fc4dd71f16 img.shogun-image {
    

    
    
    
  }


#s-d30d9855-4d52-463f-abb4-97fc4dd71f16 .shogun-image-content {
  
    align-items: center;
  
}

#s-09822baa-f6d1-436c-837c-f4cd06a7ebb7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-09822baa-f6d1-436c-837c-f4cd06a7ebb7 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-09822baa-f6d1-436c-837c-f4cd06a7ebb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09822baa-f6d1-436c-837c-f4cd06a7ebb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-97dab5fa-ede1-4999-86d4-d1ee74503cfc-root {
    text-align: left;
  }


#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97dab5fa-ede1-4999-86d4-d1ee74503cfc-root {
    text-align: left;
  }


#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97dab5fa-ede1-4999-86d4-d1ee74503cfc-root {
    text-align: left;
  }


#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97dab5fa-ede1-4999-86d4-d1ee74503cfc-root {
    text-align: left;
  }


#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97dab5fa-ede1-4999-86d4-d1ee74503cfc-root {
    text-align: center;
  }


#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-97dab5fa-ede1-4999-86d4-d1ee74503cfc-root {
    text-align: left;
  }


#s-97dab5fa-ede1-4999-86d4-d1ee74503cfc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34df4171-c31e-4265-bd3f-d73c13f0583a {
  min-height: 50px;
}








#s-34df4171-c31e-4265-bd3f-d73c13f0583a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34df4171-c31e-4265-bd3f-d73c13f0583a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb9f45c8-f0fa-42ee-b8ff-516e31824222 {
  max-width: 1334px;
aspect-ratio: 1334/908;
text-align: center;
}
#s-eb9f45c8-f0fa-42ee-b8ff-516e31824222:hover {opacity: 0.8 !important;}




  #s-eb9f45c8-f0fa-42ee-b8ff-516e31824222 img.shogun-image,
  #s-eb9f45c8-f0fa-42ee-b8ff-516e31824222 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb9f45c8-f0fa-42ee-b8ff-516e31824222 {
    width: 100%;
    height: auto;
  }



  #s-eb9f45c8-f0fa-42ee-b8ff-516e31824222 img.shogun-image {
    

    
    
    
  }


#s-eb9f45c8-f0fa-42ee-b8ff-516e31824222 .shogun-image-content {
  
    align-items: center;
  
}

#s-eda05aac-8503-4ef4-af53-68fc25d04692 {
  min-height: 50px;
}
@media (max-width: 767px){#s-eda05aac-8503-4ef4-af53-68fc25d04692 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-eda05aac-8503-4ef4-af53-68fc25d04692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eda05aac-8503-4ef4-af53-68fc25d04692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8452f3fb-30af-4896-8b43-3c27b0003d53 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-8452f3fb-30af-4896-8b43-3c27b0003d53:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8452f3fb-30af-4896-8b43-3c27b0003d53:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8452f3fb-30af-4896-8b43-3c27b0003d53 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-8452f3fb-30af-4896-8b43-3c27b0003d53:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8452f3fb-30af-4896-8b43-3c27b0003d53:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8452f3fb-30af-4896-8b43-3c27b0003d53-root {
    text-align: left;
  }


#s-8452f3fb-30af-4896-8b43-3c27b0003d53.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8452f3fb-30af-4896-8b43-3c27b0003d53-root {
    text-align: left;
  }


#s-8452f3fb-30af-4896-8b43-3c27b0003d53.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8452f3fb-30af-4896-8b43-3c27b0003d53-root {
    text-align: left;
  }


#s-8452f3fb-30af-4896-8b43-3c27b0003d53.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8452f3fb-30af-4896-8b43-3c27b0003d53-root {
    text-align: left;
  }


#s-8452f3fb-30af-4896-8b43-3c27b0003d53.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8452f3fb-30af-4896-8b43-3c27b0003d53-root {
    text-align: center;
  }


#s-8452f3fb-30af-4896-8b43-3c27b0003d53.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-8452f3fb-30af-4896-8b43-3c27b0003d53-root {
    text-align: left;
  }


#s-8452f3fb-30af-4896-8b43-3c27b0003d53.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3be63757-1fae-471d-8884-9f7e6a3e2d38 {
  min-height: 50px;
}








#s-3be63757-1fae-471d-8884-9f7e6a3e2d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3be63757-1fae-471d-8884-9f7e6a3e2d38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09994c4d-284e-4bbf-a9a6-29a601f53403 {
  max-width: 1334px;
aspect-ratio: 1334/908;
text-align: center;
}
#s-09994c4d-284e-4bbf-a9a6-29a601f53403:hover {opacity: 0.8 !important;}




  #s-09994c4d-284e-4bbf-a9a6-29a601f53403 img.shogun-image,
  #s-09994c4d-284e-4bbf-a9a6-29a601f53403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09994c4d-284e-4bbf-a9a6-29a601f53403 {
    width: 100%;
    height: auto;
  }



  #s-09994c4d-284e-4bbf-a9a6-29a601f53403 img.shogun-image {
    

    
    
    
  }


#s-09994c4d-284e-4bbf-a9a6-29a601f53403 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c46ef97-8167-4b25-becc-a332e8abaa8d {
  min-height: 50px;
}
@media (max-width: 767px){#s-6c46ef97-8167-4b25-becc-a332e8abaa8d {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-6c46ef97-8167-4b25-becc-a332e8abaa8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c46ef97-8167-4b25-becc-a332e8abaa8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-887b39fc-591e-429e-9eeb-53e9d858219a {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-887b39fc-591e-429e-9eeb-53e9d858219a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-887b39fc-591e-429e-9eeb-53e9d858219a:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-887b39fc-591e-429e-9eeb-53e9d858219a {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-887b39fc-591e-429e-9eeb-53e9d858219a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-887b39fc-591e-429e-9eeb-53e9d858219a:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-887b39fc-591e-429e-9eeb-53e9d858219a-root {
    text-align: left;
  }


#s-887b39fc-591e-429e-9eeb-53e9d858219a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-887b39fc-591e-429e-9eeb-53e9d858219a-root {
    text-align: left;
  }


#s-887b39fc-591e-429e-9eeb-53e9d858219a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-887b39fc-591e-429e-9eeb-53e9d858219a-root {
    text-align: left;
  }


#s-887b39fc-591e-429e-9eeb-53e9d858219a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-887b39fc-591e-429e-9eeb-53e9d858219a-root {
    text-align: left;
  }


#s-887b39fc-591e-429e-9eeb-53e9d858219a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-887b39fc-591e-429e-9eeb-53e9d858219a-root {
    text-align: center;
  }


#s-887b39fc-591e-429e-9eeb-53e9d858219a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-887b39fc-591e-429e-9eeb-53e9d858219a-root {
    text-align: left;
  }


#s-887b39fc-591e-429e-9eeb-53e9d858219a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6bb61d0-d372-49ef-9925-c347237808ba {
  margin-left: auto;
margin-right: auto;
padding-bottom: 2%;
max-width: 1400px;
}
@media (max-width: 767px){#s-d6bb61d0-d372-49ef-9925-c347237808ba {
  margin-left: 3%;
margin-right: 3%;
padding-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-d6bb61d0-d372-49ef-9925-c347237808ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6bb61d0-d372-49ef-9925-c347237808ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-d6bb61d0-d372-49ef-9925-c347237808ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-d6bb61d0-d372-49ef-9925-c347237808ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-f679f369-ae3f-4841-af12-03a106637b67 {
  min-height: 50px;
}








#s-f679f369-ae3f-4841-af12-03a106637b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f679f369-ae3f-4841-af12-03a106637b67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74add30e-c70b-481d-b3ed-974ebcf03b9d {
  max-width: 1334px;
aspect-ratio: 1334/908;
text-align: center;
}
#s-74add30e-c70b-481d-b3ed-974ebcf03b9d:hover {opacity: 0.8 !important;}




  #s-74add30e-c70b-481d-b3ed-974ebcf03b9d img.shogun-image,
  #s-74add30e-c70b-481d-b3ed-974ebcf03b9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74add30e-c70b-481d-b3ed-974ebcf03b9d {
    width: 100%;
    height: auto;
  }



  #s-74add30e-c70b-481d-b3ed-974ebcf03b9d img.shogun-image {
    

    
    
    
  }


#s-74add30e-c70b-481d-b3ed-974ebcf03b9d .shogun-image-content {
  
    align-items: center;
  
}

#s-c0db3bd7-c229-4b74-bbb2-93a8235de2bc {
  min-height: 50px;
}
@media (max-width: 767px){#s-c0db3bd7-c229-4b74-bbb2-93a8235de2bc {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-c0db3bd7-c229-4b74-bbb2-93a8235de2bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0db3bd7-c229-4b74-bbb2-93a8235de2bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc-root {
    text-align: left;
  }


#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc-root {
    text-align: left;
  }


#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc-root {
    text-align: left;
  }


#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc-root {
    text-align: left;
  }


#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc-root {
    text-align: center;
  }


#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc-root {
    text-align: left;
  }


#s-5daa23f8-9503-46b1-af35-e0bfb7edc2bc.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3705e5e-2ef7-4505-abcc-8caea7bfc032 {
  min-height: 50px;
}








#s-b3705e5e-2ef7-4505-abcc-8caea7bfc032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3705e5e-2ef7-4505-abcc-8caea7bfc032.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c1aba97-3fcc-47e0-ac79-808013c310ea {
  max-width: 1334px;
aspect-ratio: 1334/908;
text-align: center;
}
#s-7c1aba97-3fcc-47e0-ac79-808013c310ea:hover {opacity: 0.8 !important;}




  #s-7c1aba97-3fcc-47e0-ac79-808013c310ea img.shogun-image,
  #s-7c1aba97-3fcc-47e0-ac79-808013c310ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c1aba97-3fcc-47e0-ac79-808013c310ea {
    width: 100%;
    height: auto;
  }



  #s-7c1aba97-3fcc-47e0-ac79-808013c310ea img.shogun-image {
    

    
    
    
  }


#s-7c1aba97-3fcc-47e0-ac79-808013c310ea .shogun-image-content {
  
    align-items: center;
  
}

#s-ddbdafec-4e09-4ab9-885a-9cf67ddd73b8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ddbdafec-4e09-4ab9-885a-9cf67ddd73b8 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-ddbdafec-4e09-4ab9-885a-9cf67ddd73b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddbdafec-4e09-4ab9-885a-9cf67ddd73b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cc8d4ef-aff5-43af-9ad8-70398466f887 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-1cc8d4ef-aff5-43af-9ad8-70398466f887:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1cc8d4ef-aff5-43af-9ad8-70398466f887:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-1cc8d4ef-aff5-43af-9ad8-70398466f887 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-1cc8d4ef-aff5-43af-9ad8-70398466f887:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1cc8d4ef-aff5-43af-9ad8-70398466f887:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-1cc8d4ef-aff5-43af-9ad8-70398466f887-root {
    text-align: left;
  }


#s-1cc8d4ef-aff5-43af-9ad8-70398466f887.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cc8d4ef-aff5-43af-9ad8-70398466f887-root {
    text-align: left;
  }


#s-1cc8d4ef-aff5-43af-9ad8-70398466f887.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cc8d4ef-aff5-43af-9ad8-70398466f887-root {
    text-align: left;
  }


#s-1cc8d4ef-aff5-43af-9ad8-70398466f887.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cc8d4ef-aff5-43af-9ad8-70398466f887-root {
    text-align: left;
  }


#s-1cc8d4ef-aff5-43af-9ad8-70398466f887.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cc8d4ef-aff5-43af-9ad8-70398466f887-root {
    text-align: center;
  }


#s-1cc8d4ef-aff5-43af-9ad8-70398466f887.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-1cc8d4ef-aff5-43af-9ad8-70398466f887-root {
    text-align: left;
  }


#s-1cc8d4ef-aff5-43af-9ad8-70398466f887.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0f45f68-279c-431d-a97a-d3aa8cb58f16 {
  min-height: 50px;
}








#s-a0f45f68-279c-431d-a97a-d3aa8cb58f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0f45f68-279c-431d-a97a-d3aa8cb58f16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aadc8d6d-6401-4e8a-ab93-ba5b07b6ebef {
  max-width: 1334px;
aspect-ratio: 1334/908;
text-align: center;
}
#s-aadc8d6d-6401-4e8a-ab93-ba5b07b6ebef:hover {opacity: 0.8 !important;}




  #s-aadc8d6d-6401-4e8a-ab93-ba5b07b6ebef img.shogun-image,
  #s-aadc8d6d-6401-4e8a-ab93-ba5b07b6ebef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aadc8d6d-6401-4e8a-ab93-ba5b07b6ebef {
    width: 100%;
    height: auto;
  }



  #s-aadc8d6d-6401-4e8a-ab93-ba5b07b6ebef img.shogun-image {
    

    
    
    
  }


#s-aadc8d6d-6401-4e8a-ab93-ba5b07b6ebef .shogun-image-content {
  
    align-items: center;
  
}

#s-8f8c8928-007c-4437-a8ba-de7b57055bae {
  min-height: 50px;
}
@media (max-width: 767px){#s-8f8c8928-007c-4437-a8ba-de7b57055bae {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-8f8c8928-007c-4437-a8ba-de7b57055bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f8c8928-007c-4437-a8ba-de7b57055bae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da99fa6c-94d6-479f-8c0b-4188585a062f {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-da99fa6c-94d6-479f-8c0b-4188585a062f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da99fa6c-94d6-479f-8c0b-4188585a062f:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-da99fa6c-94d6-479f-8c0b-4188585a062f {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-da99fa6c-94d6-479f-8c0b-4188585a062f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da99fa6c-94d6-479f-8c0b-4188585a062f:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-da99fa6c-94d6-479f-8c0b-4188585a062f-root {
    text-align: left;
  }


#s-da99fa6c-94d6-479f-8c0b-4188585a062f.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da99fa6c-94d6-479f-8c0b-4188585a062f-root {
    text-align: left;
  }


#s-da99fa6c-94d6-479f-8c0b-4188585a062f.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da99fa6c-94d6-479f-8c0b-4188585a062f-root {
    text-align: left;
  }


#s-da99fa6c-94d6-479f-8c0b-4188585a062f.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da99fa6c-94d6-479f-8c0b-4188585a062f-root {
    text-align: left;
  }


#s-da99fa6c-94d6-479f-8c0b-4188585a062f.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da99fa6c-94d6-479f-8c0b-4188585a062f-root {
    text-align: center;
  }


#s-da99fa6c-94d6-479f-8c0b-4188585a062f.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-da99fa6c-94d6-479f-8c0b-4188585a062f-root {
    text-align: left;
  }


#s-da99fa6c-94d6-479f-8c0b-4188585a062f.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-029d9f57-8df9-4101-891f-516ddde46991 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 2%;
max-width: 1400px;
}
@media (max-width: 767px){#s-029d9f57-8df9-4101-891f-516ddde46991 {
  margin-left: 3%;
margin-right: 3%;
padding-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-029d9f57-8df9-4101-891f-516ddde46991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-029d9f57-8df9-4101-891f-516ddde46991"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-029d9f57-8df9-4101-891f-516ddde46991"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-029d9f57-8df9-4101-891f-516ddde46991"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-943bd39d-5f0c-4d60-b1c7-0f5144f19097 {
  min-height: 50px;
}








#s-943bd39d-5f0c-4d60-b1c7-0f5144f19097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-943bd39d-5f0c-4d60-b1c7-0f5144f19097.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3f0ff86-e7e0-4470-b598-bf2cb6fa009d {
  max-width: 1334px;
aspect-ratio: 1334/908;
text-align: center;
opacity: 1;
}
#s-c3f0ff86-e7e0-4470-b598-bf2cb6fa009d:hover {opacity: 0.8 !important;}




  #s-c3f0ff86-e7e0-4470-b598-bf2cb6fa009d img.shogun-image,
  #s-c3f0ff86-e7e0-4470-b598-bf2cb6fa009d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3f0ff86-e7e0-4470-b598-bf2cb6fa009d {
    width: 100%;
    height: auto;
  }



  #s-c3f0ff86-e7e0-4470-b598-bf2cb6fa009d img.shogun-image {
    

    
    
    
  }


#s-c3f0ff86-e7e0-4470-b598-bf2cb6fa009d .shogun-image-content {
  
    align-items: center;
  
}

#s-7afd0b82-cb32-47b9-8c0c-c18f3a41ad9e {
  min-height: 50px;
}
@media (max-width: 767px){#s-7afd0b82-cb32-47b9-8c0c-c18f3a41ad9e {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-7afd0b82-cb32-47b9-8c0c-c18f3a41ad9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7afd0b82-cb32-47b9-8c0c-c18f3a41ad9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c060f35-1984-4975-ab2a-ea7426c09535 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-8c060f35-1984-4975-ab2a-ea7426c09535:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8c060f35-1984-4975-ab2a-ea7426c09535:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8c060f35-1984-4975-ab2a-ea7426c09535 {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-8c060f35-1984-4975-ab2a-ea7426c09535:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8c060f35-1984-4975-ab2a-ea7426c09535:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8c060f35-1984-4975-ab2a-ea7426c09535-root {
    text-align: left;
  }


#s-8c060f35-1984-4975-ab2a-ea7426c09535.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c060f35-1984-4975-ab2a-ea7426c09535-root {
    text-align: left;
  }


#s-8c060f35-1984-4975-ab2a-ea7426c09535.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c060f35-1984-4975-ab2a-ea7426c09535-root {
    text-align: left;
  }


#s-8c060f35-1984-4975-ab2a-ea7426c09535.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c060f35-1984-4975-ab2a-ea7426c09535-root {
    text-align: left;
  }


#s-8c060f35-1984-4975-ab2a-ea7426c09535.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c060f35-1984-4975-ab2a-ea7426c09535-root {
    text-align: center;
  }


#s-8c060f35-1984-4975-ab2a-ea7426c09535.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-8c060f35-1984-4975-ab2a-ea7426c09535-root {
    text-align: left;
  }


#s-8c060f35-1984-4975-ab2a-ea7426c09535.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2ab337a5-b7e6-4464-bbb3-44ef9d3164d5 {
  min-height: 50px;
}








#s-2ab337a5-b7e6-4464-bbb3-44ef9d3164d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab337a5-b7e6-4464-bbb3-44ef9d3164d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46fe22a0-c71d-4368-9a3a-ae6fdcb481be {
  max-width: 1334px;
aspect-ratio: 1334/908;
text-align: center;
}
#s-46fe22a0-c71d-4368-9a3a-ae6fdcb481be:hover {opacity: 0.8 !important;}




  #s-46fe22a0-c71d-4368-9a3a-ae6fdcb481be img.shogun-image,
  #s-46fe22a0-c71d-4368-9a3a-ae6fdcb481be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46fe22a0-c71d-4368-9a3a-ae6fdcb481be {
    width: 100%;
    height: auto;
  }



  #s-46fe22a0-c71d-4368-9a3a-ae6fdcb481be img.shogun-image {
    

    
    
    
  }


#s-46fe22a0-c71d-4368-9a3a-ae6fdcb481be .shogun-image-content {
  
    align-items: center;
  
}

#s-93a3e10f-b0eb-48a7-9557-df335820ac43 {
  min-height: 50px;
}
@media (max-width: 767px){#s-93a3e10f-b0eb-48a7-9557-df335820ac43 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-93a3e10f-b0eb-48a7-9557-df335820ac43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93a3e10f-b0eb-48a7-9557-df335820ac43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a-root {
    text-align: left;
  }


#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a-root {
    text-align: left;
  }


#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a-root {
    text-align: left;
  }


#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a-root {
    text-align: left;
  }


#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a-root {
    text-align: center;
  }


#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a-root {
    text-align: left;
  }


#s-c1bbbafc-da2e-4dc4-b88a-1e0c89b2a69a.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b219b7b1-56cd-443a-8465-58581b9e5d66 {
  min-height: 50px;
}








#s-b219b7b1-56cd-443a-8465-58581b9e5d66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b219b7b1-56cd-443a-8465-58581b9e5d66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c36d77a4-fe22-45fe-b250-7c142d1e789d {
  max-width: 1334px;
aspect-ratio: 1334/908;
text-align: center;
}
#s-c36d77a4-fe22-45fe-b250-7c142d1e789d:hover {opacity: 0.8 !important;}




  #s-c36d77a4-fe22-45fe-b250-7c142d1e789d img.shogun-image,
  #s-c36d77a4-fe22-45fe-b250-7c142d1e789d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c36d77a4-fe22-45fe-b250-7c142d1e789d {
    width: 100%;
    height: auto;
  }



  #s-c36d77a4-fe22-45fe-b250-7c142d1e789d img.shogun-image {
    

    
    
    
  }


#s-c36d77a4-fe22-45fe-b250-7c142d1e789d .shogun-image-content {
  
    align-items: center;
  
}

#s-ec95dc5e-e220-497a-abae-5ffad89d4e72 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ec95dc5e-e220-497a-abae-5ffad89d4e72 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-ec95dc5e-e220-497a-abae-5ffad89d4e72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec95dc5e-e220-497a-abae-5ffad89d4e72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b {
  border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.73);
}
#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b-root {
    text-align: left;
  }


#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b-root {
    text-align: left;
  }


#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b-root {
    text-align: left;
  }


#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b-root {
    text-align: left;
  }


#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b-root {
    text-align: center;
  }


#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b-root {
    text-align: left;
  }


#s-a7b145ba-06b5-41ae-9a2f-720fdea3cf0b.shg-btn {
  color: rgba(0, 0, 0, 0.73);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}