.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-7dcf7568-ff75-4a37-a37e-40c43ed0b585 {
  min-height: 25px;
}
@media (max-width: 767px){#s-7dcf7568-ff75-4a37-a37e-40c43ed0b585 {
  display: none;
}
#s-7dcf7568-ff75-4a37-a37e-40c43ed0b585, #wrap-s-7dcf7568-ff75-4a37-a37e-40c43ed0b585 { display:none !important; }}







#s-7dcf7568-ff75-4a37-a37e-40c43ed0b585 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dcf7568-ff75-4a37-a37e-40c43ed0b585.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1 {
  min-height: 12.5px;
}
@media (min-width: 1200px){#s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1 {
  display: none;
}
#s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1, #wrap-s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1 {
  display: none;
}
#s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1, #wrap-s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1 {
  display: none;
}
#s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1, #wrap-s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1 { display:none !important; }}







#s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a9088bf-adb2-4142-b37c-1f0eb1b975f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e {
  max-width: 1080px;
aspect-ratio: 1080/1350;
text-align: center;
}
@media (min-width: 1200px){#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e {
  display: none;
}
#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e, #wrap-s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e {
  display: none;
}
#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e, #wrap-s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e {
  display: none;
}
#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e, #wrap-s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e { display:none !important; }}




  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e img.shogun-image,
  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e {
    width: 100%;
    height: auto;
  }



  img.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
    
    
  }


.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shg-align-container {
  text-align: center
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e img.shogun-image,
  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e {
    width: 100%;
    height: auto;
  }



  img.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
    
    
  }


.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shg-align-container {
  text-align: center
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
  box-sizing: border-box;
}


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



  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e img.shogun-image,
  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e {
    width: 100%;
    height: auto;
  }



  img.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
    
    
  }


.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shg-align-container {
  text-align: center
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
  box-sizing: border-box;
}


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



  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e img.shogun-image,
  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e {
    width: 100%;
    height: auto;
  }



  img.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
    
    
  }


.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shg-align-container {
  text-align: center
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
  box-sizing: border-box;
}


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



  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e img.shogun-image,
  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e {
    width: 100%;
    height: auto;
  }



  img.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
    
    
  }


.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shg-align-container {
  text-align: center
}

.s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b57d82-b02c-4fcd-9701-0b52dd5e5d2e.shogun-image {
  box-sizing: border-box;
}


}
#s-4e6559b5-8581-486a-af6f-814a3a1b8b14 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4e6559b5-8581-486a-af6f-814a3a1b8b14 {
  display: none;
}
#s-4e6559b5-8581-486a-af6f-814a3a1b8b14, #wrap-s-4e6559b5-8581-486a-af6f-814a3a1b8b14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e6559b5-8581-486a-af6f-814a3a1b8b14 {
  display: none;
}
#s-4e6559b5-8581-486a-af6f-814a3a1b8b14, #wrap-s-4e6559b5-8581-486a-af6f-814a3a1b8b14 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e6559b5-8581-486a-af6f-814a3a1b8b14 {
  display: none;
}
#s-4e6559b5-8581-486a-af6f-814a3a1b8b14, #wrap-s-4e6559b5-8581-486a-af6f-814a3a1b8b14 { display:none !important; }}







#s-4e6559b5-8581-486a-af6f-814a3a1b8b14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e6559b5-8581-486a-af6f-814a3a1b8b14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27d30867-2f41-402e-9255-f9aa240909c8 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-27d30867-2f41-402e-9255-f9aa240909c8 {
  display: none;
}
#s-27d30867-2f41-402e-9255-f9aa240909c8, #wrap-s-27d30867-2f41-402e-9255-f9aa240909c8 { display:none !important; }}@media (max-width: 767px){#s-27d30867-2f41-402e-9255-f9aa240909c8 {
  display: none;
}
#s-27d30867-2f41-402e-9255-f9aa240909c8, #wrap-s-27d30867-2f41-402e-9255-f9aa240909c8 { display:none !important; }}







#s-27d30867-2f41-402e-9255-f9aa240909c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27d30867-2f41-402e-9255-f9aa240909c8.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-c955e912-7fdf-4f6f-a2e1-a74994092ca5 {
  margin-left: 120px;
margin-right: 120px;
}

@media (min-width: 0px) {
[id="s-c955e912-7fdf-4f6f-a2e1-a74994092ca5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c955e912-7fdf-4f6f-a2e1-a74994092ca5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-c955e912-7fdf-4f6f-a2e1-a74994092ca5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-c955e912-7fdf-4f6f-a2e1-a74994092ca5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-da1ec32b-8820-49e9-9af6-d374223e765d {
  text-align: center;
}







  img.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
    
    
  }


.s-da1ec32b-8820-49e9-9af6-d374223e765d .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shg-align-container {
  text-align: center
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
    
    
  }


.s-da1ec32b-8820-49e9-9af6-d374223e765d .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shg-align-container {
  text-align: center
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
    
    
  }


.s-da1ec32b-8820-49e9-9af6-d374223e765d .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shg-align-container {
  text-align: center
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
    
    
  }


.s-da1ec32b-8820-49e9-9af6-d374223e765d .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shg-align-container {
  text-align: center
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
    
    
  }


.s-da1ec32b-8820-49e9-9af6-d374223e765d .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shg-align-container {
  text-align: center
}

.s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ec32b-8820-49e9-9af6-d374223e765d.shogun-image {
  box-sizing: border-box;
}


}
#s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f {
  max-width: 1080px;
aspect-ratio: 1080/1350;
text-align: center;
}





  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f img.shogun-image,
  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f {
    width: 100%;
    height: auto;
  }



  img.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
    
    
  }


.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shg-align-container {
  text-align: center
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f img.shogun-image,
  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f {
    width: 100%;
    height: auto;
  }



  img.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
    
    
  }


.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shg-align-container {
  text-align: center
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f img.shogun-image,
  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f {
    width: 100%;
    height: auto;
  }



  img.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
    
    
  }


.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shg-align-container {
  text-align: center
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f img.shogun-image,
  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f {
    width: 100%;
    height: auto;
  }



  img.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
    
    
  }


.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shg-align-container {
  text-align: center
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f img.shogun-image,
  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f {
    width: 100%;
    height: auto;
  }



  img.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
    
    
  }


.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shg-align-container {
  text-align: center
}

.s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bb9cdc-ba1a-4d2d-a2c0-48f6b6e47b5f.shogun-image {
  box-sizing: border-box;
}


}
#s-97ac34a0-97dd-4172-84ac-2a4231f13e44 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-97ac34a0-97dd-4172-84ac-2a4231f13e44 {
  display: none;
}
#s-97ac34a0-97dd-4172-84ac-2a4231f13e44, #wrap-s-97ac34a0-97dd-4172-84ac-2a4231f13e44 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97ac34a0-97dd-4172-84ac-2a4231f13e44 {
  display: none;
}
#s-97ac34a0-97dd-4172-84ac-2a4231f13e44, #wrap-s-97ac34a0-97dd-4172-84ac-2a4231f13e44 { display:none !important; }}@media (max-width: 767px){#s-97ac34a0-97dd-4172-84ac-2a4231f13e44 {
  display: none;
}
#s-97ac34a0-97dd-4172-84ac-2a4231f13e44, #wrap-s-97ac34a0-97dd-4172-84ac-2a4231f13e44 { display:none !important; }}







#s-97ac34a0-97dd-4172-84ac-2a4231f13e44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97ac34a0-97dd-4172-84ac-2a4231f13e44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d1b390b-6d30-48ff-ac5a-8a99767801f0 {
  margin-left: 60px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-8d1b390b-6d30-48ff-ac5a-8a99767801f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d1b390b-6d30-48ff-ac5a-8a99767801f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d1b390b-6d30-48ff-ac5a-8a99767801f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d1b390b-6d30-48ff-ac5a-8a99767801f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5719df52-7510-4595-86e4-3216c4bd6cae {
  text-align: center;
}







  img.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
    
    
  }


.s-5719df52-7510-4595-86e4-3216c4bd6cae .shogun-image-content {
  
    align-items: center;
  
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shg-align-container {
  text-align: center
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
    
    
  }


.s-5719df52-7510-4595-86e4-3216c4bd6cae .shogun-image-content {
  
    align-items: center;
  
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shg-align-container {
  text-align: center
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
    
    
  }


.s-5719df52-7510-4595-86e4-3216c4bd6cae .shogun-image-content {
  
    align-items: center;
  
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shg-align-container {
  text-align: center
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
    
    
  }


.s-5719df52-7510-4595-86e4-3216c4bd6cae .shogun-image-content {
  
    align-items: center;
  
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shg-align-container {
  text-align: center
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
    
    
  }


.s-5719df52-7510-4595-86e4-3216c4bd6cae .shogun-image-content {
  
    align-items: center;
  
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shg-align-container {
  text-align: center
}

.s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5719df52-7510-4595-86e4-3216c4bd6cae.shogun-image {
  box-sizing: border-box;
}


}
#s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e {
  max-width: 1080px;
aspect-ratio: 1080/1350;
text-align: center;
}





  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e img.shogun-image,
  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e {
    width: 100%;
    height: auto;
  }



  img.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
    
    
  }


.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shg-align-container {
  text-align: center
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e img.shogun-image,
  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e {
    width: 100%;
    height: auto;
  }



  img.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
    
    
  }


.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shg-align-container {
  text-align: center
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
  box-sizing: border-box;
}


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



  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e img.shogun-image,
  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e {
    width: 100%;
    height: auto;
  }



  img.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
    
    
  }


.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shg-align-container {
  text-align: center
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
  box-sizing: border-box;
}


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



  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e img.shogun-image,
  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e {
    width: 100%;
    height: auto;
  }



  img.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
    
    
  }


.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shg-align-container {
  text-align: center
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
  box-sizing: border-box;
}


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



  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e img.shogun-image,
  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e {
    width: 100%;
    height: auto;
  }



  img.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
    
    
  }


.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e .shogun-image-content {
  
    align-items: center;
  
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shg-align-container {
  text-align: center
}

.s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe007d1a-0a97-4e08-8bc4-cf14965a9e4e.shogun-image {
  box-sizing: border-box;
}


}
#s-e3253980-e8d3-485d-8343-63a55a039bd0 {
  min-height: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3253980-e8d3-485d-8343-63a55a039bd0 {
  display: none;
}
#s-e3253980-e8d3-485d-8343-63a55a039bd0, #wrap-s-e3253980-e8d3-485d-8343-63a55a039bd0 { display:none !important; }}@media (max-width: 767px){#s-e3253980-e8d3-485d-8343-63a55a039bd0 {
  display: none;
}
#s-e3253980-e8d3-485d-8343-63a55a039bd0, #wrap-s-e3253980-e8d3-485d-8343-63a55a039bd0 { display:none !important; }}







#s-e3253980-e8d3-485d-8343-63a55a039bd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3253980-e8d3-485d-8343-63a55a039bd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-c49e10c1-ddbe-4471-94cc-71199f9b5102 {
  display: none;
}
#s-c49e10c1-ddbe-4471-94cc-71199f9b5102, #wrap-s-c49e10c1-ddbe-4471-94cc-71199f9b5102 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c49e10c1-ddbe-4471-94cc-71199f9b5102 {
  display: none;
}
#s-c49e10c1-ddbe-4471-94cc-71199f9b5102, #wrap-s-c49e10c1-ddbe-4471-94cc-71199f9b5102 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c49e10c1-ddbe-4471-94cc-71199f9b5102 {
  display: none;
}
#s-c49e10c1-ddbe-4471-94cc-71199f9b5102, #wrap-s-c49e10c1-ddbe-4471-94cc-71199f9b5102 { display:none !important; }}@media (max-width: 767px){#s-c49e10c1-ddbe-4471-94cc-71199f9b5102 {
  display: none;
}
#s-c49e10c1-ddbe-4471-94cc-71199f9b5102, #wrap-s-c49e10c1-ddbe-4471-94cc-71199f9b5102 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c49e10c1-ddbe-4471-94cc-71199f9b5102"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c49e10c1-ddbe-4471-94cc-71199f9b5102"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c49e10c1-ddbe-4471-94cc-71199f9b5102"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c49e10c1-ddbe-4471-94cc-71199f9b5102"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c49e10c1-ddbe-4471-94cc-71199f9b5102"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c49e10c1-ddbe-4471-94cc-71199f9b5102"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c49e10c1-ddbe-4471-94cc-71199f9b5102"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

@media (min-width: 992px) and (max-width: 1199px){#s-27201bff-1ba2-448e-9598-669913205659 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27201bff-1ba2-448e-9598-669913205659 {
  
}
}@media (max-width: 767px){#s-27201bff-1ba2-448e-9598-669913205659 {
  display: none;
}
#s-27201bff-1ba2-448e-9598-669913205659, #wrap-s-27201bff-1ba2-448e-9598-669913205659 { display:none !important; }}
#s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6 {
  display: none;
}
#s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6, #wrap-s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6 {
  display: none;
}
#s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6, #wrap-s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6 {
  display: none;
}
#s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6, #wrap-s-e5aa01ac-7cbb-4ec2-9962-974d2f2259e6 { display:none !important; }}
#s-9c69c514-e68b-4865-8899-d93902f20f44 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9c69c514-e68b-4865-8899-d93902f20f44 {
  display: none;
}
#s-9c69c514-e68b-4865-8899-d93902f20f44, #wrap-s-9c69c514-e68b-4865-8899-d93902f20f44 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c69c514-e68b-4865-8899-d93902f20f44 {
  display: none;
}
#s-9c69c514-e68b-4865-8899-d93902f20f44, #wrap-s-9c69c514-e68b-4865-8899-d93902f20f44 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c69c514-e68b-4865-8899-d93902f20f44 {
  display: none;
}
#s-9c69c514-e68b-4865-8899-d93902f20f44, #wrap-s-9c69c514-e68b-4865-8899-d93902f20f44 { display:none !important; }}







#s-9c69c514-e68b-4865-8899-d93902f20f44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c69c514-e68b-4865-8899-d93902f20f44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21b8d5c2-2c23-4330-9ac0-a58af316bc52 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-21b8d5c2-2c23-4330-9ac0-a58af316bc52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21b8d5c2-2c23-4330-9ac0-a58af316bc52 {
  display: none;
}
#s-21b8d5c2-2c23-4330-9ac0-a58af316bc52, #wrap-s-21b8d5c2-2c23-4330-9ac0-a58af316bc52 { display:none !important; }}@media (max-width: 767px){#s-21b8d5c2-2c23-4330-9ac0-a58af316bc52 {
  display: none;
}
#s-21b8d5c2-2c23-4330-9ac0-a58af316bc52, #wrap-s-21b8d5c2-2c23-4330-9ac0-a58af316bc52 { display:none !important; }}
@media (min-width: 0px) {
[id="s-21b8d5c2-2c23-4330-9ac0-a58af316bc52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21b8d5c2-2c23-4330-9ac0-a58af316bc52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 133.33333333333334px);
}

[id="s-21b8d5c2-2c23-4330-9ac0-a58af316bc52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 133.33333333333334px);
}

}

@media (min-width: 992px) {
[id="s-21b8d5c2-2c23-4330-9ac0-a58af316bc52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 133.33333333333334px);
}

[id="s-21b8d5c2-2c23-4330-9ac0-a58af316bc52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 133.33333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-21b8d5c2-2c23-4330-9ac0-a58af316bc52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 133.33333333333334px);
}

[id="s-21b8d5c2-2c23-4330-9ac0-a58af316bc52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 133.33333333333334px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-8796aac9-0f2a-4793-8116-53a4372293ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8796aac9-0f2a-4793-8116-53a4372293ad {
  
}
}@media (max-width: 767px){#s-8796aac9-0f2a-4793-8116-53a4372293ad {
  display: none;
}
#s-8796aac9-0f2a-4793-8116-53a4372293ad, #wrap-s-8796aac9-0f2a-4793-8116-53a4372293ad { display:none !important; }}
#s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215 {
  display: none;
}
#s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215, #wrap-s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215 {
  display: none;
}
#s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215, #wrap-s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215 {
  display: none;
}
#s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215, #wrap-s-dc8b24fa-e3c5-45c2-8a3b-d864f9713215 { display:none !important; }}
#s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b {
  min-height: 25px;
}
@media (min-width: 1200px){#s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b {
  display: none;
}
#s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b, #wrap-s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b {
  display: none;
}
#s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b, #wrap-s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b { display:none !important; }}@media (max-width: 767px){#s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b {
  display: none;
}
#s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b, #wrap-s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b { display:none !important; }}







#s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2ce4fdb-752a-4f2e-9207-c9a4e337b14b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da277295-562c-4d21-8b5b-5f056eb18484 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-da277295-562c-4d21-8b5b-5f056eb18484 {
  display: none;
}
#s-da277295-562c-4d21-8b5b-5f056eb18484, #wrap-s-da277295-562c-4d21-8b5b-5f056eb18484 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da277295-562c-4d21-8b5b-5f056eb18484 {
  display: none;
}
#s-da277295-562c-4d21-8b5b-5f056eb18484, #wrap-s-da277295-562c-4d21-8b5b-5f056eb18484 { display:none !important; }}@media (max-width: 767px){#s-da277295-562c-4d21-8b5b-5f056eb18484 {
  display: none;
}
#s-da277295-562c-4d21-8b5b-5f056eb18484, #wrap-s-da277295-562c-4d21-8b5b-5f056eb18484 { display:none !important; }}







#s-da277295-562c-4d21-8b5b-5f056eb18484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da277295-562c-4d21-8b5b-5f056eb18484.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70c40fc4-10b6-4a42-afa8-10dba380e887 {
  margin-left: 100px;
margin-right: 100px;
}

#s-d2de1091-aa7a-485a-b58d-d5825d5f484c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2de1091-aa7a-485a-b58d-d5825d5f484c {
  display: none;
}
#s-d2de1091-aa7a-485a-b58d-d5825d5f484c, #wrap-s-d2de1091-aa7a-485a-b58d-d5825d5f484c { display:none !important; }}@media (max-width: 767px){#s-d2de1091-aa7a-485a-b58d-d5825d5f484c {
  display: none;
}
#s-d2de1091-aa7a-485a-b58d-d5825d5f484c, #wrap-s-d2de1091-aa7a-485a-b58d-d5825d5f484c { display:none !important; }}







#s-d2de1091-aa7a-485a-b58d-d5825d5f484c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2de1091-aa7a-485a-b58d-d5825d5f484c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1246e97f-fc50-43c8-a172-c1f9055bff8b {
  min-height: 25px;
}
@media (min-width: 1200px){#s-1246e97f-fc50-43c8-a172-c1f9055bff8b {
  display: none;
}
#s-1246e97f-fc50-43c8-a172-c1f9055bff8b, #wrap-s-1246e97f-fc50-43c8-a172-c1f9055bff8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1246e97f-fc50-43c8-a172-c1f9055bff8b {
  display: none;
}
#s-1246e97f-fc50-43c8-a172-c1f9055bff8b, #wrap-s-1246e97f-fc50-43c8-a172-c1f9055bff8b { display:none !important; }}@media (max-width: 767px){#s-1246e97f-fc50-43c8-a172-c1f9055bff8b {
  display: none;
}
#s-1246e97f-fc50-43c8-a172-c1f9055bff8b, #wrap-s-1246e97f-fc50-43c8-a172-c1f9055bff8b { display:none !important; }}







#s-1246e97f-fc50-43c8-a172-c1f9055bff8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1246e97f-fc50-43c8-a172-c1f9055bff8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-25b8a683-7a8c-42f3-aaba-74596d4ab882 {
  display: none;
}
#s-25b8a683-7a8c-42f3-aaba-74596d4ab882, #wrap-s-25b8a683-7a8c-42f3-aaba-74596d4ab882 { display:none !important; }}
@media (min-width: 0px) {
[id="s-25b8a683-7a8c-42f3-aaba-74596d4ab882"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25b8a683-7a8c-42f3-aaba-74596d4ab882"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-25b8a683-7a8c-42f3-aaba-74596d4ab882"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-25b8a683-7a8c-42f3-aaba-74596d4ab882"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-29ff4601-0177-4c45-b3d9-d191e2f384d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-29ff4601-0177-4c45-b3d9-d191e2f384d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29ff4601-0177-4c45-b3d9-d191e2f384d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29ff4601-0177-4c45-b3d9-d191e2f384d4-root {
    text-align: center;
  }


#s-29ff4601-0177-4c45-b3d9-d191e2f384d4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29ff4601-0177-4c45-b3d9-d191e2f384d4-root {
    text-align: center;
  }


#s-29ff4601-0177-4c45-b3d9-d191e2f384d4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29ff4601-0177-4c45-b3d9-d191e2f384d4-root {
    text-align: center;
  }


#s-29ff4601-0177-4c45-b3d9-d191e2f384d4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29ff4601-0177-4c45-b3d9-d191e2f384d4-root {
    text-align: center;
  }


#s-29ff4601-0177-4c45-b3d9-d191e2f384d4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29ff4601-0177-4c45-b3d9-d191e2f384d4-root {
    text-align: center;
  }


#s-29ff4601-0177-4c45-b3d9-d191e2f384d4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-65b4ab3f-11f4-4855-ad75-7997fc74fca6 {
  min-height: 25px;
}
@media (min-width: 1200px){#s-65b4ab3f-11f4-4855-ad75-7997fc74fca6 {
  display: none;
}
#s-65b4ab3f-11f4-4855-ad75-7997fc74fca6, #wrap-s-65b4ab3f-11f4-4855-ad75-7997fc74fca6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65b4ab3f-11f4-4855-ad75-7997fc74fca6 {
  display: none;
}
#s-65b4ab3f-11f4-4855-ad75-7997fc74fca6, #wrap-s-65b4ab3f-11f4-4855-ad75-7997fc74fca6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65b4ab3f-11f4-4855-ad75-7997fc74fca6 {
  display: none;
}
#s-65b4ab3f-11f4-4855-ad75-7997fc74fca6, #wrap-s-65b4ab3f-11f4-4855-ad75-7997fc74fca6 { display:none !important; }}







#s-65b4ab3f-11f4-4855-ad75-7997fc74fca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65b4ab3f-11f4-4855-ad75-7997fc74fca6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc {
  display: none;
}
#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc, #wrap-s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc {
  display: none;
}
#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc, #wrap-s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc {
  display: none;
}
#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc, #wrap-s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc { display:none !important; }}

  #s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc-root {
    text-align: center;
  }


#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc-root {
    text-align: center;
  }


#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc-root {
    text-align: center;
  }


#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc-root {
    text-align: center;
  }


#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc-root {
    text-align: center;
  }


#s-ee2ec9f2-b281-4f6e-9188-b9c34ab65adc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b {
  display: none;
}
#s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b, #wrap-s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b {
  display: none;
}
#s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b, #wrap-s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b {
  display: none;
}
#s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b, #wrap-s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b { display:none !important; }}@media (max-width: 767px){#s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b {
  display: none;
}
#s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b, #wrap-s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b { display:none !important; }}
@media (min-width: 0px) {
[id="s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-82fdcfc2-b4eb-4c53-9cf0-c17d256ef16b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-529b04e8-e0cc-4c57-9e06-6faae97cdf54 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-529b04e8-e0cc-4c57-9e06-6faae97cdf54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-529b04e8-e0cc-4c57-9e06-6faae97cdf54:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-529b04e8-e0cc-4c57-9e06-6faae97cdf54-root {
    text-align: center;
  }


#s-529b04e8-e0cc-4c57-9e06-6faae97cdf54.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-529b04e8-e0cc-4c57-9e06-6faae97cdf54-root {
    text-align: center;
  }


#s-529b04e8-e0cc-4c57-9e06-6faae97cdf54.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-529b04e8-e0cc-4c57-9e06-6faae97cdf54-root {
    text-align: center;
  }


#s-529b04e8-e0cc-4c57-9e06-6faae97cdf54.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-529b04e8-e0cc-4c57-9e06-6faae97cdf54-root {
    text-align: center;
  }


#s-529b04e8-e0cc-4c57-9e06-6faae97cdf54.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-529b04e8-e0cc-4c57-9e06-6faae97cdf54-root {
    text-align: center;
  }


#s-529b04e8-e0cc-4c57-9e06-6faae97cdf54.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-7abd1110-0388-40f5-903e-ba4d7cfdd676 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7abd1110-0388-40f5-903e-ba4d7cfdd676 {
  display: none;
}
#s-7abd1110-0388-40f5-903e-ba4d7cfdd676, #wrap-s-7abd1110-0388-40f5-903e-ba4d7cfdd676 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7abd1110-0388-40f5-903e-ba4d7cfdd676 {
  display: none;
}
#s-7abd1110-0388-40f5-903e-ba4d7cfdd676, #wrap-s-7abd1110-0388-40f5-903e-ba4d7cfdd676 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7abd1110-0388-40f5-903e-ba4d7cfdd676 {
  display: none;
}
#s-7abd1110-0388-40f5-903e-ba4d7cfdd676, #wrap-s-7abd1110-0388-40f5-903e-ba4d7cfdd676 { display:none !important; }}@media (max-width: 767px){#s-7abd1110-0388-40f5-903e-ba4d7cfdd676 {
  display: none;
}
#s-7abd1110-0388-40f5-903e-ba4d7cfdd676, #wrap-s-7abd1110-0388-40f5-903e-ba4d7cfdd676 { display:none !important; }}







#s-7abd1110-0388-40f5-903e-ba4d7cfdd676 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7abd1110-0388-40f5-903e-ba4d7cfdd676.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 {
  display: none;
}
#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4, #wrap-s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 {
  display: none;
}
#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4, #wrap-s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 {
  display: none;
}
#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4, #wrap-s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 { display:none !important; }}@media (max-width: 767px){#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 {
  display: none;
}
#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4, #wrap-s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 { display:none !important; }}







#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9033e69-5327-49bc-acc8-a9c4d3a09fc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4f7d746-8af9-450e-a8a4-18ace860c9f5 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4f7d746-8af9-450e-a8a4-18ace860c9f5 {
  display: none;
}
#s-d4f7d746-8af9-450e-a8a4-18ace860c9f5, #wrap-s-d4f7d746-8af9-450e-a8a4-18ace860c9f5 { display:none !important; }}@media (max-width: 767px){#s-d4f7d746-8af9-450e-a8a4-18ace860c9f5 {
  display: none;
}
#s-d4f7d746-8af9-450e-a8a4-18ace860c9f5, #wrap-s-d4f7d746-8af9-450e-a8a4-18ace860c9f5 { display:none !important; }}







#s-d4f7d746-8af9-450e-a8a4-18ace860c9f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f7d746-8af9-450e-a8a4-18ace860c9f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97a0320a-84b3-4e20-975a-afc1bd1b952a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97a0320a-84b3-4e20-975a-afc1bd1b952a {
  display: none;
}
#s-97a0320a-84b3-4e20-975a-afc1bd1b952a, #wrap-s-97a0320a-84b3-4e20-975a-afc1bd1b952a { display:none !important; }}@media (max-width: 767px){#s-97a0320a-84b3-4e20-975a-afc1bd1b952a {
  display: none;
}
#s-97a0320a-84b3-4e20-975a-afc1bd1b952a, #wrap-s-97a0320a-84b3-4e20-975a-afc1bd1b952a { display:none !important; }}







#s-97a0320a-84b3-4e20-975a-afc1bd1b952a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97a0320a-84b3-4e20-975a-afc1bd1b952a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a3c834a-f089-4b39-b95f-e08f533185ef {
  margin-top: 0px;
margin-left: 112.5px;
margin-bottom: 0px;
margin-right: 112.5px;
}

@media (min-width: 0px) {
[id="s-7a3c834a-f089-4b39-b95f-e08f533185ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a3c834a-f089-4b39-b95f-e08f533185ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7a3c834a-f089-4b39-b95f-e08f533185ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a3c834a-f089-4b39-b95f-e08f533185ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-6bf48c0f-ddf3-422a-85c8-c3ef44df9bf6 {
  margin-top: 15%;
margin-left: 7%;
margin-bottom: 15%;
margin-right: 7%;
}

#s-5f625460-d18c-4ddb-ad7d-f11592238a71 {
  text-align: center;
}







  img.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
    
    
  }


.s-5f625460-d18c-4ddb-ad7d-f11592238a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shg-align-container {
  text-align: center
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
    
    
  }


.s-5f625460-d18c-4ddb-ad7d-f11592238a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shg-align-container {
  text-align: center
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
    
    
  }


.s-5f625460-d18c-4ddb-ad7d-f11592238a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shg-align-container {
  text-align: center
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
    
    
  }


.s-5f625460-d18c-4ddb-ad7d-f11592238a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shg-align-container {
  text-align: center
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
    
    
  }


.s-5f625460-d18c-4ddb-ad7d-f11592238a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shg-align-container {
  text-align: center
}

.s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f625460-d18c-4ddb-ad7d-f11592238a71.shogun-image {
  box-sizing: border-box;
}


}
#s-62d070cd-cf6a-4be3-b92a-7bfaeb47d24f {
  min-height: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62d070cd-cf6a-4be3-b92a-7bfaeb47d24f {
  display: none;
}
#s-62d070cd-cf6a-4be3-b92a-7bfaeb47d24f, #wrap-s-62d070cd-cf6a-4be3-b92a-7bfaeb47d24f { display:none !important; }}@media (max-width: 767px){#s-62d070cd-cf6a-4be3-b92a-7bfaeb47d24f {
  display: none;
}
#s-62d070cd-cf6a-4be3-b92a-7bfaeb47d24f, #wrap-s-62d070cd-cf6a-4be3-b92a-7bfaeb47d24f { display:none !important; }}







#s-62d070cd-cf6a-4be3-b92a-7bfaeb47d24f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d070cd-cf6a-4be3-b92a-7bfaeb47d24f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df39018c-5691-4f85-bc16-67d49eb3dfc0 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df39018c-5691-4f85-bc16-67d49eb3dfc0 {
  display: none;
}
#s-df39018c-5691-4f85-bc16-67d49eb3dfc0, #wrap-s-df39018c-5691-4f85-bc16-67d49eb3dfc0 { display:none !important; }}@media (max-width: 767px){#s-df39018c-5691-4f85-bc16-67d49eb3dfc0 {
  display: none;
}
#s-df39018c-5691-4f85-bc16-67d49eb3dfc0, #wrap-s-df39018c-5691-4f85-bc16-67d49eb3dfc0 { display:none !important; }}







#s-df39018c-5691-4f85-bc16-67d49eb3dfc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df39018c-5691-4f85-bc16-67d49eb3dfc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed7c8fbb-080c-4c25-8e81-d419cc960f59 {
  margin-top: 0px;
margin-left: 112.5px;
margin-bottom: 0px;
margin-right: 112.5px;
}

@media (min-width: 0px) {
[id="s-ed7c8fbb-080c-4c25-8e81-d419cc960f59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed7c8fbb-080c-4c25-8e81-d419cc960f59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ed7c8fbb-080c-4c25-8e81-d419cc960f59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed7c8fbb-080c-4c25-8e81-d419cc960f59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-7209b695-c80a-46e4-9bac-5269072f7177 {
  text-align: center;
}







  img.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
    
    
  }


.s-7209b695-c80a-46e4-9bac-5269072f7177 .shogun-image-content {
  
    align-items: center;
  
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shg-align-container {
  text-align: center
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
    
    
  }


.s-7209b695-c80a-46e4-9bac-5269072f7177 .shogun-image-content {
  
    align-items: center;
  
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shg-align-container {
  text-align: center
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
    
    
  }


.s-7209b695-c80a-46e4-9bac-5269072f7177 .shogun-image-content {
  
    align-items: center;
  
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shg-align-container {
  text-align: center
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
    
    
  }


.s-7209b695-c80a-46e4-9bac-5269072f7177 .shogun-image-content {
  
    align-items: center;
  
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shg-align-container {
  text-align: center
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
    
    
  }


.s-7209b695-c80a-46e4-9bac-5269072f7177 .shogun-image-content {
  
    align-items: center;
  
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shg-align-container {
  text-align: center
}

.s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7209b695-c80a-46e4-9bac-5269072f7177.shogun-image {
  box-sizing: border-box;
}


}
#s-bd938186-d279-4603-8cb5-38c69ed85345 {
  margin-top: 15%;
margin-left: 7%;
margin-bottom: 20%;
}

#s-a17f988f-0127-4a5c-b8d2-cfbebb124a5e {
  min-height: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a17f988f-0127-4a5c-b8d2-cfbebb124a5e {
  display: none;
}
#s-a17f988f-0127-4a5c-b8d2-cfbebb124a5e, #wrap-s-a17f988f-0127-4a5c-b8d2-cfbebb124a5e { display:none !important; }}@media (max-width: 767px){#s-a17f988f-0127-4a5c-b8d2-cfbebb124a5e {
  display: none;
}
#s-a17f988f-0127-4a5c-b8d2-cfbebb124a5e, #wrap-s-a17f988f-0127-4a5c-b8d2-cfbebb124a5e { display:none !important; }}







#s-a17f988f-0127-4a5c-b8d2-cfbebb124a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17f988f-0127-4a5c-b8d2-cfbebb124a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b6a158f-9050-4981-bf2a-547bfdad268d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1b6a158f-9050-4981-bf2a-547bfdad268d {
  display: none;
}
#s-1b6a158f-9050-4981-bf2a-547bfdad268d, #wrap-s-1b6a158f-9050-4981-bf2a-547bfdad268d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b6a158f-9050-4981-bf2a-547bfdad268d {
  display: none;
}
#s-1b6a158f-9050-4981-bf2a-547bfdad268d, #wrap-s-1b6a158f-9050-4981-bf2a-547bfdad268d { display:none !important; }}@media (max-width: 767px){#s-1b6a158f-9050-4981-bf2a-547bfdad268d {
  display: none;
}
#s-1b6a158f-9050-4981-bf2a-547bfdad268d, #wrap-s-1b6a158f-9050-4981-bf2a-547bfdad268d { display:none !important; }}







#s-1b6a158f-9050-4981-bf2a-547bfdad268d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b6a158f-9050-4981-bf2a-547bfdad268d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39c0f489-c84c-4853-9486-efa1cb500842 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-39c0f489-c84c-4853-9486-efa1cb500842 {
  display: none;
}
#s-39c0f489-c84c-4853-9486-efa1cb500842, #wrap-s-39c0f489-c84c-4853-9486-efa1cb500842 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39c0f489-c84c-4853-9486-efa1cb500842 {
  display: none;
}
#s-39c0f489-c84c-4853-9486-efa1cb500842, #wrap-s-39c0f489-c84c-4853-9486-efa1cb500842 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39c0f489-c84c-4853-9486-efa1cb500842 {
  display: none;
}
#s-39c0f489-c84c-4853-9486-efa1cb500842, #wrap-s-39c0f489-c84c-4853-9486-efa1cb500842 { display:none !important; }}







#s-39c0f489-c84c-4853-9486-efa1cb500842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39c0f489-c84c-4853-9486-efa1cb500842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47d6d6f0-b40e-4784-a22a-93e9e9523333 {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-47d6d6f0-b40e-4784-a22a-93e9e9523333 {
  display: none;
}
#s-47d6d6f0-b40e-4784-a22a-93e9e9523333, #wrap-s-47d6d6f0-b40e-4784-a22a-93e9e9523333 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47d6d6f0-b40e-4784-a22a-93e9e9523333 {
  display: none;
}
#s-47d6d6f0-b40e-4784-a22a-93e9e9523333, #wrap-s-47d6d6f0-b40e-4784-a22a-93e9e9523333 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47d6d6f0-b40e-4784-a22a-93e9e9523333 {
  display: none;
}
#s-47d6d6f0-b40e-4784-a22a-93e9e9523333, #wrap-s-47d6d6f0-b40e-4784-a22a-93e9e9523333 { display:none !important; }}






  img.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
    
    
  }


.s-47d6d6f0-b40e-4784-a22a-93e9e9523333 .shogun-image-content {
  
    align-items: center;
  
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shg-align-container {
  text-align: center
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
    
    
  }


.s-47d6d6f0-b40e-4784-a22a-93e9e9523333 .shogun-image-content {
  
    align-items: center;
  
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shg-align-container {
  text-align: center
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
    
    
  }


.s-47d6d6f0-b40e-4784-a22a-93e9e9523333 .shogun-image-content {
  
    align-items: center;
  
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shg-align-container {
  text-align: center
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
    
    
  }


.s-47d6d6f0-b40e-4784-a22a-93e9e9523333 .shogun-image-content {
  
    align-items: center;
  
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shg-align-container {
  text-align: center
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
    
    
  }


.s-47d6d6f0-b40e-4784-a22a-93e9e9523333 .shogun-image-content {
  
    align-items: center;
  
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shg-align-container {
  text-align: center
}

.s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d6d6f0-b40e-4784-a22a-93e9e9523333.shogun-image {
  box-sizing: border-box;
}


}
#s-2633c376-f849-45e8-9473-9bee56ebfec0 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-2633c376-f849-45e8-9473-9bee56ebfec0 {
  display: none;
}
#s-2633c376-f849-45e8-9473-9bee56ebfec0, #wrap-s-2633c376-f849-45e8-9473-9bee56ebfec0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2633c376-f849-45e8-9473-9bee56ebfec0 {
  display: none;
}
#s-2633c376-f849-45e8-9473-9bee56ebfec0, #wrap-s-2633c376-f849-45e8-9473-9bee56ebfec0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2633c376-f849-45e8-9473-9bee56ebfec0 {
  display: none;
}
#s-2633c376-f849-45e8-9473-9bee56ebfec0, #wrap-s-2633c376-f849-45e8-9473-9bee56ebfec0 { display:none !important; }}







#s-2633c376-f849-45e8-9473-9bee56ebfec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2633c376-f849-45e8-9473-9bee56ebfec0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-911e8a39-46dd-4091-8710-433c73d2bb4c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-911e8a39-46dd-4091-8710-433c73d2bb4c {
  display: none;
}
#s-911e8a39-46dd-4091-8710-433c73d2bb4c, #wrap-s-911e8a39-46dd-4091-8710-433c73d2bb4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-911e8a39-46dd-4091-8710-433c73d2bb4c {
  display: none;
}
#s-911e8a39-46dd-4091-8710-433c73d2bb4c, #wrap-s-911e8a39-46dd-4091-8710-433c73d2bb4c { display:none !important; }}@media (max-width: 767px){#s-911e8a39-46dd-4091-8710-433c73d2bb4c {
  display: none;
}
#s-911e8a39-46dd-4091-8710-433c73d2bb4c, #wrap-s-911e8a39-46dd-4091-8710-433c73d2bb4c { display:none !important; }}







#s-911e8a39-46dd-4091-8710-433c73d2bb4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-911e8a39-46dd-4091-8710-433c73d2bb4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5 {
  display: none;
}
#s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5, #wrap-s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5 {
  display: none;
}
#s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5, #wrap-s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5 { display:none !important; }}@media (max-width: 767px){#s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5 {
  display: none;
}
#s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5, #wrap-s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-6649a0c8-d8ce-4b22-8051-99b95cdde6d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-a68a6485-2415-425a-9aaa-d626710a8eeb {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

#s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1 {
  text-align: center;
}







  img.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
    
    
  }


.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shg-align-container {
  text-align: center
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
    
    
  }


.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shg-align-container {
  text-align: center
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
    
    
  }


.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shg-align-container {
  text-align: center
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
    
    
  }


.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shg-align-container {
  text-align: center
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
    
    
  }


.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shg-align-container {
  text-align: center
}

.s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cdc1d6-1b10-4c5e-8483-7890d8b6c6e1.shogun-image {
  box-sizing: border-box;
}


}
#s-90c820b3-453a-4a30-b407-18823ae27386 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-90c820b3-453a-4a30-b407-18823ae27386 {
  display: none;
}
#s-90c820b3-453a-4a30-b407-18823ae27386, #wrap-s-90c820b3-453a-4a30-b407-18823ae27386 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90c820b3-453a-4a30-b407-18823ae27386 {
  display: none;
}
#s-90c820b3-453a-4a30-b407-18823ae27386, #wrap-s-90c820b3-453a-4a30-b407-18823ae27386 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90c820b3-453a-4a30-b407-18823ae27386 {
  display: none;
}
#s-90c820b3-453a-4a30-b407-18823ae27386, #wrap-s-90c820b3-453a-4a30-b407-18823ae27386 { display:none !important; }}@media (max-width: 767px){#s-90c820b3-453a-4a30-b407-18823ae27386 {
  
}
}
@media (min-width: 0px) {
[id="s-90c820b3-453a-4a30-b407-18823ae27386"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90c820b3-453a-4a30-b407-18823ae27386"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90c820b3-453a-4a30-b407-18823ae27386"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90c820b3-453a-4a30-b407-18823ae27386"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3b8579fc-1731-4188-8edb-1a692cdef4a1 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6 {
  display: none;
}
#s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6, #wrap-s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6 {
  display: none;
}
#s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6, #wrap-s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6 {
  display: none;
}
#s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6, #wrap-s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6 { display:none !important; }}







#s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a73c7f1-dd1f-49b4-bf26-30c95b6990c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cce21fe3-d82a-4171-a76d-2e1051fa8e33 {
  text-align: center;
}







  img.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
    
    
  }


.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shg-align-container {
  text-align: center
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
    
    
  }


.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shg-align-container {
  text-align: center
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
    
    
  }


.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shg-align-container {
  text-align: center
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
    
    
  }


.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shg-align-container {
  text-align: center
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
    
    
  }


.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shg-align-container {
  text-align: center
}

.s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce21fe3-d82a-4171-a76d-2e1051fa8e33.shogun-image {
  box-sizing: border-box;
}


}
#s-d8a463e1-0679-4c32-a453-15e4ee76afca {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-d8a463e1-0679-4c32-a453-15e4ee76afca {
  display: none;
}
#s-d8a463e1-0679-4c32-a453-15e4ee76afca, #wrap-s-d8a463e1-0679-4c32-a453-15e4ee76afca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8a463e1-0679-4c32-a453-15e4ee76afca {
  display: none;
}
#s-d8a463e1-0679-4c32-a453-15e4ee76afca, #wrap-s-d8a463e1-0679-4c32-a453-15e4ee76afca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8a463e1-0679-4c32-a453-15e4ee76afca {
  display: none;
}
#s-d8a463e1-0679-4c32-a453-15e4ee76afca, #wrap-s-d8a463e1-0679-4c32-a453-15e4ee76afca { display:none !important; }}
#s-67d85f23-590e-4c38-9620-31c6d17bd8c4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-67d85f23-590e-4c38-9620-31c6d17bd8c4 {
  display: none;
}
#s-67d85f23-590e-4c38-9620-31c6d17bd8c4, #wrap-s-67d85f23-590e-4c38-9620-31c6d17bd8c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67d85f23-590e-4c38-9620-31c6d17bd8c4 {
  display: none;
}
#s-67d85f23-590e-4c38-9620-31c6d17bd8c4, #wrap-s-67d85f23-590e-4c38-9620-31c6d17bd8c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67d85f23-590e-4c38-9620-31c6d17bd8c4 {
  display: none;
}
#s-67d85f23-590e-4c38-9620-31c6d17bd8c4, #wrap-s-67d85f23-590e-4c38-9620-31c6d17bd8c4 { display:none !important; }}







#s-67d85f23-590e-4c38-9620-31c6d17bd8c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d85f23-590e-4c38-9620-31c6d17bd8c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e9c101e-249d-4933-98f1-49c526ef4f9f {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-3e9c101e-249d-4933-98f1-49c526ef4f9f {
  display: none;
}
#s-3e9c101e-249d-4933-98f1-49c526ef4f9f, #wrap-s-3e9c101e-249d-4933-98f1-49c526ef4f9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e9c101e-249d-4933-98f1-49c526ef4f9f {
  display: none;
}
#s-3e9c101e-249d-4933-98f1-49c526ef4f9f, #wrap-s-3e9c101e-249d-4933-98f1-49c526ef4f9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e9c101e-249d-4933-98f1-49c526ef4f9f {
  display: none;
}
#s-3e9c101e-249d-4933-98f1-49c526ef4f9f, #wrap-s-3e9c101e-249d-4933-98f1-49c526ef4f9f { display:none !important; }}






  img.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
    
    
  }


.s-3e9c101e-249d-4933-98f1-49c526ef4f9f .shogun-image-content {
  
    align-items: center;
  
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shg-align-container {
  text-align: center
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
    
    
  }


.s-3e9c101e-249d-4933-98f1-49c526ef4f9f .shogun-image-content {
  
    align-items: center;
  
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shg-align-container {
  text-align: center
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
    
    
  }


.s-3e9c101e-249d-4933-98f1-49c526ef4f9f .shogun-image-content {
  
    align-items: center;
  
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shg-align-container {
  text-align: center
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
    
    
  }


.s-3e9c101e-249d-4933-98f1-49c526ef4f9f .shogun-image-content {
  
    align-items: center;
  
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shg-align-container {
  text-align: center
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
    
    
  }


.s-3e9c101e-249d-4933-98f1-49c526ef4f9f .shogun-image-content {
  
    align-items: center;
  
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shg-align-container {
  text-align: center
}

.s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9c101e-249d-4933-98f1-49c526ef4f9f.shogun-image {
  box-sizing: border-box;
}


}
#s-18d56500-ab32-4df9-8e54-a13c3d9f3caa {
  min-height: 20px;
}
@media (min-width: 1200px){#s-18d56500-ab32-4df9-8e54-a13c3d9f3caa {
  display: none;
}
#s-18d56500-ab32-4df9-8e54-a13c3d9f3caa, #wrap-s-18d56500-ab32-4df9-8e54-a13c3d9f3caa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18d56500-ab32-4df9-8e54-a13c3d9f3caa {
  display: none;
}
#s-18d56500-ab32-4df9-8e54-a13c3d9f3caa, #wrap-s-18d56500-ab32-4df9-8e54-a13c3d9f3caa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18d56500-ab32-4df9-8e54-a13c3d9f3caa {
  display: none;
}
#s-18d56500-ab32-4df9-8e54-a13c3d9f3caa, #wrap-s-18d56500-ab32-4df9-8e54-a13c3d9f3caa { display:none !important; }}







#s-18d56500-ab32-4df9-8e54-a13c3d9f3caa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18d56500-ab32-4df9-8e54-a13c3d9f3caa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ca13aed-0f4d-4877-b765-da70daccb54b {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-1ca13aed-0f4d-4877-b765-da70daccb54b {
  display: none;
}
#s-1ca13aed-0f4d-4877-b765-da70daccb54b, #wrap-s-1ca13aed-0f4d-4877-b765-da70daccb54b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ca13aed-0f4d-4877-b765-da70daccb54b {
  display: none;
}
#s-1ca13aed-0f4d-4877-b765-da70daccb54b, #wrap-s-1ca13aed-0f4d-4877-b765-da70daccb54b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ca13aed-0f4d-4877-b765-da70daccb54b {
  display: none;
}
#s-1ca13aed-0f4d-4877-b765-da70daccb54b, #wrap-s-1ca13aed-0f4d-4877-b765-da70daccb54b { display:none !important; }}
#s-a260b71f-b209-44b9-a3af-7bddba844828 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a260b71f-b209-44b9-a3af-7bddba844828 {
  display: none;
}
#s-a260b71f-b209-44b9-a3af-7bddba844828, #wrap-s-a260b71f-b209-44b9-a3af-7bddba844828 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a260b71f-b209-44b9-a3af-7bddba844828 {
  display: none;
}
#s-a260b71f-b209-44b9-a3af-7bddba844828, #wrap-s-a260b71f-b209-44b9-a3af-7bddba844828 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a260b71f-b209-44b9-a3af-7bddba844828 {
  display: none;
}
#s-a260b71f-b209-44b9-a3af-7bddba844828, #wrap-s-a260b71f-b209-44b9-a3af-7bddba844828 { display:none !important; }}







#s-a260b71f-b209-44b9-a3af-7bddba844828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a260b71f-b209-44b9-a3af-7bddba844828.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e8a0def-c392-4d44-b8d8-93c132c25037 {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-2e8a0def-c392-4d44-b8d8-93c132c25037 {
  display: none;
}
#s-2e8a0def-c392-4d44-b8d8-93c132c25037, #wrap-s-2e8a0def-c392-4d44-b8d8-93c132c25037 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e8a0def-c392-4d44-b8d8-93c132c25037 {
  display: none;
}
#s-2e8a0def-c392-4d44-b8d8-93c132c25037, #wrap-s-2e8a0def-c392-4d44-b8d8-93c132c25037 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e8a0def-c392-4d44-b8d8-93c132c25037 {
  display: none;
}
#s-2e8a0def-c392-4d44-b8d8-93c132c25037, #wrap-s-2e8a0def-c392-4d44-b8d8-93c132c25037 { display:none !important; }}






  img.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
    
    
  }


.s-2e8a0def-c392-4d44-b8d8-93c132c25037 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shg-align-container {
  text-align: center
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
    
    
  }


.s-2e8a0def-c392-4d44-b8d8-93c132c25037 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shg-align-container {
  text-align: center
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
    
    
  }


.s-2e8a0def-c392-4d44-b8d8-93c132c25037 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shg-align-container {
  text-align: center
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
    
    
  }


.s-2e8a0def-c392-4d44-b8d8-93c132c25037 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shg-align-container {
  text-align: center
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
    
    
  }


.s-2e8a0def-c392-4d44-b8d8-93c132c25037 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shg-align-container {
  text-align: center
}

.s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e8a0def-c392-4d44-b8d8-93c132c25037.shogun-image {
  box-sizing: border-box;
}


}
#s-37fbdc0a-fded-4299-855f-5f4f98372712 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-37fbdc0a-fded-4299-855f-5f4f98372712 {
  display: none;
}
#s-37fbdc0a-fded-4299-855f-5f4f98372712, #wrap-s-37fbdc0a-fded-4299-855f-5f4f98372712 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37fbdc0a-fded-4299-855f-5f4f98372712 {
  display: none;
}
#s-37fbdc0a-fded-4299-855f-5f4f98372712, #wrap-s-37fbdc0a-fded-4299-855f-5f4f98372712 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37fbdc0a-fded-4299-855f-5f4f98372712 {
  display: none;
}
#s-37fbdc0a-fded-4299-855f-5f4f98372712, #wrap-s-37fbdc0a-fded-4299-855f-5f4f98372712 { display:none !important; }}







#s-37fbdc0a-fded-4299-855f-5f4f98372712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37fbdc0a-fded-4299-855f-5f4f98372712.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-668943eb-c837-4087-83c2-d4ac5927ab2d {
  padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-668943eb-c837-4087-83c2-d4ac5927ab2d {
  display: none;
}
#s-668943eb-c837-4087-83c2-d4ac5927ab2d, #wrap-s-668943eb-c837-4087-83c2-d4ac5927ab2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-668943eb-c837-4087-83c2-d4ac5927ab2d {
  display: none;
}
#s-668943eb-c837-4087-83c2-d4ac5927ab2d, #wrap-s-668943eb-c837-4087-83c2-d4ac5927ab2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-668943eb-c837-4087-83c2-d4ac5927ab2d {
  display: none;
}
#s-668943eb-c837-4087-83c2-d4ac5927ab2d, #wrap-s-668943eb-c837-4087-83c2-d4ac5927ab2d { display:none !important; }}
#s-a6e350e4-1b09-47c4-abdf-2870a52c8587 {
  margin-top: 0px;
margin-left: 112.5px;
margin-bottom: 0px;
margin-right: 112.5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6e350e4-1b09-47c4-abdf-2870a52c8587 {
  display: none;
}
#s-a6e350e4-1b09-47c4-abdf-2870a52c8587, #wrap-s-a6e350e4-1b09-47c4-abdf-2870a52c8587 { display:none !important; }}@media (max-width: 767px){#s-a6e350e4-1b09-47c4-abdf-2870a52c8587 {
  display: none;
}
#s-a6e350e4-1b09-47c4-abdf-2870a52c8587, #wrap-s-a6e350e4-1b09-47c4-abdf-2870a52c8587 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a6e350e4-1b09-47c4-abdf-2870a52c8587"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6e350e4-1b09-47c4-abdf-2870a52c8587"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a6e350e4-1b09-47c4-abdf-2870a52c8587"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6e350e4-1b09-47c4-abdf-2870a52c8587"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-47ef872a-dd70-4a9e-ac03-fab731e655dc {
  margin-top: 15%;
margin-bottom: 20%;
margin-right: 7%;
}

#s-80d42e17-8d75-4389-a87c-298781ad7976 {
  text-align: center;
}







  img.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
    
    
  }


.s-80d42e17-8d75-4389-a87c-298781ad7976 .shogun-image-content {
  
    align-items: center;
  
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shg-align-container {
  text-align: center
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
    
    
  }


.s-80d42e17-8d75-4389-a87c-298781ad7976 .shogun-image-content {
  
    align-items: center;
  
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shg-align-container {
  text-align: center
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
  box-sizing: border-box;
}


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





  img.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
    
    
  }


.s-80d42e17-8d75-4389-a87c-298781ad7976 .shogun-image-content {
  
    align-items: center;
  
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shg-align-container {
  text-align: center
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
  box-sizing: border-box;
}


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





  img.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
    
    
  }


.s-80d42e17-8d75-4389-a87c-298781ad7976 .shogun-image-content {
  
    align-items: center;
  
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shg-align-container {
  text-align: center
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
  box-sizing: border-box;
}


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





  img.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
    
    
  }


.s-80d42e17-8d75-4389-a87c-298781ad7976 .shogun-image-content {
  
    align-items: center;
  
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shg-align-container {
  text-align: center
}

.s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d42e17-8d75-4389-a87c-298781ad7976.shogun-image {
  box-sizing: border-box;
}


}
#s-83cce9d0-39ec-4597-9ef7-d3f174673efd {
  min-height: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-83cce9d0-39ec-4597-9ef7-d3f174673efd {
  display: none;
}
#s-83cce9d0-39ec-4597-9ef7-d3f174673efd, #wrap-s-83cce9d0-39ec-4597-9ef7-d3f174673efd { display:none !important; }}@media (max-width: 767px){#s-83cce9d0-39ec-4597-9ef7-d3f174673efd {
  display: none;
}
#s-83cce9d0-39ec-4597-9ef7-d3f174673efd, #wrap-s-83cce9d0-39ec-4597-9ef7-d3f174673efd { display:none !important; }}







#s-83cce9d0-39ec-4597-9ef7-d3f174673efd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83cce9d0-39ec-4597-9ef7-d3f174673efd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad {
  display: none;
}
#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad, #wrap-s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad {
  display: none;
}
#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad, #wrap-s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad {
  display: none;
}
#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad, #wrap-s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad { display:none !important; }}@media (max-width: 767px){#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad {
  display: none;
}
#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad, #wrap-s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad { display:none !important; }}







#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14dd9a19-0b41-4d5a-a6a4-845992e2a4ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-490372f5-3840-428a-80cd-0a381842bb1b {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-490372f5-3840-428a-80cd-0a381842bb1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-490372f5-3840-428a-80cd-0a381842bb1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-490372f5-3840-428a-80cd-0a381842bb1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-490372f5-3840-428a-80cd-0a381842bb1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-d69a037c-df5c-43ee-938f-55b9d197a752 {
  min-height: 100px;
}








#s-d69a037c-df5c-43ee-938f-55b9d197a752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d69a037c-df5c-43ee-938f-55b9d197a752.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 {
  display: none;
}
#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041, #wrap-s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 {
  display: none;
}
#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041, #wrap-s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 {
  display: none;
}
#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041, #wrap-s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 { display:none !important; }}@media (max-width: 767px){#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 {
  display: none;
}
#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041, #wrap-s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 { display:none !important; }}







#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a2a2ecb-bfe0-4d1c-a59b-0a36a5615041.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-309f4b90-f31e-4da0-b430-b8053d0aa8d8 {
  margin-left: 35px;
margin-right: 35px;
}
@media (min-width: 1200px){#s-309f4b90-f31e-4da0-b430-b8053d0aa8d8 {
  display: none;
}
#s-309f4b90-f31e-4da0-b430-b8053d0aa8d8, #wrap-s-309f4b90-f31e-4da0-b430-b8053d0aa8d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-309f4b90-f31e-4da0-b430-b8053d0aa8d8 {
  display: none;
}
#s-309f4b90-f31e-4da0-b430-b8053d0aa8d8, #wrap-s-309f4b90-f31e-4da0-b430-b8053d0aa8d8 { display:none !important; }}@media (max-width: 767px){#s-309f4b90-f31e-4da0-b430-b8053d0aa8d8 {
  display: none;
}
#s-309f4b90-f31e-4da0-b430-b8053d0aa8d8, #wrap-s-309f4b90-f31e-4da0-b430-b8053d0aa8d8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-309f4b90-f31e-4da0-b430-b8053d0aa8d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-309f4b90-f31e-4da0-b430-b8053d0aa8d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-309f4b90-f31e-4da0-b430-b8053d0aa8d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-309f4b90-f31e-4da0-b430-b8053d0aa8d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

#s-fbb699b7-3faf-4d45-bd1d-d956e2626caa {
  margin-top: -50%;
padding-top: 55%;
padding-left: 35%;
padding-bottom: 10%;
padding-right: 35%;
text-align: center;
}







  img.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
    
    
  }


.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa .shogun-image-content {
  
    align-items: center;
  
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shg-align-container {
  text-align: center
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
    
    
  }


.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa .shogun-image-content {
  
    align-items: center;
  
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shg-align-container {
  text-align: center
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
    
    
  }


.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa .shogun-image-content {
  
    align-items: center;
  
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shg-align-container {
  text-align: center
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
    
    
  }


.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa .shogun-image-content {
  
    align-items: center;
  
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shg-align-container {
  text-align: center
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
    
    
  }


.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa .shogun-image-content {
  
    align-items: center;
  
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shg-align-container {
  text-align: center
}

.s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbb699b7-3faf-4d45-bd1d-d956e2626caa.shogun-image {
  box-sizing: border-box;
}


}
#s-e2501193-6f89-473b-bb17-11c698d865ae {
  margin-top: -50%;
margin-bottom: 0%;
padding-top: 55%;
padding-left: 35%;
padding-bottom: 10%;
padding-right: 35%;
text-align: center;
}







  img.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
    
    
  }


.s-e2501193-6f89-473b-bb17-11c698d865ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shg-align-container {
  text-align: center
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
    
    
  }


.s-e2501193-6f89-473b-bb17-11c698d865ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shg-align-container {
  text-align: center
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
    
    
  }


.s-e2501193-6f89-473b-bb17-11c698d865ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shg-align-container {
  text-align: center
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
    
    
  }


.s-e2501193-6f89-473b-bb17-11c698d865ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shg-align-container {
  text-align: center
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
    
    
  }


.s-e2501193-6f89-473b-bb17-11c698d865ae .shogun-image-content {
  
    align-items: center;
  
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shg-align-container {
  text-align: center
}

.s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2501193-6f89-473b-bb17-11c698d865ae.shogun-image {
  box-sizing: border-box;
}


}
#s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21 {
  margin-top: -50%;
margin-bottom: 0%;
padding-top: 55%;
padding-left: 35%;
padding-bottom: 10%;
padding-right: 35%;
text-align: center;
}







  img.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
    
    
  }


.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shg-align-container {
  text-align: center
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
    
    
  }


.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shg-align-container {
  text-align: center
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
    
    
  }


.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shg-align-container {
  text-align: center
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
    
    
  }


.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shg-align-container {
  text-align: center
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
    
    
  }


.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shg-align-container {
  text-align: center
}

.s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a623460-fa8f-4cf8-8bc9-4ca8443c6a21.shogun-image {
  box-sizing: border-box;
}


}
#s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22 {
  display: none;
}
#s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22, #wrap-s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22 {
  display: none;
}
#s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22, #wrap-s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22 { display:none !important; }}@media (max-width: 767px){#s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22 {
  display: none;
}
#s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22, #wrap-s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22 { display:none !important; }}







#s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ed4f906-d214-4f5e-a3f5-5cf261dd4b22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c860b402-d4c9-496d-9a69-5811c41f41c2 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-c860b402-d4c9-496d-9a69-5811c41f41c2 {
  display: none;
}
#s-c860b402-d4c9-496d-9a69-5811c41f41c2, #wrap-s-c860b402-d4c9-496d-9a69-5811c41f41c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c860b402-d4c9-496d-9a69-5811c41f41c2 {
  display: none;
}
#s-c860b402-d4c9-496d-9a69-5811c41f41c2, #wrap-s-c860b402-d4c9-496d-9a69-5811c41f41c2 { display:none !important; }}@media (max-width: 767px){#s-c860b402-d4c9-496d-9a69-5811c41f41c2 {
  display: none;
}
#s-c860b402-d4c9-496d-9a69-5811c41f41c2, #wrap-s-c860b402-d4c9-496d-9a69-5811c41f41c2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c860b402-d4c9-496d-9a69-5811c41f41c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c860b402-d4c9-496d-9a69-5811c41f41c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-c860b402-d4c9-496d-9a69-5811c41f41c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-c860b402-d4c9-496d-9a69-5811c41f41c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-c75c077c-f72f-4f78-8dbf-55ef6777dc64 {
  text-align: center;
}







  img.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
    
    
  }


.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shg-align-container {
  text-align: center
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
    
    
  }


.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shg-align-container {
  text-align: center
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
    
    
  }


.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shg-align-container {
  text-align: center
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
    
    
  }


.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shg-align-container {
  text-align: center
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
    
    
  }


.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shg-align-container {
  text-align: center
}

.s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c077c-f72f-4f78-8dbf-55ef6777dc64.shogun-image {
  box-sizing: border-box;
}


}
#s-3d668057-c8dd-4a40-aa32-22463ae40c4a {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229 {
  display: none;
}
#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229, #wrap-s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229 {
  display: none;
}
#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229, #wrap-s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229 {
  
}
}@media (max-width: 767px){#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229 {
  display: none;
}
#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229, #wrap-s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229 { display:none !important; }}







#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-479fad4d-9e48-43e8-ac35-5c0a2e2e6229.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a14b977-7567-4fb9-b2a2-1d482f6789df {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-9a14b977-7567-4fb9-b2a2-1d482f6789df {
  display: none;
}
#s-9a14b977-7567-4fb9-b2a2-1d482f6789df, #wrap-s-9a14b977-7567-4fb9-b2a2-1d482f6789df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a14b977-7567-4fb9-b2a2-1d482f6789df {
  display: none;
}
#s-9a14b977-7567-4fb9-b2a2-1d482f6789df, #wrap-s-9a14b977-7567-4fb9-b2a2-1d482f6789df { display:none !important; }}@media (max-width: 767px){#s-9a14b977-7567-4fb9-b2a2-1d482f6789df {
  display: none;
}
#s-9a14b977-7567-4fb9-b2a2-1d482f6789df, #wrap-s-9a14b977-7567-4fb9-b2a2-1d482f6789df { display:none !important; }}
@media (min-width: 0px) {
[id="s-9a14b977-7567-4fb9-b2a2-1d482f6789df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a14b977-7567-4fb9-b2a2-1d482f6789df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-9a14b977-7567-4fb9-b2a2-1d482f6789df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-9a14b977-7567-4fb9-b2a2-1d482f6789df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-4655f48e-4b40-4e6c-bce7-7be316e00e67 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

#s-c76e9a4a-2d70-47c5-866e-7b72e0afe772 {
  text-align: center;
}







  img.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
    
    
  }


.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772 .shogun-image-content {
  
    align-items: center;
  
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shg-align-container {
  text-align: center
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
    
    
  }


.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772 .shogun-image-content {
  
    align-items: center;
  
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shg-align-container {
  text-align: center
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
    
    
  }


.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772 .shogun-image-content {
  
    align-items: center;
  
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shg-align-container {
  text-align: center
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
    
    
  }


.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772 .shogun-image-content {
  
    align-items: center;
  
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shg-align-container {
  text-align: center
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
    
    
  }


.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772 .shogun-image-content {
  
    align-items: center;
  
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shg-align-container {
  text-align: center
}

.s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e9a4a-2d70-47c5-866e-7b72e0afe772.shogun-image {
  box-sizing: border-box;
}


}
#s-d39c7b6e-4b15-4b72-9325-6b0533394d5c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d39c7b6e-4b15-4b72-9325-6b0533394d5c {
  display: none;
}
#s-d39c7b6e-4b15-4b72-9325-6b0533394d5c, #wrap-s-d39c7b6e-4b15-4b72-9325-6b0533394d5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d39c7b6e-4b15-4b72-9325-6b0533394d5c {
  display: none;
}
#s-d39c7b6e-4b15-4b72-9325-6b0533394d5c, #wrap-s-d39c7b6e-4b15-4b72-9325-6b0533394d5c { display:none !important; }}@media (max-width: 767px){#s-d39c7b6e-4b15-4b72-9325-6b0533394d5c {
  display: none;
}
#s-d39c7b6e-4b15-4b72-9325-6b0533394d5c, #wrap-s-d39c7b6e-4b15-4b72-9325-6b0533394d5c { display:none !important; }}







#s-d39c7b6e-4b15-4b72-9325-6b0533394d5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d39c7b6e-4b15-4b72-9325-6b0533394d5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9586c85a-bf93-4142-bce7-91443349f6a3 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9586c85a-bf93-4142-bce7-91443349f6a3 {
  display: none;
}
#s-9586c85a-bf93-4142-bce7-91443349f6a3, #wrap-s-9586c85a-bf93-4142-bce7-91443349f6a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9586c85a-bf93-4142-bce7-91443349f6a3 {
  display: none;
}
#s-9586c85a-bf93-4142-bce7-91443349f6a3, #wrap-s-9586c85a-bf93-4142-bce7-91443349f6a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9586c85a-bf93-4142-bce7-91443349f6a3 {
  display: none;
}
#s-9586c85a-bf93-4142-bce7-91443349f6a3, #wrap-s-9586c85a-bf93-4142-bce7-91443349f6a3 { display:none !important; }}@media (max-width: 767px){#s-9586c85a-bf93-4142-bce7-91443349f6a3 {
  display: none;
}
#s-9586c85a-bf93-4142-bce7-91443349f6a3, #wrap-s-9586c85a-bf93-4142-bce7-91443349f6a3 { display:none !important; }}







#s-9586c85a-bf93-4142-bce7-91443349f6a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9586c85a-bf93-4142-bce7-91443349f6a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60fd221b-826f-408e-907d-de3c83a5c369 {
  margin-left: 70px;
margin-right: 70px;
}
@media (min-width: 1200px){#s-60fd221b-826f-408e-907d-de3c83a5c369 {
  display: none;
}
#s-60fd221b-826f-408e-907d-de3c83a5c369, #wrap-s-60fd221b-826f-408e-907d-de3c83a5c369 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60fd221b-826f-408e-907d-de3c83a5c369 {
  display: none;
}
#s-60fd221b-826f-408e-907d-de3c83a5c369, #wrap-s-60fd221b-826f-408e-907d-de3c83a5c369 { display:none !important; }}@media (max-width: 767px){#s-60fd221b-826f-408e-907d-de3c83a5c369 {
  display: none;
}
#s-60fd221b-826f-408e-907d-de3c83a5c369, #wrap-s-60fd221b-826f-408e-907d-de3c83a5c369 { display:none !important; }}
@media (min-width: 0px) {
[id="s-60fd221b-826f-408e-907d-de3c83a5c369"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60fd221b-826f-408e-907d-de3c83a5c369"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-60fd221b-826f-408e-907d-de3c83a5c369"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-60fd221b-826f-408e-907d-de3c83a5c369"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-e8e2e07b-712d-48b2-ac50-362d480d2941 {
  margin-top: -50%;
padding-top: 55%;
padding-left: 35%;
padding-bottom: 10%;
padding-right: 35%;
text-align: center;
}







  img.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
    
    
  }


.s-e8e2e07b-712d-48b2-ac50-362d480d2941 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shg-align-container {
  text-align: center
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
    
    
  }


.s-e8e2e07b-712d-48b2-ac50-362d480d2941 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shg-align-container {
  text-align: center
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
    
    
  }


.s-e8e2e07b-712d-48b2-ac50-362d480d2941 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shg-align-container {
  text-align: center
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
    
    
  }


.s-e8e2e07b-712d-48b2-ac50-362d480d2941 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shg-align-container {
  text-align: center
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
    
    
  }


.s-e8e2e07b-712d-48b2-ac50-362d480d2941 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shg-align-container {
  text-align: center
}

.s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e2e07b-712d-48b2-ac50-362d480d2941.shogun-image {
  box-sizing: border-box;
}


}
#s-316325fa-a8ab-42cd-99d1-c9be9f77f555 {
  margin-top: -50%;
margin-bottom: 0%;
padding-top: 55%;
padding-left: 35%;
padding-bottom: 10%;
padding-right: 35%;
text-align: center;
}







  img.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
    
    
  }


.s-316325fa-a8ab-42cd-99d1-c9be9f77f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shg-align-container {
  text-align: center
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
    
    
  }


.s-316325fa-a8ab-42cd-99d1-c9be9f77f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shg-align-container {
  text-align: center
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
  box-sizing: border-box;
}


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





  img.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
    
    
  }


.s-316325fa-a8ab-42cd-99d1-c9be9f77f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shg-align-container {
  text-align: center
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
  box-sizing: border-box;
}


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





  img.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
    
    
  }


.s-316325fa-a8ab-42cd-99d1-c9be9f77f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shg-align-container {
  text-align: center
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
  box-sizing: border-box;
}


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





  img.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
    
    
  }


.s-316325fa-a8ab-42cd-99d1-c9be9f77f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shg-align-container {
  text-align: center
}

.s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316325fa-a8ab-42cd-99d1-c9be9f77f555.shogun-image {
  box-sizing: border-box;
}


}
#s-d869eb79-636e-4af8-b811-9573206557bb {
  margin-top: -50%;
margin-bottom: 0%;
padding-top: 55%;
padding-left: 35%;
padding-bottom: 10%;
padding-right: 35%;
text-align: center;
}







  img.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
    
    
  }


.s-d869eb79-636e-4af8-b811-9573206557bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shg-align-container {
  text-align: center
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
    
    
  }


.s-d869eb79-636e-4af8-b811-9573206557bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shg-align-container {
  text-align: center
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
    
    
  }


.s-d869eb79-636e-4af8-b811-9573206557bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shg-align-container {
  text-align: center
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
    
    
  }


.s-d869eb79-636e-4af8-b811-9573206557bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shg-align-container {
  text-align: center
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
    
    
  }


.s-d869eb79-636e-4af8-b811-9573206557bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shg-align-container {
  text-align: center
}

.s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869eb79-636e-4af8-b811-9573206557bb.shogun-image {
  box-sizing: border-box;
}


}
#s-210cdcad-de75-4724-bae9-ae871c4f5f23 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-210cdcad-de75-4724-bae9-ae871c4f5f23 {
  display: none;
}
#s-210cdcad-de75-4724-bae9-ae871c4f5f23, #wrap-s-210cdcad-de75-4724-bae9-ae871c4f5f23 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-210cdcad-de75-4724-bae9-ae871c4f5f23 {
  display: none;
}
#s-210cdcad-de75-4724-bae9-ae871c4f5f23, #wrap-s-210cdcad-de75-4724-bae9-ae871c4f5f23 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-210cdcad-de75-4724-bae9-ae871c4f5f23 {
  display: none;
}
#s-210cdcad-de75-4724-bae9-ae871c4f5f23, #wrap-s-210cdcad-de75-4724-bae9-ae871c4f5f23 { display:none !important; }}@media (max-width: 767px){#s-210cdcad-de75-4724-bae9-ae871c4f5f23 {
  display: none;
}
#s-210cdcad-de75-4724-bae9-ae871c4f5f23, #wrap-s-210cdcad-de75-4724-bae9-ae871c4f5f23 { display:none !important; }}







#s-210cdcad-de75-4724-bae9-ae871c4f5f23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-210cdcad-de75-4724-bae9-ae871c4f5f23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5ee03fc-f7ed-4246-8721-21dcb17716e7 {
  margin-left: 70px;
margin-right: 70px;
}
@media (min-width: 1200px){#s-a5ee03fc-f7ed-4246-8721-21dcb17716e7 {
  display: none;
}
#s-a5ee03fc-f7ed-4246-8721-21dcb17716e7, #wrap-s-a5ee03fc-f7ed-4246-8721-21dcb17716e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5ee03fc-f7ed-4246-8721-21dcb17716e7 {
  display: none;
}
#s-a5ee03fc-f7ed-4246-8721-21dcb17716e7, #wrap-s-a5ee03fc-f7ed-4246-8721-21dcb17716e7 { display:none !important; }}@media (max-width: 767px){#s-a5ee03fc-f7ed-4246-8721-21dcb17716e7 {
  display: none;
}
#s-a5ee03fc-f7ed-4246-8721-21dcb17716e7, #wrap-s-a5ee03fc-f7ed-4246-8721-21dcb17716e7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a5ee03fc-f7ed-4246-8721-21dcb17716e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5ee03fc-f7ed-4246-8721-21dcb17716e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-a5ee03fc-f7ed-4246-8721-21dcb17716e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-a5ee03fc-f7ed-4246-8721-21dcb17716e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-f7fcb43c-da17-4540-9f20-510379f16119 {
  margin-top: -50%;
padding-top: 55%;
padding-left: 35%;
padding-bottom: 10%;
padding-right: 35%;
text-align: center;
}







  img.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
    
    
  }


.s-f7fcb43c-da17-4540-9f20-510379f16119 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shg-align-container {
  text-align: center
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
    
    
  }


.s-f7fcb43c-da17-4540-9f20-510379f16119 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shg-align-container {
  text-align: center
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
    
    
  }


.s-f7fcb43c-da17-4540-9f20-510379f16119 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shg-align-container {
  text-align: center
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
    
    
  }


.s-f7fcb43c-da17-4540-9f20-510379f16119 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shg-align-container {
  text-align: center
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
    
    
  }


.s-f7fcb43c-da17-4540-9f20-510379f16119 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shg-align-container {
  text-align: center
}

.s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fcb43c-da17-4540-9f20-510379f16119.shogun-image {
  box-sizing: border-box;
}


}
#s-697703ae-ee99-4ae9-9199-66b592b7f9e3 {
  margin-top: -50%;
margin-bottom: 0%;
padding-top: 55%;
padding-left: 35%;
padding-bottom: 10%;
padding-right: 35%;
text-align: center;
}







  img.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
    
    
  }


.s-697703ae-ee99-4ae9-9199-66b592b7f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shg-align-container {
  text-align: center
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
    
    
  }


.s-697703ae-ee99-4ae9-9199-66b592b7f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shg-align-container {
  text-align: center
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
    
    
  }


.s-697703ae-ee99-4ae9-9199-66b592b7f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shg-align-container {
  text-align: center
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
    
    
  }


.s-697703ae-ee99-4ae9-9199-66b592b7f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shg-align-container {
  text-align: center
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
    
    
  }


.s-697703ae-ee99-4ae9-9199-66b592b7f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shg-align-container {
  text-align: center
}

.s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-697703ae-ee99-4ae9-9199-66b592b7f9e3.shogun-image {
  box-sizing: border-box;
}


}
#s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a {
  margin-top: -50%;
margin-bottom: 0%;
padding-top: 55%;
padding-left: 35%;
padding-bottom: 10%;
padding-right: 35%;
text-align: center;
}







  img.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
    
    
  }


.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shg-align-container {
  text-align: center
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
    
    
  }


.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shg-align-container {
  text-align: center
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
    
    
  }


.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shg-align-container {
  text-align: center
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
    
    
  }


.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shg-align-container {
  text-align: center
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
    
    
  }


.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shg-align-container {
  text-align: center
}

.s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b6bcf5e-bc51-41f0-87b8-3e8988ed220a.shogun-image {
  box-sizing: border-box;
}


}
#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 {
  display: none;
}
#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353, #wrap-s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 {
  display: none;
}
#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353, #wrap-s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 {
  display: none;
}
#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353, #wrap-s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 { display:none !important; }}@media (max-width: 767px){#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 {
  display: none;
}
#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353, #wrap-s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 { display:none !important; }}







#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eec9f4e0-e0b3-4f94-bc4f-7e4ac4927353.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a43420a0-1efe-4f9a-99c7-6726623eae26 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-a43420a0-1efe-4f9a-99c7-6726623eae26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a43420a0-1efe-4f9a-99c7-6726623eae26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-a43420a0-1efe-4f9a-99c7-6726623eae26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-a43420a0-1efe-4f9a-99c7-6726623eae26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-e492e840-26f4-41c9-81c9-e95ce1255f46 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e492e840-26f4-41c9-81c9-e95ce1255f46 {
  display: none;
}
#s-e492e840-26f4-41c9-81c9-e95ce1255f46, #wrap-s-e492e840-26f4-41c9-81c9-e95ce1255f46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e492e840-26f4-41c9-81c9-e95ce1255f46 {
  display: none;
}
#s-e492e840-26f4-41c9-81c9-e95ce1255f46, #wrap-s-e492e840-26f4-41c9-81c9-e95ce1255f46 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e492e840-26f4-41c9-81c9-e95ce1255f46 {
  display: none;
}
#s-e492e840-26f4-41c9-81c9-e95ce1255f46, #wrap-s-e492e840-26f4-41c9-81c9-e95ce1255f46 { display:none !important; }}@media (max-width: 767px){#s-e492e840-26f4-41c9-81c9-e95ce1255f46 {
  display: none;
}
#s-e492e840-26f4-41c9-81c9-e95ce1255f46, #wrap-s-e492e840-26f4-41c9-81c9-e95ce1255f46 { display:none !important; }}







#s-e492e840-26f4-41c9-81c9-e95ce1255f46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e492e840-26f4-41c9-81c9-e95ce1255f46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-892d0cdc-237f-46d6-b405-bc1d3f2388eb {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-892d0cdc-237f-46d6-b405-bc1d3f2388eb {
  display: none;
}
#s-892d0cdc-237f-46d6-b405-bc1d3f2388eb, #wrap-s-892d0cdc-237f-46d6-b405-bc1d3f2388eb { display:none !important; }}@media (max-width: 767px){#s-892d0cdc-237f-46d6-b405-bc1d3f2388eb {
  display: none;
}
#s-892d0cdc-237f-46d6-b405-bc1d3f2388eb, #wrap-s-892d0cdc-237f-46d6-b405-bc1d3f2388eb { display:none !important; }}







#s-892d0cdc-237f-46d6-b405-bc1d3f2388eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-892d0cdc-237f-46d6-b405-bc1d3f2388eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8be1189-66f9-4417-b33d-22264e4027ab {
  margin-left: 15px;
margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8be1189-66f9-4417-b33d-22264e4027ab {
  
}
}@media (max-width: 767px){#s-c8be1189-66f9-4417-b33d-22264e4027ab {
  display: none;
}
#s-c8be1189-66f9-4417-b33d-22264e4027ab, #wrap-s-c8be1189-66f9-4417-b33d-22264e4027ab { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8be1189-66f9-4417-b33d-22264e4027ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8be1189-66f9-4417-b33d-22264e4027ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c8be1189-66f9-4417-b33d-22264e4027ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c8be1189-66f9-4417-b33d-22264e4027ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

}

.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-c3c44fbb-40f3-4623-bbc0-7a00a84d6ae7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c3c44fbb-40f3-4623-bbc0-7a00a84d6ae7 {
  
}
}






  #s-c3c44fbb-40f3-4623-bbc0-7a00a84d6ae7 img.shogun-image {
    

    
    
    
  }


#s-c3c44fbb-40f3-4623-bbc0-7a00a84d6ae7 .shogun-image-content {
  
    align-items: center;
  
}

#s-18d4046e-0b0e-4bd4-a359-4b2e6f906586 {
  max-width: 1584px;
aspect-ratio: 1584/1980;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-18d4046e-0b0e-4bd4-a359-4b2e6f906586 {
  
}
}




  #s-18d4046e-0b0e-4bd4-a359-4b2e6f906586 img.shogun-image,
  #s-18d4046e-0b0e-4bd4-a359-4b2e6f906586 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18d4046e-0b0e-4bd4-a359-4b2e6f906586 {
    width: 100%;
    height: auto;
  }



  #s-18d4046e-0b0e-4bd4-a359-4b2e6f906586 img.shogun-image {
    

    
    
    
  }


#s-18d4046e-0b0e-4bd4-a359-4b2e6f906586 .shogun-image-content {
  
    align-items: center;
  
}

#s-72f2f13a-99c4-427a-a2e2-488817c322b9 {
  max-width: 1500px;
aspect-ratio: 1500/1875;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-72f2f13a-99c4-427a-a2e2-488817c322b9 {
  
}
}




  #s-72f2f13a-99c4-427a-a2e2-488817c322b9 img.shogun-image,
  #s-72f2f13a-99c4-427a-a2e2-488817c322b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72f2f13a-99c4-427a-a2e2-488817c322b9 {
    width: 100%;
    height: auto;
  }



  #s-72f2f13a-99c4-427a-a2e2-488817c322b9 img.shogun-image {
    

    
    
    
  }


#s-72f2f13a-99c4-427a-a2e2-488817c322b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2841054-18be-4827-b0f0-299c74bd8ef7 {
  min-height: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2841054-18be-4827-b0f0-299c74bd8ef7 {
  display: none;
}
#s-c2841054-18be-4827-b0f0-299c74bd8ef7, #wrap-s-c2841054-18be-4827-b0f0-299c74bd8ef7 { display:none !important; }}@media (max-width: 767px){#s-c2841054-18be-4827-b0f0-299c74bd8ef7 {
  display: none;
}
#s-c2841054-18be-4827-b0f0-299c74bd8ef7, #wrap-s-c2841054-18be-4827-b0f0-299c74bd8ef7 { display:none !important; }}







#s-c2841054-18be-4827-b0f0-299c74bd8ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2841054-18be-4827-b0f0-299c74bd8ef7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26130b43-e46e-4e9b-b50c-b8eff5e62e88 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-26130b43-e46e-4e9b-b50c-b8eff5e62e88 {
  display: none;
}
#s-26130b43-e46e-4e9b-b50c-b8eff5e62e88, #wrap-s-26130b43-e46e-4e9b-b50c-b8eff5e62e88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26130b43-e46e-4e9b-b50c-b8eff5e62e88 {
  display: none;
}
#s-26130b43-e46e-4e9b-b50c-b8eff5e62e88, #wrap-s-26130b43-e46e-4e9b-b50c-b8eff5e62e88 { display:none !important; }}@media (max-width: 767px){#s-26130b43-e46e-4e9b-b50c-b8eff5e62e88 {
  display: none;
}
#s-26130b43-e46e-4e9b-b50c-b8eff5e62e88, #wrap-s-26130b43-e46e-4e9b-b50c-b8eff5e62e88 { display:none !important; }}







#s-26130b43-e46e-4e9b-b50c-b8eff5e62e88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26130b43-e46e-4e9b-b50c-b8eff5e62e88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-2c5015f8-7422-4584-869f-6e2a5abb2b69 {
  display: none;
}
#s-2c5015f8-7422-4584-869f-6e2a5abb2b69, #wrap-s-2c5015f8-7422-4584-869f-6e2a5abb2b69 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2c5015f8-7422-4584-869f-6e2a5abb2b69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c5015f8-7422-4584-869f-6e2a5abb2b69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c5015f8-7422-4584-869f-6e2a5abb2b69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c5015f8-7422-4584-869f-6e2a5abb2b69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9397255c-988b-4663-8950-ea96487db957 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9397255c-988b-4663-8950-ea96487db957:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9397255c-988b-4663-8950-ea96487db957:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9397255c-988b-4663-8950-ea96487db957-root {
    text-align: center;
  }


#s-9397255c-988b-4663-8950-ea96487db957.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9397255c-988b-4663-8950-ea96487db957-root {
    text-align: center;
  }


#s-9397255c-988b-4663-8950-ea96487db957.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9397255c-988b-4663-8950-ea96487db957-root {
    text-align: center;
  }


#s-9397255c-988b-4663-8950-ea96487db957.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9397255c-988b-4663-8950-ea96487db957-root {
    text-align: center;
  }


#s-9397255c-988b-4663-8950-ea96487db957.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9397255c-988b-4663-8950-ea96487db957-root {
    text-align: center;
  }


#s-9397255c-988b-4663-8950-ea96487db957.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-22ecda95-6e83-4295-8422-c0b6956144b2 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22ecda95-6e83-4295-8422-c0b6956144b2 {
  display: none;
}
#s-22ecda95-6e83-4295-8422-c0b6956144b2, #wrap-s-22ecda95-6e83-4295-8422-c0b6956144b2 { display:none !important; }}@media (max-width: 767px){#s-22ecda95-6e83-4295-8422-c0b6956144b2 {
  display: none;
}
#s-22ecda95-6e83-4295-8422-c0b6956144b2, #wrap-s-22ecda95-6e83-4295-8422-c0b6956144b2 { display:none !important; }}







#s-22ecda95-6e83-4295-8422-c0b6956144b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22ecda95-6e83-4295-8422-c0b6956144b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ead8b8da-b147-4ea1-8335-75f5484bc441 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ead8b8da-b147-4ea1-8335-75f5484bc441 {
  display: none;
}
#s-ead8b8da-b147-4ea1-8335-75f5484bc441, #wrap-s-ead8b8da-b147-4ea1-8335-75f5484bc441 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ead8b8da-b147-4ea1-8335-75f5484bc441 {
  display: none;
}
#s-ead8b8da-b147-4ea1-8335-75f5484bc441, #wrap-s-ead8b8da-b147-4ea1-8335-75f5484bc441 { display:none !important; }}@media (max-width: 767px){#s-ead8b8da-b147-4ea1-8335-75f5484bc441 {
  display: none;
}
#s-ead8b8da-b147-4ea1-8335-75f5484bc441, #wrap-s-ead8b8da-b147-4ea1-8335-75f5484bc441 { display:none !important; }}







#s-ead8b8da-b147-4ea1-8335-75f5484bc441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ead8b8da-b147-4ea1-8335-75f5484bc441.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a {
  display: none;
}
#s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a, #wrap-s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a {
  display: none;
}
#s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a, #wrap-s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a {
  display: none;
}
#s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a, #wrap-s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a { display:none !important; }}







#s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bf29eff-86ed-48bf-bd31-7c9fc3313f7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 {
  display: none;
}
#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9, #wrap-s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 {
  display: none;
}
#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9, #wrap-s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 {
  display: none;
}
#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9, #wrap-s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 { display:none !important; }}@media (max-width: 767px){#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 {
  display: none;
}
#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9, #wrap-s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 { display:none !important; }}







#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4359db1f-6a48-45c9-8a52-8ed5fe2f77a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7 {
  margin-left: 12.5px;
margin-right: 12.5px;
}
@media (min-width: 1200px){#s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7 {
  display: none;
}
#s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7, #wrap-s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7 {
  display: none;
}
#s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7, #wrap-s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7 {
  display: none;
}
#s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7, #wrap-s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7 { display:none !important; }}@media (max-width: 767px){#s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7 {
  
}
}
@media (min-width: 0px) {
[id="s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.25px);
}

}

@media (min-width: 768px) {
[id="s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.25px);
}

}

@media (min-width: 992px) {
[id="s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.25px);
}

}

@media (min-width: 1200px) {
[id="s-9ec4e827-eb98-4c4d-ac01-dc14cf41ccb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.25px);
}

}

#s-c362a713-4f9a-4a75-8783-01a6809922ac {
  max-width: 2000px;
aspect-ratio: 2000/2500;
text-align: center;
}





  #s-c362a713-4f9a-4a75-8783-01a6809922ac img.shogun-image,
  #s-c362a713-4f9a-4a75-8783-01a6809922ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c362a713-4f9a-4a75-8783-01a6809922ac {
    width: 100%;
    height: auto;
  }



  img.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
    
    
  }


.s-c362a713-4f9a-4a75-8783-01a6809922ac .shogun-image-content {
  
    align-items: center;
  
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shg-align-container {
  text-align: center
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c362a713-4f9a-4a75-8783-01a6809922ac img.shogun-image,
  #s-c362a713-4f9a-4a75-8783-01a6809922ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c362a713-4f9a-4a75-8783-01a6809922ac {
    width: 100%;
    height: auto;
  }



  img.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
    
    
  }


.s-c362a713-4f9a-4a75-8783-01a6809922ac .shogun-image-content {
  
    align-items: center;
  
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shg-align-container {
  text-align: center
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
  box-sizing: border-box;
}


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



  #s-c362a713-4f9a-4a75-8783-01a6809922ac img.shogun-image,
  #s-c362a713-4f9a-4a75-8783-01a6809922ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c362a713-4f9a-4a75-8783-01a6809922ac {
    width: 100%;
    height: auto;
  }



  img.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
    
    
  }


.s-c362a713-4f9a-4a75-8783-01a6809922ac .shogun-image-content {
  
    align-items: center;
  
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shg-align-container {
  text-align: center
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
  box-sizing: border-box;
}


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



  #s-c362a713-4f9a-4a75-8783-01a6809922ac img.shogun-image,
  #s-c362a713-4f9a-4a75-8783-01a6809922ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c362a713-4f9a-4a75-8783-01a6809922ac {
    width: 100%;
    height: auto;
  }



  img.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
    
    
  }


.s-c362a713-4f9a-4a75-8783-01a6809922ac .shogun-image-content {
  
    align-items: center;
  
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shg-align-container {
  text-align: center
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
  box-sizing: border-box;
}


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



  #s-c362a713-4f9a-4a75-8783-01a6809922ac img.shogun-image,
  #s-c362a713-4f9a-4a75-8783-01a6809922ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c362a713-4f9a-4a75-8783-01a6809922ac {
    width: 100%;
    height: auto;
  }



  img.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
    
    
  }


.s-c362a713-4f9a-4a75-8783-01a6809922ac .shogun-image-content {
  
    align-items: center;
  
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shg-align-container {
  text-align: center
}

.s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362a713-4f9a-4a75-8783-01a6809922ac.shogun-image {
  box-sizing: border-box;
}


}
#s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 {
  max-width: 2000px;
aspect-ratio: 2000/2500;
text-align: center;
}





  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 img.shogun-image,
  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 {
    width: 100%;
    height: auto;
  }



  img.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
    
    
  }


.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shg-align-container {
  text-align: center
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 img.shogun-image,
  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 {
    width: 100%;
    height: auto;
  }



  img.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
    
    
  }


.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shg-align-container {
  text-align: center
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
  box-sizing: border-box;
}


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



  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 img.shogun-image,
  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 {
    width: 100%;
    height: auto;
  }



  img.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
    
    
  }


.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shg-align-container {
  text-align: center
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
  box-sizing: border-box;
}


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



  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 img.shogun-image,
  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 {
    width: 100%;
    height: auto;
  }



  img.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
    
    
  }


.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shg-align-container {
  text-align: center
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
  box-sizing: border-box;
}


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



  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 img.shogun-image,
  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 {
    width: 100%;
    height: auto;
  }



  img.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
    
    
  }


.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shg-align-container {
  text-align: center
}

.s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6fda93-cf05-464d-9119-ce8dfaeedc01.shogun-image {
  box-sizing: border-box;
}


}
#s-647d7791-9ae7-42c4-899b-65d266146b82 {
  min-height: 12.5px;
}
@media (min-width: 1200px){#s-647d7791-9ae7-42c4-899b-65d266146b82 {
  display: none;
}
#s-647d7791-9ae7-42c4-899b-65d266146b82, #wrap-s-647d7791-9ae7-42c4-899b-65d266146b82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-647d7791-9ae7-42c4-899b-65d266146b82 {
  display: none;
}
#s-647d7791-9ae7-42c4-899b-65d266146b82, #wrap-s-647d7791-9ae7-42c4-899b-65d266146b82 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-647d7791-9ae7-42c4-899b-65d266146b82 {
  display: none;
}
#s-647d7791-9ae7-42c4-899b-65d266146b82, #wrap-s-647d7791-9ae7-42c4-899b-65d266146b82 { display:none !important; }}







#s-647d7791-9ae7-42c4-899b-65d266146b82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-647d7791-9ae7-42c4-899b-65d266146b82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf {
  margin-left: 12.5px;
margin-right: 12.5px;
}
@media (min-width: 1200px){#s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf {
  display: none;
}
#s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf, #wrap-s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf {
  display: none;
}
#s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf, #wrap-s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf {
  display: none;
}
#s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf, #wrap-s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf { display:none !important; }}@media (max-width: 767px){#s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf {
  
}
}
@media (min-width: 0px) {
[id="s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.25px);
}

}

@media (min-width: 768px) {
[id="s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.25px);
}

}

@media (min-width: 992px) {
[id="s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.25px);
}

}

@media (min-width: 1200px) {
[id="s-57684a3d-5ffc-422b-8dc9-9aa8cf8b53cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.25px);
}

}

#s-70255225-4a68-4312-b2a1-6447be8ffecf {
  text-align: center;
}







  img.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
    
    
  }


.s-70255225-4a68-4312-b2a1-6447be8ffecf .shogun-image-content {
  
    align-items: center;
  
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shg-align-container {
  text-align: center
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
    
    
  }


.s-70255225-4a68-4312-b2a1-6447be8ffecf .shogun-image-content {
  
    align-items: center;
  
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shg-align-container {
  text-align: center
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
    
    
  }


.s-70255225-4a68-4312-b2a1-6447be8ffecf .shogun-image-content {
  
    align-items: center;
  
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shg-align-container {
  text-align: center
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
    
    
  }


.s-70255225-4a68-4312-b2a1-6447be8ffecf .shogun-image-content {
  
    align-items: center;
  
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shg-align-container {
  text-align: center
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
    
    
  }


.s-70255225-4a68-4312-b2a1-6447be8ffecf .shogun-image-content {
  
    align-items: center;
  
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shg-align-container {
  text-align: center
}

.s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70255225-4a68-4312-b2a1-6447be8ffecf.shogun-image {
  box-sizing: border-box;
}


}
#s-59fc0c2b-3708-49a9-a512-ff856cdd856e {
  max-width: 1584px;
aspect-ratio: 1584/1980;
text-align: center;
}





  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e img.shogun-image,
  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e {
    width: 100%;
    height: auto;
  }



  img.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
    
    
  }


.s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shogun-image-content {
  
    align-items: center;
  
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shg-align-container {
  text-align: center
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e img.shogun-image,
  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e {
    width: 100%;
    height: auto;
  }



  img.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
    
    
  }


.s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shogun-image-content {
  
    align-items: center;
  
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shg-align-container {
  text-align: center
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
  box-sizing: border-box;
}


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



  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e img.shogun-image,
  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e {
    width: 100%;
    height: auto;
  }



  img.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
    
    
  }


.s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shogun-image-content {
  
    align-items: center;
  
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shg-align-container {
  text-align: center
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
  box-sizing: border-box;
}


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



  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e img.shogun-image,
  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e {
    width: 100%;
    height: auto;
  }



  img.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
    
    
  }


.s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shogun-image-content {
  
    align-items: center;
  
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shg-align-container {
  text-align: center
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
  box-sizing: border-box;
}


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



  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e img.shogun-image,
  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59fc0c2b-3708-49a9-a512-ff856cdd856e {
    width: 100%;
    height: auto;
  }



  img.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
    
    
  }


.s-59fc0c2b-3708-49a9-a512-ff856cdd856e .shogun-image-content {
  
    align-items: center;
  
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shg-align-container {
  text-align: center
}

.s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59fc0c2b-3708-49a9-a512-ff856cdd856e.shogun-image {
  box-sizing: border-box;
}


}
#s-876cd87d-f190-42e5-9666-d01ec12dffba {
  min-height: 12.5px;
}
@media (min-width: 1200px){#s-876cd87d-f190-42e5-9666-d01ec12dffba {
  display: none;
}
#s-876cd87d-f190-42e5-9666-d01ec12dffba, #wrap-s-876cd87d-f190-42e5-9666-d01ec12dffba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-876cd87d-f190-42e5-9666-d01ec12dffba {
  display: none;
}
#s-876cd87d-f190-42e5-9666-d01ec12dffba, #wrap-s-876cd87d-f190-42e5-9666-d01ec12dffba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-876cd87d-f190-42e5-9666-d01ec12dffba {
  display: none;
}
#s-876cd87d-f190-42e5-9666-d01ec12dffba, #wrap-s-876cd87d-f190-42e5-9666-d01ec12dffba { display:none !important; }}







#s-876cd87d-f190-42e5-9666-d01ec12dffba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-876cd87d-f190-42e5-9666-d01ec12dffba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bbc2a4a-6269-448b-95d5-c9483e2c6413 {
  margin-left: 12.5px;
margin-right: 12.5px;
}
@media (min-width: 1200px){#s-9bbc2a4a-6269-448b-95d5-c9483e2c6413 {
  display: none;
}
#s-9bbc2a4a-6269-448b-95d5-c9483e2c6413, #wrap-s-9bbc2a4a-6269-448b-95d5-c9483e2c6413 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bbc2a4a-6269-448b-95d5-c9483e2c6413 {
  display: none;
}
#s-9bbc2a4a-6269-448b-95d5-c9483e2c6413, #wrap-s-9bbc2a4a-6269-448b-95d5-c9483e2c6413 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bbc2a4a-6269-448b-95d5-c9483e2c6413 {
  display: none;
}
#s-9bbc2a4a-6269-448b-95d5-c9483e2c6413, #wrap-s-9bbc2a4a-6269-448b-95d5-c9483e2c6413 { display:none !important; }}@media (max-width: 767px){#s-9bbc2a4a-6269-448b-95d5-c9483e2c6413 {
  
}
}
@media (min-width: 0px) {
[id="s-9bbc2a4a-6269-448b-95d5-c9483e2c6413"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.25px);
}

}

@media (min-width: 768px) {
[id="s-9bbc2a4a-6269-448b-95d5-c9483e2c6413"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.25px);
}

}

@media (min-width: 992px) {
[id="s-9bbc2a4a-6269-448b-95d5-c9483e2c6413"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.25px);
}

}

@media (min-width: 1200px) {
[id="s-9bbc2a4a-6269-448b-95d5-c9483e2c6413"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.25px);
}

}

#s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 {
  max-width: 1500px;
aspect-ratio: 1500/1875;
text-align: center;
}





  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 img.shogun-image,
  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 {
    width: 100%;
    height: auto;
  }



  img.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
    
    
  }


.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shg-align-container {
  text-align: center
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 img.shogun-image,
  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 {
    width: 100%;
    height: auto;
  }



  img.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
    
    
  }


.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shg-align-container {
  text-align: center
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
  box-sizing: border-box;
}


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



  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 img.shogun-image,
  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 {
    width: 100%;
    height: auto;
  }



  img.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
    
    
  }


.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shg-align-container {
  text-align: center
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
  box-sizing: border-box;
}


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



  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 img.shogun-image,
  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 {
    width: 100%;
    height: auto;
  }



  img.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
    
    
  }


.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shg-align-container {
  text-align: center
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
  box-sizing: border-box;
}


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



  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 img.shogun-image,
  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 {
    width: 100%;
    height: auto;
  }



  img.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
    
    
  }


.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shg-align-container {
  text-align: center
}

.s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-068ec0ee-dfb8-4502-a4be-46d2e69e3d75.shogun-image {
  box-sizing: border-box;
}


}
#s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 {
  max-width: 1500px;
aspect-ratio: 1500/1875;
text-align: center;
}





  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 img.shogun-image,
  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 {
    width: 100%;
    height: auto;
  }



  img.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
    
    
  }


.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shg-align-container {
  text-align: center
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 img.shogun-image,
  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 {
    width: 100%;
    height: auto;
  }



  img.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
    
    
  }


.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shg-align-container {
  text-align: center
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
  box-sizing: border-box;
}


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



  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 img.shogun-image,
  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 {
    width: 100%;
    height: auto;
  }



  img.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
    
    
  }


.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shg-align-container {
  text-align: center
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
  box-sizing: border-box;
}


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



  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 img.shogun-image,
  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 {
    width: 100%;
    height: auto;
  }



  img.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
    
    
  }


.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shg-align-container {
  text-align: center
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
  box-sizing: border-box;
}


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



  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 img.shogun-image,
  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 {
    width: 100%;
    height: auto;
  }



  img.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
    
    
  }


.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shg-align-container {
  text-align: center
}

.s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd2b290-ae0f-4bdb-93e7-f5f2e6eee217.shogun-image {
  box-sizing: border-box;
}


}
#s-510099c0-d52d-4e1d-b705-b8512a883ddf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-510099c0-d52d-4e1d-b705-b8512a883ddf {
  display: none;
}
#s-510099c0-d52d-4e1d-b705-b8512a883ddf, #wrap-s-510099c0-d52d-4e1d-b705-b8512a883ddf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-510099c0-d52d-4e1d-b705-b8512a883ddf {
  display: none;
}
#s-510099c0-d52d-4e1d-b705-b8512a883ddf, #wrap-s-510099c0-d52d-4e1d-b705-b8512a883ddf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-510099c0-d52d-4e1d-b705-b8512a883ddf {
  display: none;
}
#s-510099c0-d52d-4e1d-b705-b8512a883ddf, #wrap-s-510099c0-d52d-4e1d-b705-b8512a883ddf { display:none !important; }}







#s-510099c0-d52d-4e1d-b705-b8512a883ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-510099c0-d52d-4e1d-b705-b8512a883ddf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd {
  display: none;
}
#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd, #wrap-s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd {
  display: none;
}
#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd, #wrap-s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd {
  display: none;
}
#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd, #wrap-s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd { display:none !important; }}

  #s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd-root {
    text-align: center;
  }


#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd-root {
    text-align: center;
  }


#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd-root {
    text-align: center;
  }


#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd-root {
    text-align: center;
  }


#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd-root {
    text-align: center;
  }


#s-7d8e46c9-3f88-4d13-90f1-02bcb9c6cffd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-20cda8b4-ebc6-48d1-b29e-54464b45de0b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-20cda8b4-ebc6-48d1-b29e-54464b45de0b {
  display: none;
}
#s-20cda8b4-ebc6-48d1-b29e-54464b45de0b, #wrap-s-20cda8b4-ebc6-48d1-b29e-54464b45de0b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20cda8b4-ebc6-48d1-b29e-54464b45de0b {
  display: none;
}
#s-20cda8b4-ebc6-48d1-b29e-54464b45de0b, #wrap-s-20cda8b4-ebc6-48d1-b29e-54464b45de0b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20cda8b4-ebc6-48d1-b29e-54464b45de0b {
  display: none;
}
#s-20cda8b4-ebc6-48d1-b29e-54464b45de0b, #wrap-s-20cda8b4-ebc6-48d1-b29e-54464b45de0b { display:none !important; }}







#s-20cda8b4-ebc6-48d1-b29e-54464b45de0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20cda8b4-ebc6-48d1-b29e-54464b45de0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9655514e-6792-447c-812b-a2620e4dab67 {
  min-height: 50px;
}








#s-9655514e-6792-447c-812b-a2620e4dab67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9655514e-6792-447c-812b-a2620e4dab67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a33c7bf-5871-4e29-93b5-7804d15a09d1 {
  min-height: 50px;
}








#s-7a33c7bf-5871-4e29-93b5-7804d15a09d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a33c7bf-5871-4e29-93b5-7804d15a09d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-775cb652-7479-41bd-be80-1c737dc5b596 {
  text-align: left;
}

#s-8a0a4ac8-3e2c-440d-810c-b1b70f128a0c {
  min-height: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a0a4ac8-3e2c-440d-810c-b1b70f128a0c {
  display: none;
}
#s-8a0a4ac8-3e2c-440d-810c-b1b70f128a0c, #wrap-s-8a0a4ac8-3e2c-440d-810c-b1b70f128a0c { display:none !important; }}@media (max-width: 767px){#s-8a0a4ac8-3e2c-440d-810c-b1b70f128a0c {
  display: none;
}
#s-8a0a4ac8-3e2c-440d-810c-b1b70f128a0c, #wrap-s-8a0a4ac8-3e2c-440d-810c-b1b70f128a0c { display:none !important; }}







#s-8a0a4ac8-3e2c-440d-810c-b1b70f128a0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a0a4ac8-3e2c-440d-810c-b1b70f128a0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93ca8701-1409-4304-8e08-4833c0ee84b2 {
  min-height: 75px;
}
@media (min-width: 1200px){#s-93ca8701-1409-4304-8e08-4833c0ee84b2 {
  display: none;
}
#s-93ca8701-1409-4304-8e08-4833c0ee84b2, #wrap-s-93ca8701-1409-4304-8e08-4833c0ee84b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93ca8701-1409-4304-8e08-4833c0ee84b2 {
  display: none;
}
#s-93ca8701-1409-4304-8e08-4833c0ee84b2, #wrap-s-93ca8701-1409-4304-8e08-4833c0ee84b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93ca8701-1409-4304-8e08-4833c0ee84b2 {
  display: none;
}
#s-93ca8701-1409-4304-8e08-4833c0ee84b2, #wrap-s-93ca8701-1409-4304-8e08-4833c0ee84b2 { display:none !important; }}@media (max-width: 767px){#s-93ca8701-1409-4304-8e08-4833c0ee84b2 {
  display: none;
}
#s-93ca8701-1409-4304-8e08-4833c0ee84b2, #wrap-s-93ca8701-1409-4304-8e08-4833c0ee84b2 { display:none !important; }}







#s-93ca8701-1409-4304-8e08-4833c0ee84b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93ca8701-1409-4304-8e08-4833c0ee84b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 {
  display: none;
}
#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09, #wrap-s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 {
  display: none;
}
#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09, #wrap-s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 {
  display: none;
}
#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09, #wrap-s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 { display:none !important; }}@media (max-width: 767px){#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 {
  display: none;
}
#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09, #wrap-s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 { display:none !important; }}







#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eb50cbf-ef30-487b-aa73-9ecfde91ac09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9642521c-6557-42fb-8e33-05c9d8e1b342 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9642521c-6557-42fb-8e33-05c9d8e1b342 {
  display: none;
}
#s-9642521c-6557-42fb-8e33-05c9d8e1b342, #wrap-s-9642521c-6557-42fb-8e33-05c9d8e1b342 { display:none !important; }}







#s-9642521c-6557-42fb-8e33-05c9d8e1b342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9642521c-6557-42fb-8e33-05c9d8e1b342.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-fbc56756-8f05-4569-917f-b41062657b38 {
  display: none;
}
#s-fbc56756-8f05-4569-917f-b41062657b38, #wrap-s-fbc56756-8f05-4569-917f-b41062657b38 { display:none !important; }}@media (max-width: 767px){#s-fbc56756-8f05-4569-917f-b41062657b38 {
  display: none;
}
#s-fbc56756-8f05-4569-917f-b41062657b38, #wrap-s-fbc56756-8f05-4569-917f-b41062657b38 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fbc56756-8f05-4569-917f-b41062657b38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbc56756-8f05-4569-917f-b41062657b38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbc56756-8f05-4569-917f-b41062657b38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fbc56756-8f05-4569-917f-b41062657b38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbc56756-8f05-4569-917f-b41062657b38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbc56756-8f05-4569-917f-b41062657b38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbc56756-8f05-4569-917f-b41062657b38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-37cdc77a-94cc-491b-9b18-0a9c9af88c8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37cdc77a-94cc-491b-9b18-0a9c9af88c8d {
  
}
}@media (max-width: 767px){#s-37cdc77a-94cc-491b-9b18-0a9c9af88c8d {
  display: none;
}
#s-37cdc77a-94cc-491b-9b18-0a9c9af88c8d, #wrap-s-37cdc77a-94cc-491b-9b18-0a9c9af88c8d { display:none !important; }}
#s-484edcd7-7a2d-4b04-a44f-f859773421e5 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-484edcd7-7a2d-4b04-a44f-f859773421e5 {
  display: none;
}
#s-484edcd7-7a2d-4b04-a44f-f859773421e5, #wrap-s-484edcd7-7a2d-4b04-a44f-f859773421e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-484edcd7-7a2d-4b04-a44f-f859773421e5 {
  display: none;
}
#s-484edcd7-7a2d-4b04-a44f-f859773421e5, #wrap-s-484edcd7-7a2d-4b04-a44f-f859773421e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-484edcd7-7a2d-4b04-a44f-f859773421e5 {
  display: none;
}
#s-484edcd7-7a2d-4b04-a44f-f859773421e5, #wrap-s-484edcd7-7a2d-4b04-a44f-f859773421e5 { display:none !important; }}
@media (min-width: 1200px){#s-681450f9-2f5b-469f-a9e8-455f7f39dce4 {
  display: none;
}
#s-681450f9-2f5b-469f-a9e8-455f7f39dce4, #wrap-s-681450f9-2f5b-469f-a9e8-455f7f39dce4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-681450f9-2f5b-469f-a9e8-455f7f39dce4 {
  display: none;
}
#s-681450f9-2f5b-469f-a9e8-455f7f39dce4, #wrap-s-681450f9-2f5b-469f-a9e8-455f7f39dce4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-681450f9-2f5b-469f-a9e8-455f7f39dce4 {
  
}
}@media (max-width: 767px){#s-681450f9-2f5b-469f-a9e8-455f7f39dce4 {
  display: none;
}
#s-681450f9-2f5b-469f-a9e8-455f7f39dce4, #wrap-s-681450f9-2f5b-469f-a9e8-455f7f39dce4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-681450f9-2f5b-469f-a9e8-455f7f39dce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-681450f9-2f5b-469f-a9e8-455f7f39dce4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-681450f9-2f5b-469f-a9e8-455f7f39dce4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-681450f9-2f5b-469f-a9e8-455f7f39dce4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-681450f9-2f5b-469f-a9e8-455f7f39dce4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-681450f9-2f5b-469f-a9e8-455f7f39dce4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-681450f9-2f5b-469f-a9e8-455f7f39dce4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-b60263f7-52b8-4117-bbeb-69bd744f385e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b60263f7-52b8-4117-bbeb-69bd744f385e {
  
}
}@media (max-width: 767px){#s-b60263f7-52b8-4117-bbeb-69bd744f385e {
  display: none;
}
#s-b60263f7-52b8-4117-bbeb-69bd744f385e, #wrap-s-b60263f7-52b8-4117-bbeb-69bd744f385e { display:none !important; }}
#s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20 {
  display: none;
}
#s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20, #wrap-s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20 {
  display: none;
}
#s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20, #wrap-s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20 {
  display: none;
}
#s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20, #wrap-s-2ca891bd-dea8-4d99-a0f7-9b5266c9af20 { display:none !important; }}
#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 {
  display: none;
}
#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1, #wrap-s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 {
  display: none;
}
#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1, #wrap-s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 {
  display: none;
}
#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1, #wrap-s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 { display:none !important; }}@media (max-width: 767px){#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 {
  display: none;
}
#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1, #wrap-s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 { display:none !important; }}







#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d5d9b4d-95f3-4340-9414-d924fe553ca1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-419cbdd7-dff2-4d44-ba81-be9550df66b1 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-419cbdd7-dff2-4d44-ba81-be9550df66b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-419cbdd7-dff2-4d44-ba81-be9550df66b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-419cbdd7-dff2-4d44-ba81-be9550df66b1 {
  
}
}@media (max-width: 767px){#s-419cbdd7-dff2-4d44-ba81-be9550df66b1 {
  display: none;
}
#s-419cbdd7-dff2-4d44-ba81-be9550df66b1, #wrap-s-419cbdd7-dff2-4d44-ba81-be9550df66b1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-419cbdd7-dff2-4d44-ba81-be9550df66b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-419cbdd7-dff2-4d44-ba81-be9550df66b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-419cbdd7-dff2-4d44-ba81-be9550df66b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-419cbdd7-dff2-4d44-ba81-be9550df66b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5b0bb722-23b3-4bd2-9296-7d9944bd0246 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-5b0bb722-23b3-4bd2-9296-7d9944bd0246 img.shogun-image {
    

    
    
    
  }


#s-5b0bb722-23b3-4bd2-9296-7d9944bd0246 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc6e45db-232d-483a-b209-e34c6e3bf3de {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-dc6e45db-232d-483a-b209-e34c6e3bf3de img.shogun-image {
    

    
    
    
  }


#s-dc6e45db-232d-483a-b209-e34c6e3bf3de .shogun-image-content {
  
    align-items: center;
  
}

#s-36fe0197-f000-422d-b035-8ef140a88871 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-36fe0197-f000-422d-b035-8ef140a88871 img.shogun-image {
    

    
    
    
  }


#s-36fe0197-f000-422d-b035-8ef140a88871 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b {
  min-height: 10px;
}
@media (min-width: 1200px){#s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b {
  display: none;
}
#s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b, #wrap-s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b {
  display: none;
}
#s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b, #wrap-s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b { display:none !important; }}@media (max-width: 767px){#s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b {
  display: none;
}
#s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b, #wrap-s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b { display:none !important; }}







#s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fe56bbf-d1ec-451f-a31a-cd69d2a9ea3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf {
  
}
}@media (max-width: 767px){#s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf {
  display: none;
}
#s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf, #wrap-s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf { display:none !important; }}
@media (min-width: 0px) {
[id="s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e5995e5c-c3e6-4bf2-8908-d1665ee2fdbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a0834abe-83e6-403f-a370-047b94e50bd8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a0834abe-83e6-403f-a370-047b94e50bd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0834abe-83e6-403f-a370-047b94e50bd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0834abe-83e6-403f-a370-047b94e50bd8-root {
    text-align: center;
  }


#s-a0834abe-83e6-403f-a370-047b94e50bd8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0834abe-83e6-403f-a370-047b94e50bd8-root {
    text-align: center;
  }


#s-a0834abe-83e6-403f-a370-047b94e50bd8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0834abe-83e6-403f-a370-047b94e50bd8-root {
    text-align: center;
  }


#s-a0834abe-83e6-403f-a370-047b94e50bd8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0834abe-83e6-403f-a370-047b94e50bd8-root {
    text-align: center;
  }


#s-a0834abe-83e6-403f-a370-047b94e50bd8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0834abe-83e6-403f-a370-047b94e50bd8-root {
    text-align: center;
  }


#s-a0834abe-83e6-403f-a370-047b94e50bd8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-146b85d1-8366-49f1-80aa-88b6f8d49a74 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-146b85d1-8366-49f1-80aa-88b6f8d49a74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-146b85d1-8366-49f1-80aa-88b6f8d49a74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-146b85d1-8366-49f1-80aa-88b6f8d49a74-root {
    text-align: center;
  }


#s-146b85d1-8366-49f1-80aa-88b6f8d49a74.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-146b85d1-8366-49f1-80aa-88b6f8d49a74-root {
    text-align: center;
  }


#s-146b85d1-8366-49f1-80aa-88b6f8d49a74.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-146b85d1-8366-49f1-80aa-88b6f8d49a74-root {
    text-align: center;
  }


#s-146b85d1-8366-49f1-80aa-88b6f8d49a74.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-146b85d1-8366-49f1-80aa-88b6f8d49a74-root {
    text-align: center;
  }


#s-146b85d1-8366-49f1-80aa-88b6f8d49a74.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-146b85d1-8366-49f1-80aa-88b6f8d49a74-root {
    text-align: center;
  }


#s-146b85d1-8366-49f1-80aa-88b6f8d49a74.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-3333b4ed-8293-4f1e-8627-8b103bc1e98d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3333b4ed-8293-4f1e-8627-8b103bc1e98d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3333b4ed-8293-4f1e-8627-8b103bc1e98d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3333b4ed-8293-4f1e-8627-8b103bc1e98d-root {
    text-align: center;
  }


#s-3333b4ed-8293-4f1e-8627-8b103bc1e98d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3333b4ed-8293-4f1e-8627-8b103bc1e98d-root {
    text-align: center;
  }


#s-3333b4ed-8293-4f1e-8627-8b103bc1e98d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3333b4ed-8293-4f1e-8627-8b103bc1e98d-root {
    text-align: center;
  }


#s-3333b4ed-8293-4f1e-8627-8b103bc1e98d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3333b4ed-8293-4f1e-8627-8b103bc1e98d-root {
    text-align: center;
  }


#s-3333b4ed-8293-4f1e-8627-8b103bc1e98d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3333b4ed-8293-4f1e-8627-8b103bc1e98d-root {
    text-align: center;
  }


#s-3333b4ed-8293-4f1e-8627-8b103bc1e98d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-17bf4ddd-fa3a-4243-97de-7614611855d4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-17bf4ddd-fa3a-4243-97de-7614611855d4 {
  display: none;
}
#s-17bf4ddd-fa3a-4243-97de-7614611855d4, #wrap-s-17bf4ddd-fa3a-4243-97de-7614611855d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17bf4ddd-fa3a-4243-97de-7614611855d4 {
  display: none;
}
#s-17bf4ddd-fa3a-4243-97de-7614611855d4, #wrap-s-17bf4ddd-fa3a-4243-97de-7614611855d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17bf4ddd-fa3a-4243-97de-7614611855d4 {
  display: none;
}
#s-17bf4ddd-fa3a-4243-97de-7614611855d4, #wrap-s-17bf4ddd-fa3a-4243-97de-7614611855d4 { display:none !important; }}@media (max-width: 767px){#s-17bf4ddd-fa3a-4243-97de-7614611855d4 {
  display: none;
}
#s-17bf4ddd-fa3a-4243-97de-7614611855d4, #wrap-s-17bf4ddd-fa3a-4243-97de-7614611855d4 { display:none !important; }}







#s-17bf4ddd-fa3a-4243-97de-7614611855d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17bf4ddd-fa3a-4243-97de-7614611855d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-531bf107-49cb-4b70-bc8a-bef1ff7e62b9 {
  margin-left: 5px;
margin-right: 5px;
}
@media (max-width: 767px){#s-531bf107-49cb-4b70-bc8a-bef1ff7e62b9 {
  display: none;
}
#s-531bf107-49cb-4b70-bc8a-bef1ff7e62b9, #wrap-s-531bf107-49cb-4b70-bc8a-bef1ff7e62b9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-531bf107-49cb-4b70-bc8a-bef1ff7e62b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-531bf107-49cb-4b70-bc8a-bef1ff7e62b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-531bf107-49cb-4b70-bc8a-bef1ff7e62b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-531bf107-49cb-4b70-bc8a-bef1ff7e62b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-3117870f-8a7f-4083-96dc-c4960d404755 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-3117870f-8a7f-4083-96dc-c4960d404755 img.shogun-image {
    

    
    
    
  }


#s-3117870f-8a7f-4083-96dc-c4960d404755 .shogun-image-content {
  
    align-items: center;
  
}

#s-222331ad-5678-4666-8bc9-7133f40ae530 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-222331ad-5678-4666-8bc9-7133f40ae530 img.shogun-image {
    

    
    
    
  }


#s-222331ad-5678-4666-8bc9-7133f40ae530 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd72be24-6c21-4a36-9609-bb8a536a068c {
  margin-left: 5px;
margin-right: 5px;
}
@media (max-width: 767px){#s-bd72be24-6c21-4a36-9609-bb8a536a068c {
  display: none;
}
#s-bd72be24-6c21-4a36-9609-bb8a536a068c, #wrap-s-bd72be24-6c21-4a36-9609-bb8a536a068c { display:none !important; }}
@media (min-width: 0px) {
[id="s-bd72be24-6c21-4a36-9609-bb8a536a068c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-bd72be24-6c21-4a36-9609-bb8a536a068c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bd72be24-6c21-4a36-9609-bb8a536a068c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd72be24-6c21-4a36-9609-bb8a536a068c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-3cbf4706-2485-400f-894b-0c17116d2b7f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3cbf4706-2485-400f-894b-0c17116d2b7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3cbf4706-2485-400f-894b-0c17116d2b7f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3cbf4706-2485-400f-894b-0c17116d2b7f {
  display: none;
}
#s-3cbf4706-2485-400f-894b-0c17116d2b7f, #wrap-s-3cbf4706-2485-400f-894b-0c17116d2b7f { display:none !important; }}

  #s-3cbf4706-2485-400f-894b-0c17116d2b7f-root {
    text-align: center;
  }


#s-3cbf4706-2485-400f-894b-0c17116d2b7f.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3cbf4706-2485-400f-894b-0c17116d2b7f-root {
    text-align: center;
  }


#s-3cbf4706-2485-400f-894b-0c17116d2b7f.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3cbf4706-2485-400f-894b-0c17116d2b7f-root {
    text-align: center;
  }


#s-3cbf4706-2485-400f-894b-0c17116d2b7f.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3cbf4706-2485-400f-894b-0c17116d2b7f-root {
    text-align: center;
  }


#s-3cbf4706-2485-400f-894b-0c17116d2b7f.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3cbf4706-2485-400f-894b-0c17116d2b7f-root {
    text-align: center;
  }


#s-3cbf4706-2485-400f-894b-0c17116d2b7f.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32 {
  display: none;
}
#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32, #wrap-s-dd6cfdbf-9ac3-46c7-a767-df955410fb32 { display:none !important; }}

  #s-dd6cfdbf-9ac3-46c7-a767-df955410fb32-root {
    text-align: center;
  }


#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd6cfdbf-9ac3-46c7-a767-df955410fb32-root {
    text-align: center;
  }


#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd6cfdbf-9ac3-46c7-a767-df955410fb32-root {
    text-align: center;
  }


#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd6cfdbf-9ac3-46c7-a767-df955410fb32-root {
    text-align: center;
  }


#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd6cfdbf-9ac3-46c7-a767-df955410fb32-root {
    text-align: center;
  }


#s-dd6cfdbf-9ac3-46c7-a767-df955410fb32.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-537bf742-caf5-438c-8cdf-08f0681971d1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-537bf742-caf5-438c-8cdf-08f0681971d1 {
  display: none;
}
#s-537bf742-caf5-438c-8cdf-08f0681971d1, #wrap-s-537bf742-caf5-438c-8cdf-08f0681971d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-537bf742-caf5-438c-8cdf-08f0681971d1 {
  display: none;
}
#s-537bf742-caf5-438c-8cdf-08f0681971d1, #wrap-s-537bf742-caf5-438c-8cdf-08f0681971d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-537bf742-caf5-438c-8cdf-08f0681971d1 {
  display: none;
}
#s-537bf742-caf5-438c-8cdf-08f0681971d1, #wrap-s-537bf742-caf5-438c-8cdf-08f0681971d1 { display:none !important; }}@media (max-width: 767px){#s-537bf742-caf5-438c-8cdf-08f0681971d1 {
  display: none;
}
#s-537bf742-caf5-438c-8cdf-08f0681971d1, #wrap-s-537bf742-caf5-438c-8cdf-08f0681971d1 { display:none !important; }}







#s-537bf742-caf5-438c-8cdf-08f0681971d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-537bf742-caf5-438c-8cdf-08f0681971d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b95bd298-d1ed-4fd0-924a-3816e3c745a4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b95bd298-d1ed-4fd0-924a-3816e3c745a4 {
  display: none;
}
#s-b95bd298-d1ed-4fd0-924a-3816e3c745a4, #wrap-s-b95bd298-d1ed-4fd0-924a-3816e3c745a4 { display:none !important; }}







#s-b95bd298-d1ed-4fd0-924a-3816e3c745a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b95bd298-d1ed-4fd0-924a-3816e3c745a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-2026cefd-e7df-4b18-8b2a-4805e24d3f82 {
  display: none;
}
#s-2026cefd-e7df-4b18-8b2a-4805e24d3f82, #wrap-s-2026cefd-e7df-4b18-8b2a-4805e24d3f82 { display:none !important; }}@media (max-width: 767px){#s-2026cefd-e7df-4b18-8b2a-4805e24d3f82 {
  display: none;
}
#s-2026cefd-e7df-4b18-8b2a-4805e24d3f82, #wrap-s-2026cefd-e7df-4b18-8b2a-4805e24d3f82 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2026cefd-e7df-4b18-8b2a-4805e24d3f82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2026cefd-e7df-4b18-8b2a-4805e24d3f82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2026cefd-e7df-4b18-8b2a-4805e24d3f82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2026cefd-e7df-4b18-8b2a-4805e24d3f82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2026cefd-e7df-4b18-8b2a-4805e24d3f82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2026cefd-e7df-4b18-8b2a-4805e24d3f82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2026cefd-e7df-4b18-8b2a-4805e24d3f82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-94011a5b-46ab-4982-99c3-4c0b624ba6b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94011a5b-46ab-4982-99c3-4c0b624ba6b9 {
  
}
}@media (max-width: 767px){#s-94011a5b-46ab-4982-99c3-4c0b624ba6b9 {
  display: none;
}
#s-94011a5b-46ab-4982-99c3-4c0b624ba6b9, #wrap-s-94011a5b-46ab-4982-99c3-4c0b624ba6b9 { display:none !important; }}
#s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc {
  display: none;
}
#s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc, #wrap-s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc {
  display: none;
}
#s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc, #wrap-s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc {
  display: none;
}
#s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc, #wrap-s-caf41b9b-e2ad-47a4-9684-b1fe15e7ccdc { display:none !important; }}
@media (min-width: 1200px){#s-794f6b87-cda1-4b90-9070-f9eb26b29aa9 {
  display: none;
}
#s-794f6b87-cda1-4b90-9070-f9eb26b29aa9, #wrap-s-794f6b87-cda1-4b90-9070-f9eb26b29aa9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-794f6b87-cda1-4b90-9070-f9eb26b29aa9 {
  display: none;
}
#s-794f6b87-cda1-4b90-9070-f9eb26b29aa9, #wrap-s-794f6b87-cda1-4b90-9070-f9eb26b29aa9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-794f6b87-cda1-4b90-9070-f9eb26b29aa9 {
  
}
}@media (max-width: 767px){#s-794f6b87-cda1-4b90-9070-f9eb26b29aa9 {
  display: none;
}
#s-794f6b87-cda1-4b90-9070-f9eb26b29aa9, #wrap-s-794f6b87-cda1-4b90-9070-f9eb26b29aa9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-794f6b87-cda1-4b90-9070-f9eb26b29aa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-794f6b87-cda1-4b90-9070-f9eb26b29aa9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-794f6b87-cda1-4b90-9070-f9eb26b29aa9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-794f6b87-cda1-4b90-9070-f9eb26b29aa9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-794f6b87-cda1-4b90-9070-f9eb26b29aa9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-794f6b87-cda1-4b90-9070-f9eb26b29aa9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-794f6b87-cda1-4b90-9070-f9eb26b29aa9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-55b28f2c-78c2-4695-a8c8-41285e59f27f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55b28f2c-78c2-4695-a8c8-41285e59f27f {
  
}
}@media (max-width: 767px){#s-55b28f2c-78c2-4695-a8c8-41285e59f27f {
  display: none;
}
#s-55b28f2c-78c2-4695-a8c8-41285e59f27f, #wrap-s-55b28f2c-78c2-4695-a8c8-41285e59f27f { display:none !important; }}
#s-18b2cc6f-8125-4256-92a7-308bfb27a859 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-18b2cc6f-8125-4256-92a7-308bfb27a859 {
  display: none;
}
#s-18b2cc6f-8125-4256-92a7-308bfb27a859, #wrap-s-18b2cc6f-8125-4256-92a7-308bfb27a859 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18b2cc6f-8125-4256-92a7-308bfb27a859 {
  display: none;
}
#s-18b2cc6f-8125-4256-92a7-308bfb27a859, #wrap-s-18b2cc6f-8125-4256-92a7-308bfb27a859 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18b2cc6f-8125-4256-92a7-308bfb27a859 {
  display: none;
}
#s-18b2cc6f-8125-4256-92a7-308bfb27a859, #wrap-s-18b2cc6f-8125-4256-92a7-308bfb27a859 { display:none !important; }}
#s-94738981-8d41-41a7-9189-282d1bfd3e25 {
  min-height: 75px;
}
@media (min-width: 1200px){#s-94738981-8d41-41a7-9189-282d1bfd3e25 {
  display: none;
}
#s-94738981-8d41-41a7-9189-282d1bfd3e25, #wrap-s-94738981-8d41-41a7-9189-282d1bfd3e25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94738981-8d41-41a7-9189-282d1bfd3e25 {
  display: none;
}
#s-94738981-8d41-41a7-9189-282d1bfd3e25, #wrap-s-94738981-8d41-41a7-9189-282d1bfd3e25 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94738981-8d41-41a7-9189-282d1bfd3e25 {
  display: none;
}
#s-94738981-8d41-41a7-9189-282d1bfd3e25, #wrap-s-94738981-8d41-41a7-9189-282d1bfd3e25 { display:none !important; }}@media (max-width: 767px){#s-94738981-8d41-41a7-9189-282d1bfd3e25 {
  display: none;
}
#s-94738981-8d41-41a7-9189-282d1bfd3e25, #wrap-s-94738981-8d41-41a7-9189-282d1bfd3e25 { display:none !important; }}







#s-94738981-8d41-41a7-9189-282d1bfd3e25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94738981-8d41-41a7-9189-282d1bfd3e25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb {
  min-height: 100px;
}
@media (min-width: 1200px){#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb {
  display: none;
}
#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb, #wrap-s-19b61a7e-5e53-424e-af73-7ddaf532a9bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb {
  display: none;
}
#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb, #wrap-s-19b61a7e-5e53-424e-af73-7ddaf532a9bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb {
  display: none;
}
#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb, #wrap-s-19b61a7e-5e53-424e-af73-7ddaf532a9bb { display:none !important; }}@media (max-width: 767px){#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb {
  display: none;
}
#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb, #wrap-s-19b61a7e-5e53-424e-af73-7ddaf532a9bb { display:none !important; }}







#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19b61a7e-5e53-424e-af73-7ddaf532a9bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7b971a6-443d-44db-9dfe-040bd1d7fba7 {
  min-height: 25px;
}
@media (min-width: 1200px){#s-b7b971a6-443d-44db-9dfe-040bd1d7fba7 {
  display: none;
}
#s-b7b971a6-443d-44db-9dfe-040bd1d7fba7, #wrap-s-b7b971a6-443d-44db-9dfe-040bd1d7fba7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7b971a6-443d-44db-9dfe-040bd1d7fba7 {
  display: none;
}
#s-b7b971a6-443d-44db-9dfe-040bd1d7fba7, #wrap-s-b7b971a6-443d-44db-9dfe-040bd1d7fba7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7b971a6-443d-44db-9dfe-040bd1d7fba7 {
  display: none;
}
#s-b7b971a6-443d-44db-9dfe-040bd1d7fba7, #wrap-s-b7b971a6-443d-44db-9dfe-040bd1d7fba7 { display:none !important; }}







#s-b7b971a6-443d-44db-9dfe-040bd1d7fba7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7b971a6-443d-44db-9dfe-040bd1d7fba7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f90b2243-2792-4eae-ba2f-d9addad37d39 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f90b2243-2792-4eae-ba2f-d9addad37d39 {
  display: none;
}
#s-f90b2243-2792-4eae-ba2f-d9addad37d39, #wrap-s-f90b2243-2792-4eae-ba2f-d9addad37d39 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f90b2243-2792-4eae-ba2f-d9addad37d39 {
  display: none;
}
#s-f90b2243-2792-4eae-ba2f-d9addad37d39, #wrap-s-f90b2243-2792-4eae-ba2f-d9addad37d39 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f90b2243-2792-4eae-ba2f-d9addad37d39 {
  
}
}@media (max-width: 767px){#s-f90b2243-2792-4eae-ba2f-d9addad37d39 {
  display: none;
}
#s-f90b2243-2792-4eae-ba2f-d9addad37d39, #wrap-s-f90b2243-2792-4eae-ba2f-d9addad37d39 { display:none !important; }}







#s-f90b2243-2792-4eae-ba2f-d9addad37d39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f90b2243-2792-4eae-ba2f-d9addad37d39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d {
  min-height: 0px;
}
@media (min-width: 1200px){#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d {
  display: none;
}
#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d, #wrap-s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d {
  display: none;
}
#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d, #wrap-s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d {
  display: none;
}
#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d, #wrap-s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d { display:none !important; }}@media (max-width: 767px){#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d {
  display: none;
}
#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d, #wrap-s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d { display:none !important; }}







#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f5ae17a-5be7-4ff2-bc8f-6af29a0cf32d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d305364-137c-4ff6-a414-708194300b2b {
  margin-left: 15px;
margin-right: 15px;
}
@media (max-width: 767px){#s-9d305364-137c-4ff6-a414-708194300b2b {
  display: none;
}
#s-9d305364-137c-4ff6-a414-708194300b2b, #wrap-s-9d305364-137c-4ff6-a414-708194300b2b { display:none !important; }}
@media (min-width: 0px) {
[id="s-9d305364-137c-4ff6-a414-708194300b2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d305364-137c-4ff6-a414-708194300b2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9d305364-137c-4ff6-a414-708194300b2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9d305364-137c-4ff6-a414-708194300b2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

}

#s-c0d59690-bb4f-4313-8e9d-91d52b33e88c {
  text-align: center;
}







  img.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
    
    
  }


.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shg-align-container {
  text-align: center
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
    
    
  }


.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shg-align-container {
  text-align: center
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
    
    
  }


.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shg-align-container {
  text-align: center
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
    
    
  }


.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shg-align-container {
  text-align: center
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
    
    
  }


.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shg-align-container {
  text-align: center
}

.s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d59690-bb4f-4313-8e9d-91d52b33e88c.shogun-image {
  box-sizing: border-box;
}


}
#s-ce4b30eb-782c-4dba-8c19-362bace72787 {
  text-align: center;
}







  img.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
    
    
  }


.s-ce4b30eb-782c-4dba-8c19-362bace72787 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shg-align-container {
  text-align: center
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
    
    
  }


.s-ce4b30eb-782c-4dba-8c19-362bace72787 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shg-align-container {
  text-align: center
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
    
    
  }


.s-ce4b30eb-782c-4dba-8c19-362bace72787 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shg-align-container {
  text-align: center
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
    
    
  }


.s-ce4b30eb-782c-4dba-8c19-362bace72787 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shg-align-container {
  text-align: center
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
    
    
  }


.s-ce4b30eb-782c-4dba-8c19-362bace72787 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shg-align-container {
  text-align: center
}

.s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce4b30eb-782c-4dba-8c19-362bace72787.shogun-image {
  box-sizing: border-box;
}


}
#s-843c3163-80ab-46fa-9320-c4b915054a42 {
  text-align: center;
}







  img.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
    
    
  }


.s-843c3163-80ab-46fa-9320-c4b915054a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shg-align-container {
  text-align: center
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
    
    
  }


.s-843c3163-80ab-46fa-9320-c4b915054a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shg-align-container {
  text-align: center
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
  box-sizing: border-box;
}


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





  img.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
    
    
  }


.s-843c3163-80ab-46fa-9320-c4b915054a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shg-align-container {
  text-align: center
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
  box-sizing: border-box;
}


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





  img.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
    
    
  }


.s-843c3163-80ab-46fa-9320-c4b915054a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shg-align-container {
  text-align: center
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
  box-sizing: border-box;
}


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





  img.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
    
    
  }


.s-843c3163-80ab-46fa-9320-c4b915054a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shg-align-container {
  text-align: center
}

.s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843c3163-80ab-46fa-9320-c4b915054a42.shogun-image {
  box-sizing: border-box;
}


}
#s-5b3b6b02-b4c1-4940-8b16-018c30140d61 {
  min-height: 75px;
}
@media (min-width: 1200px){#s-5b3b6b02-b4c1-4940-8b16-018c30140d61 {
  display: none;
}
#s-5b3b6b02-b4c1-4940-8b16-018c30140d61, #wrap-s-5b3b6b02-b4c1-4940-8b16-018c30140d61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b3b6b02-b4c1-4940-8b16-018c30140d61 {
  display: none;
}
#s-5b3b6b02-b4c1-4940-8b16-018c30140d61, #wrap-s-5b3b6b02-b4c1-4940-8b16-018c30140d61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b3b6b02-b4c1-4940-8b16-018c30140d61 {
  
}
}@media (max-width: 767px){#s-5b3b6b02-b4c1-4940-8b16-018c30140d61 {
  display: none;
}
#s-5b3b6b02-b4c1-4940-8b16-018c30140d61, #wrap-s-5b3b6b02-b4c1-4940-8b16-018c30140d61 { display:none !important; }}







#s-5b3b6b02-b4c1-4940-8b16-018c30140d61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b3b6b02-b4c1-4940-8b16-018c30140d61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e2b2c80-1f3b-49a6-bfb5-a41402bbf8c8 {
  min-height: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e2b2c80-1f3b-49a6-bfb5-a41402bbf8c8 {
  display: none;
}
#s-1e2b2c80-1f3b-49a6-bfb5-a41402bbf8c8, #wrap-s-1e2b2c80-1f3b-49a6-bfb5-a41402bbf8c8 { display:none !important; }}@media (max-width: 767px){#s-1e2b2c80-1f3b-49a6-bfb5-a41402bbf8c8 {
  display: none;
}
#s-1e2b2c80-1f3b-49a6-bfb5-a41402bbf8c8, #wrap-s-1e2b2c80-1f3b-49a6-bfb5-a41402bbf8c8 { display:none !important; }}







#s-1e2b2c80-1f3b-49a6-bfb5-a41402bbf8c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e2b2c80-1f3b-49a6-bfb5-a41402bbf8c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b3219b3-1bde-4160-80be-94b06dcb324b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2b3219b3-1bde-4160-80be-94b06dcb324b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b3219b3-1bde-4160-80be-94b06dcb324b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2b3219b3-1bde-4160-80be-94b06dcb324b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b3219b3-1bde-4160-80be-94b06dcb324b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b3219b3-1bde-4160-80be-94b06dcb324b {
  
}
}@media (max-width: 767px){#s-2b3219b3-1bde-4160-80be-94b06dcb324b {
  display: none;
}
#s-2b3219b3-1bde-4160-80be-94b06dcb324b, #wrap-s-2b3219b3-1bde-4160-80be-94b06dcb324b { display:none !important; }}

  #s-2b3219b3-1bde-4160-80be-94b06dcb324b-root {
    text-align: center;
  }


#s-2b3219b3-1bde-4160-80be-94b06dcb324b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b3219b3-1bde-4160-80be-94b06dcb324b-root {
    text-align: center;
  }


#s-2b3219b3-1bde-4160-80be-94b06dcb324b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b3219b3-1bde-4160-80be-94b06dcb324b-root {
    text-align: center;
  }


#s-2b3219b3-1bde-4160-80be-94b06dcb324b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b3219b3-1bde-4160-80be-94b06dcb324b-root {
    text-align: center;
  }


#s-2b3219b3-1bde-4160-80be-94b06dcb324b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b3219b3-1bde-4160-80be-94b06dcb324b-root {
    text-align: center;
  }


#s-2b3219b3-1bde-4160-80be-94b06dcb324b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9 {
  min-height: 75px;
}
@media (min-width: 1200px){#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9 {
  display: none;
}
#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9, #wrap-s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9 {
  display: none;
}
#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9, #wrap-s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9 {
  
}
}@media (max-width: 767px){#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9 {
  display: none;
}
#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9, #wrap-s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9 { display:none !important; }}







#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57b5b81a-c27d-4fd0-9d26-8ebd066824e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d6a53c3-b063-4475-a47e-45a55c01d944 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d6a53c3-b063-4475-a47e-45a55c01d944 {
  display: none;
}
#s-1d6a53c3-b063-4475-a47e-45a55c01d944, #wrap-s-1d6a53c3-b063-4475-a47e-45a55c01d944 { display:none !important; }}@media (max-width: 767px){#s-1d6a53c3-b063-4475-a47e-45a55c01d944 {
  display: none;
}
#s-1d6a53c3-b063-4475-a47e-45a55c01d944, #wrap-s-1d6a53c3-b063-4475-a47e-45a55c01d944 { display:none !important; }}







#s-1d6a53c3-b063-4475-a47e-45a55c01d944 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d6a53c3-b063-4475-a47e-45a55c01d944.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7bb2dff-7350-499d-8a8d-3b228176723c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-e7bb2dff-7350-499d-8a8d-3b228176723c {
  display: none;
}
#s-e7bb2dff-7350-499d-8a8d-3b228176723c, #wrap-s-e7bb2dff-7350-499d-8a8d-3b228176723c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7bb2dff-7350-499d-8a8d-3b228176723c {
  display: none;
}
#s-e7bb2dff-7350-499d-8a8d-3b228176723c, #wrap-s-e7bb2dff-7350-499d-8a8d-3b228176723c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7bb2dff-7350-499d-8a8d-3b228176723c {
  display: none;
}
#s-e7bb2dff-7350-499d-8a8d-3b228176723c, #wrap-s-e7bb2dff-7350-499d-8a8d-3b228176723c { display:none !important; }}






  img.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
    
    
  }


.s-e7bb2dff-7350-499d-8a8d-3b228176723c .shogun-image-content {
  
    align-items: center;
  
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shg-align-container {
  text-align: center
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
    
    
  }


.s-e7bb2dff-7350-499d-8a8d-3b228176723c .shogun-image-content {
  
    align-items: center;
  
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shg-align-container {
  text-align: center
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
    
    
  }


.s-e7bb2dff-7350-499d-8a8d-3b228176723c .shogun-image-content {
  
    align-items: center;
  
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shg-align-container {
  text-align: center
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
    
    
  }


.s-e7bb2dff-7350-499d-8a8d-3b228176723c .shogun-image-content {
  
    align-items: center;
  
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shg-align-container {
  text-align: center
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
    
    
  }


.s-e7bb2dff-7350-499d-8a8d-3b228176723c .shogun-image-content {
  
    align-items: center;
  
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shg-align-container {
  text-align: center
}

.s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bb2dff-7350-499d-8a8d-3b228176723c.shogun-image {
  box-sizing: border-box;
}


}
#s-c90df919-eac4-4379-b6a1-82d8f6daa751 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c90df919-eac4-4379-b6a1-82d8f6daa751 {
  display: none;
}
#s-c90df919-eac4-4379-b6a1-82d8f6daa751, #wrap-s-c90df919-eac4-4379-b6a1-82d8f6daa751 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c90df919-eac4-4379-b6a1-82d8f6daa751 {
  display: none;
}
#s-c90df919-eac4-4379-b6a1-82d8f6daa751, #wrap-s-c90df919-eac4-4379-b6a1-82d8f6daa751 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c90df919-eac4-4379-b6a1-82d8f6daa751 {
  display: none;
}
#s-c90df919-eac4-4379-b6a1-82d8f6daa751, #wrap-s-c90df919-eac4-4379-b6a1-82d8f6daa751 { display:none !important; }}






  img.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
    
    
  }


.s-c90df919-eac4-4379-b6a1-82d8f6daa751 .shogun-image-content {
  
    align-items: center;
  
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shg-align-container {
  text-align: center
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
    
    
  }


.s-c90df919-eac4-4379-b6a1-82d8f6daa751 .shogun-image-content {
  
    align-items: center;
  
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shg-align-container {
  text-align: center
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
    
    
  }


.s-c90df919-eac4-4379-b6a1-82d8f6daa751 .shogun-image-content {
  
    align-items: center;
  
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shg-align-container {
  text-align: center
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
    
    
  }


.s-c90df919-eac4-4379-b6a1-82d8f6daa751 .shogun-image-content {
  
    align-items: center;
  
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shg-align-container {
  text-align: center
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
    
    
  }


.s-c90df919-eac4-4379-b6a1-82d8f6daa751 .shogun-image-content {
  
    align-items: center;
  
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shg-align-container {
  text-align: center
}

.s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90df919-eac4-4379-b6a1-82d8f6daa751.shogun-image {
  box-sizing: border-box;
}


}
#s-8351c717-692e-4f38-84ed-aac9b840be71 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-8351c717-692e-4f38-84ed-aac9b840be71 {
  display: none;
}
#s-8351c717-692e-4f38-84ed-aac9b840be71, #wrap-s-8351c717-692e-4f38-84ed-aac9b840be71 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8351c717-692e-4f38-84ed-aac9b840be71 {
  display: none;
}
#s-8351c717-692e-4f38-84ed-aac9b840be71, #wrap-s-8351c717-692e-4f38-84ed-aac9b840be71 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8351c717-692e-4f38-84ed-aac9b840be71 {
  display: none;
}
#s-8351c717-692e-4f38-84ed-aac9b840be71, #wrap-s-8351c717-692e-4f38-84ed-aac9b840be71 { display:none !important; }}






  img.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
    
    
  }


.s-8351c717-692e-4f38-84ed-aac9b840be71 .shogun-image-content {
  
    align-items: center;
  
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shg-align-container {
  text-align: center
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
    
    
  }


.s-8351c717-692e-4f38-84ed-aac9b840be71 .shogun-image-content {
  
    align-items: center;
  
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shg-align-container {
  text-align: center
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
    
    
  }


.s-8351c717-692e-4f38-84ed-aac9b840be71 .shogun-image-content {
  
    align-items: center;
  
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shg-align-container {
  text-align: center
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
    
    
  }


.s-8351c717-692e-4f38-84ed-aac9b840be71 .shogun-image-content {
  
    align-items: center;
  
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shg-align-container {
  text-align: center
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
    
    
  }


.s-8351c717-692e-4f38-84ed-aac9b840be71 .shogun-image-content {
  
    align-items: center;
  
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shg-align-container {
  text-align: center
}

.s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8351c717-692e-4f38-84ed-aac9b840be71.shogun-image {
  box-sizing: border-box;
}


}
#s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908 {
  display: none;
}
#s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908, #wrap-s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908 {
  display: none;
}
#s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908, #wrap-s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908 {
  display: none;
}
#s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908, #wrap-s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908 { display:none !important; }}







#s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e8550ef-8a86-4fe7-9b86-c7d6cf91f908.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2 {
  display: none;
}
#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2, #wrap-s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2 {
  display: none;
}
#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2, #wrap-s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2 {
  display: none;
}
#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2, #wrap-s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2 { display:none !important; }}

  #s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2-root {
    text-align: center;
  }


#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2-root {
    text-align: center;
  }


#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2-root {
    text-align: center;
  }


#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2-root {
    text-align: center;
  }


#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2-root {
    text-align: center;
  }


#s-6d3ba0ce-0dea-49fc-9ad4-ff04ab5995b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Karla;
  display:  inline-block ;
}
}
#s-6efacf52-1f64-4b62-a2b8-1d7950b5e477 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6efacf52-1f64-4b62-a2b8-1d7950b5e477 {
  display: none;
}
#s-6efacf52-1f64-4b62-a2b8-1d7950b5e477, #wrap-s-6efacf52-1f64-4b62-a2b8-1d7950b5e477 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6efacf52-1f64-4b62-a2b8-1d7950b5e477 {
  display: none;
}
#s-6efacf52-1f64-4b62-a2b8-1d7950b5e477, #wrap-s-6efacf52-1f64-4b62-a2b8-1d7950b5e477 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6efacf52-1f64-4b62-a2b8-1d7950b5e477 {
  display: none;
}
#s-6efacf52-1f64-4b62-a2b8-1d7950b5e477, #wrap-s-6efacf52-1f64-4b62-a2b8-1d7950b5e477 { display:none !important; }}







#s-6efacf52-1f64-4b62-a2b8-1d7950b5e477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6efacf52-1f64-4b62-a2b8-1d7950b5e477.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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;
}

@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}