.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-a8d34b99-04e5-4b32-b509-41d0de67ace0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 310px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a8d34b99-04e5-4b32-b509-41d0de67ace0 {
  display: none;
}
#s-a8d34b99-04e5-4b32-b509-41d0de67ace0, #wrap-s-a8d34b99-04e5-4b32-b509-41d0de67ace0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8d34b99-04e5-4b32-b509-41d0de67ace0 {
  display: none;
}
#s-a8d34b99-04e5-4b32-b509-41d0de67ace0, #wrap-s-a8d34b99-04e5-4b32-b509-41d0de67ace0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8d34b99-04e5-4b32-b509-41d0de67ace0 {
  display: none;
}
#s-a8d34b99-04e5-4b32-b509-41d0de67ace0, #wrap-s-a8d34b99-04e5-4b32-b509-41d0de67ace0 { display: none !important; }}@media (max-width: 767px){#s-a8d34b99-04e5-4b32-b509-41d0de67ace0 {
  display: none;
}
#s-a8d34b99-04e5-4b32-b509-41d0de67ace0, #wrap-s-a8d34b99-04e5-4b32-b509-41d0de67ace0 { display: none !important; }}
#s-a8d34b99-04e5-4b32-b509-41d0de67ace0 {
  background-image: url(https://i.shgcdn.com/b089e996-7f18-483c-8608-bc7d291360c0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a8d34b99-04e5-4b32-b509-41d0de67ace0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8d34b99-04e5-4b32-b509-41d0de67ace0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

#s-8aac18d5-7312-4e3b-a0be-534b79fd28ff {
  margin-top: 1em;
margin-bottom: 3em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8aac18d5-7312-4e3b-a0be-534b79fd28ff {
  display: none;
}
#s-8aac18d5-7312-4e3b-a0be-534b79fd28ff, #wrap-s-8aac18d5-7312-4e3b-a0be-534b79fd28ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8aac18d5-7312-4e3b-a0be-534b79fd28ff {
  display: none;
}
#s-8aac18d5-7312-4e3b-a0be-534b79fd28ff, #wrap-s-8aac18d5-7312-4e3b-a0be-534b79fd28ff { display: none !important; }}
#s-8aac18d5-7312-4e3b-a0be-534b79fd28ff .shogun-heading-component h2 {
  color: rgba(244, 243, 239, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-8a5f0291-248d-440a-8f04-8598ccfb76dd {
  padding-top: 2em;
padding-bottom: 2em;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.6);
}








#s-8a5f0291-248d-440a-8f04-8598ccfb76dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a5f0291-248d-440a-8f04-8598ccfb76dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b028aab-1f0d-478b-ba14-e5dfc90fb067 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 1em;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b028aab-1f0d-478b-ba14-e5dfc90fb067 {
  display: none;
}
#s-0b028aab-1f0d-478b-ba14-e5dfc90fb067, #wrap-s-0b028aab-1f0d-478b-ba14-e5dfc90fb067 { display: none !important; }}@media (max-width: 767px){#s-0b028aab-1f0d-478b-ba14-e5dfc90fb067 {
  display: none;
}
#s-0b028aab-1f0d-478b-ba14-e5dfc90fb067, #wrap-s-0b028aab-1f0d-478b-ba14-e5dfc90fb067 { display: none !important; }}
#s-0b028aab-1f0d-478b-ba14-e5dfc90fb067 .shogun-heading-component h1 {
  color: rgba(244, 243, 239, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-bc597d2e-2b09-454f-8672-b194209d9ffc {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 1em;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc597d2e-2b09-454f-8672-b194209d9ffc {
  display: unset;
}
#s-bc597d2e-2b09-454f-8672-b194209d9ffc, #wrap-s-bc597d2e-2b09-454f-8672-b194209d9ffc { display: unset !important; }}@media (max-width: 767px){#s-bc597d2e-2b09-454f-8672-b194209d9ffc {
  display: unset;
}
#s-bc597d2e-2b09-454f-8672-b194209d9ffc, #wrap-s-bc597d2e-2b09-454f-8672-b194209d9ffc { display: unset !important; }}
#s-bc597d2e-2b09-454f-8672-b194209d9ffc .shogun-heading-component h1 {
  color: rgba(244, 243, 239, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-c686d97b-213a-495c-941b-19599c2e3b0f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c686d97b-213a-495c-941b-19599c2e3b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c686d97b-213a-495c-941b-19599c2e3b0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cef082c-d52f-4594-987f-5269d16bedf6 {
  margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cef082c-d52f-4594-987f-5269d16bedf6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-8cef082c-d52f-4594-987f-5269d16bedf6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8cef082c-d52f-4594-987f-5269d16bedf6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}@media (max-width: 767px){#s-8cef082c-d52f-4594-987f-5269d16bedf6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.5em;
  
  
  
}


}
#s-e6c8910f-9d5d-4baf-be39-20b4edf8ad26 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
min-height: 50px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e6c8910f-9d5d-4baf-be39-20b4edf8ad26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6c8910f-9d5d-4baf-be39-20b4edf8ad26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6c8910f-9d5d-4baf-be39-20b4edf8ad26 {
  
}
}@media (max-width: 767px){#s-e6c8910f-9d5d-4baf-be39-20b4edf8ad26 {
  
}
}







#s-e6c8910f-9d5d-4baf-be39-20b4edf8ad26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6c8910f-9d5d-4baf-be39-20b4edf8ad26.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-0b902f1d-b96b-4216-a54e-253e2e43f15a {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b902f1d-b96b-4216-a54e-253e2e43f15a {
  display: unset;
}
#s-0b902f1d-b96b-4216-a54e-253e2e43f15a, #wrap-s-0b902f1d-b96b-4216-a54e-253e2e43f15a { display: unset !important; }}
@media (min-width: 0px) {
[id="s-0b902f1d-b96b-4216-a54e-253e2e43f15a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0b902f1d-b96b-4216-a54e-253e2e43f15a"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-0b902f1d-b96b-4216-a54e-253e2e43f15a"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b902f1d-b96b-4216-a54e-253e2e43f15a"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-12f9e908-5a0a-4fbb-9af1-db436d5adb7d {
  min-height: 50px;
}








#s-12f9e908-5a0a-4fbb-9af1-db436d5adb7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12f9e908-5a0a-4fbb-9af1-db436d5adb7d {
  cursor: pointer;
}#s-12f9e908-5a0a-4fbb-9af1-db436d5adb7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-82161e2a-8135-416c-b6b7-2d6f41311aca {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 220px;
aspect-ratio: 220/159;
text-align: center;
}





  #s-82161e2a-8135-416c-b6b7-2d6f41311aca img.shogun-image,
  #s-82161e2a-8135-416c-b6b7-2d6f41311aca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82161e2a-8135-416c-b6b7-2d6f41311aca {
    width: 100%;
    height: auto;
  }



  #s-82161e2a-8135-416c-b6b7-2d6f41311aca img.shogun-image {
    

    
    
    
  }


#s-82161e2a-8135-416c-b6b7-2d6f41311aca .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b6578a31-13d4-43eb-bf7d-64f94a3fb5a3 {
  min-height: 50px;
}








#s-b6578a31-13d4-43eb-bf7d-64f94a3fb5a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6578a31-13d4-43eb-bf7d-64f94a3fb5a3 {
  cursor: pointer;
}#s-b6578a31-13d4-43eb-bf7d-64f94a3fb5a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea4b6837-7fbe-43f9-b011-0c7a79065cff {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 220px;
aspect-ratio: 220/159;
text-align: center;
}





  #s-ea4b6837-7fbe-43f9-b011-0c7a79065cff img.shogun-image,
  #s-ea4b6837-7fbe-43f9-b011-0c7a79065cff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea4b6837-7fbe-43f9-b011-0c7a79065cff {
    width: 100%;
    height: auto;
  }



  #s-ea4b6837-7fbe-43f9-b011-0c7a79065cff img.shogun-image {
    

    
    
    
  }


#s-ea4b6837-7fbe-43f9-b011-0c7a79065cff .shogun-image-content {
  
    align-items: center;
  
}

#s-db609bfd-bd4a-4fe6-a66b-70c53fda8610 {
  min-height: 50px;
}








#s-db609bfd-bd4a-4fe6-a66b-70c53fda8610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db609bfd-bd4a-4fe6-a66b-70c53fda8610 {
  cursor: pointer;
}#s-db609bfd-bd4a-4fe6-a66b-70c53fda8610.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf409020-1e36-42f9-a3aa-d255efd07d16 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 220px;
aspect-ratio: 220/159;
text-align: center;
}





  #s-bf409020-1e36-42f9-a3aa-d255efd07d16 img.shogun-image,
  #s-bf409020-1e36-42f9-a3aa-d255efd07d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf409020-1e36-42f9-a3aa-d255efd07d16 {
    width: 100%;
    height: auto;
  }



  #s-bf409020-1e36-42f9-a3aa-d255efd07d16 img.shogun-image {
    

    
    
    
  }


#s-bf409020-1e36-42f9-a3aa-d255efd07d16 .shogun-image-content {
  
    align-items: center;
  
}

#s-320e68f2-73fa-4f20-9273-722f8c72aa8c {
  min-height: 50px;
}








#s-320e68f2-73fa-4f20-9273-722f8c72aa8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-320e68f2-73fa-4f20-9273-722f8c72aa8c {
  cursor: pointer;
}#s-320e68f2-73fa-4f20-9273-722f8c72aa8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96e1d895-f9d2-4132-a37c-f6cbaf7da621 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 220px;
aspect-ratio: 220/159;
text-align: center;
}





  #s-96e1d895-f9d2-4132-a37c-f6cbaf7da621 img.shogun-image,
  #s-96e1d895-f9d2-4132-a37c-f6cbaf7da621 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96e1d895-f9d2-4132-a37c-f6cbaf7da621 {
    width: 100%;
    height: auto;
  }



  #s-96e1d895-f9d2-4132-a37c-f6cbaf7da621 img.shogun-image {
    

    
    
    
  }


#s-96e1d895-f9d2-4132-a37c-f6cbaf7da621 .shogun-image-content {
  
    align-items: center;
  
}

#s-001ed4df-c7f6-4eef-a284-8b763e522bb5 {
  min-height: 50px;
}








#s-001ed4df-c7f6-4eef-a284-8b763e522bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-001ed4df-c7f6-4eef-a284-8b763e522bb5 {
  cursor: pointer;
}#s-001ed4df-c7f6-4eef-a284-8b763e522bb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1a6a420-cd0a-4dea-bb60-398335bf586e {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 220px;
aspect-ratio: 220/159;
text-align: center;
}





  #s-e1a6a420-cd0a-4dea-bb60-398335bf586e img.shogun-image,
  #s-e1a6a420-cd0a-4dea-bb60-398335bf586e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a6a420-cd0a-4dea-bb60-398335bf586e {
    width: 100%;
    height: auto;
  }



  #s-e1a6a420-cd0a-4dea-bb60-398335bf586e img.shogun-image {
    

    
    
    
  }


#s-e1a6a420-cd0a-4dea-bb60-398335bf586e .shogun-image-content {
  
    align-items: center;
  
}

#s-a9fd0c80-f94c-46ab-bdbc-6022b250e658 {
  min-height: 940px;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a9fd0c80-f94c-46ab-bdbc-6022b250e658 {
  min-height: 640px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9fd0c80-f94c-46ab-bdbc-6022b250e658 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a9fd0c80-f94c-46ab-bdbc-6022b250e658 {
  min-height: 250px;
}
}







#s-a9fd0c80-f94c-46ab-bdbc-6022b250e658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9fd0c80-f94c-46ab-bdbc-6022b250e658.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6db4b816-252f-4be2-b352-42e6873d8e42 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 400px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6db4b816-252f-4be2-b352-42e6873d8e42 {
  min-height: 540px;
display: none;
}
#s-6db4b816-252f-4be2-b352-42e6873d8e42, #wrap-s-6db4b816-252f-4be2-b352-42e6873d8e42 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6db4b816-252f-4be2-b352-42e6873d8e42 {
  min-height: 350px;
display: none;
}
#s-6db4b816-252f-4be2-b352-42e6873d8e42, #wrap-s-6db4b816-252f-4be2-b352-42e6873d8e42 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6db4b816-252f-4be2-b352-42e6873d8e42 {
  display: none;
}
#s-6db4b816-252f-4be2-b352-42e6873d8e42, #wrap-s-6db4b816-252f-4be2-b352-42e6873d8e42 { display: none !important; }}@media (max-width: 767px){#s-6db4b816-252f-4be2-b352-42e6873d8e42 {
  display: none;
}
#s-6db4b816-252f-4be2-b352-42e6873d8e42, #wrap-s-6db4b816-252f-4be2-b352-42e6873d8e42 { display: none !important; }}
#s-6db4b816-252f-4be2-b352-42e6873d8e42 {
  background-image: url(https://i.shgcdn.com/46ea11d1-45be-4d5e-9f92-87360c5a83e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6db4b816-252f-4be2-b352-42e6873d8e42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6db4b816-252f-4be2-b352-42e6873d8e42.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-618e41a4-fe70-4429-9336-41cc4079c5b6 {
  padding-top: 2em;
padding-bottom: 2em;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.6);
}








#s-618e41a4-fe70-4429-9336-41cc4079c5b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-618e41a4-fe70-4429-9336-41cc4079c5b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26cd77f0-fb34-4b01-a00a-e24f8cb08a90 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 1em;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-26cd77f0-fb34-4b01-a00a-e24f8cb08a90 {
  display: none;
}
#s-26cd77f0-fb34-4b01-a00a-e24f8cb08a90, #wrap-s-26cd77f0-fb34-4b01-a00a-e24f8cb08a90 { display: none !important; }}@media (max-width: 767px){#s-26cd77f0-fb34-4b01-a00a-e24f8cb08a90 {
  display: none;
}
#s-26cd77f0-fb34-4b01-a00a-e24f8cb08a90, #wrap-s-26cd77f0-fb34-4b01-a00a-e24f8cb08a90 { display: none !important; }}
#s-26cd77f0-fb34-4b01-a00a-e24f8cb08a90 .shogun-heading-component h1 {
  color: rgba(244, 243, 239, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-01782720-5cf3-4d07-8dc7-d415e4a93360 {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-01782720-5cf3-4d07-8dc7-d415e4a93360 {
  margin-top: 0em;
padding-top: 1em;
padding-bottom: 0em;
}
}@media (max-width: 767px){#s-01782720-5cf3-4d07-8dc7-d415e4a93360 {
  display: none;
}
#s-01782720-5cf3-4d07-8dc7-d415e4a93360, #wrap-s-01782720-5cf3-4d07-8dc7-d415e4a93360 { display: none !important; }}







#s-01782720-5cf3-4d07-8dc7-d415e4a93360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01782720-5cf3-4d07-8dc7-d415e4a93360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e2a4ca7-83bb-4d7e-b8b8-46a43f426d6a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-4e2a4ca7-83bb-4d7e-b8b8-46a43f426d6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e2a4ca7-83bb-4d7e-b8b8-46a43f426d6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e2a4ca7-83bb-4d7e-b8b8-46a43f426d6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e2a4ca7-83bb-4d7e-b8b8-46a43f426d6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-062a267f-2d12-4d7b-9e94-9a92b260eed1 {
  min-height: 50px;
}








#s-062a267f-2d12-4d7b-9e94-9a92b260eed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-062a267f-2d12-4d7b-9e94-9a92b260eed1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d266da8-d22f-4993-a960-12a992cf5611 {
  min-height: 50px;
}








#s-4d266da8-d22f-4993-a960-12a992cf5611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d266da8-d22f-4993-a960-12a992cf5611.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf6e6993-675b-4f0b-a58d-8223650b1e7d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-bf6e6993-675b-4f0b-a58d-8223650b1e7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf6e6993-675b-4f0b-a58d-8223650b1e7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f8d829f-286f-48e9-8615-01e1edaa5ce3 {
  margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-top: 3em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-repeat: no-repeat;
}








#s-9f8d829f-286f-48e9-8615-01e1edaa5ce3 > .shg-box-overlay {
  background-color: rgba(244, 243, 239, 1);
  opacity: 0;
}#s-9f8d829f-286f-48e9-8615-01e1edaa5ce3.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;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 800px;
aspect-ratio: 1442/110;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }

    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-link {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
    width: 100%;
    height: auto;
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
    
    
  }


.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
      --shg-aspect-ratio: calc(1442/110); 
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
      position: relative;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }

    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-link {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
    width: 100%;
    height: auto;
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
    
    
  }


.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
      --shg-aspect-ratio: calc(1442/110); 
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
      position: relative;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }

    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-link {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
    width: 100%;
    height: auto;
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
    
    
  }


.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
      --shg-aspect-ratio: calc(1442/110); 
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
      position: relative;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }

    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-link {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
    width: 100%;
    height: auto;
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
    
    
  }


.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
      --shg-aspect-ratio: calc(1442/110); 
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
      position: relative;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }

    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-link {
      aspect-ratio: 1442/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
    width: 100%;
    height: auto;
  }

  #s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
    
    
  }


.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 {
      --shg-aspect-ratio: calc(1442/110); 
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container {
      position: relative;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c8d4dfc-ec0f-4f40-baf6-ecf3b955be39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-08c7598f-fed6-4fd2-953f-a950ab1617dd {
  margin-top: 0em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08c7598f-fed6-4fd2-953f-a950ab1617dd .shogun-heading-component h2 {
  color: rgba(57, 58, 55, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-08c7598f-fed6-4fd2-953f-a950ab1617dd .shogun-heading-component h2 {
  color: rgba(57, 58, 55, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-1f564a6a-acfd-4da4-96d1-8cb77fe9ac91 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 1200px;
}

#s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
  margin-bottom: 1em;
max-width: 600px;
aspect-ratio: 16/9;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
    width: 100%;
    height: auto;
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
    
    
  }


.s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
      position: relative;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
    width: 100%;
    height: auto;
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
    
    
  }


.s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
      position: relative;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
    width: 100%;
    height: auto;
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
    
    
  }


.s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
      position: relative;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
    width: 100%;
    height: auto;
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
    
    
  }


.s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
      position: relative;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
    width: 100%;
    height: auto;
  }

  #s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
    
    
  }


.s-7e33d0bc-aeff-419c-89c9-43d6eecad954 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container {
      position: relative;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e33d0bc-aeff-419c-89c9-43d6eecad954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-34730747-847d-4483-b7c9-cdfcb993a48b {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 1200px;
}

#s-8e5cfc53-ef10-4c9e-9e4e-a14304d232c7 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-8e5cfc53-ef10-4c9e-9e4e-a14304d232c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e5cfc53-ef10-4c9e-9e4e-a14304d232c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e5cfc53-ef10-4c9e-9e4e-a14304d232c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e5cfc53-ef10-4c9e-9e4e-a14304d232c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-13d77065-c429-403b-b6ed-ab67ed3198f5 {
  min-height: 50px;
}








#s-13d77065-c429-403b-b6ed-ab67ed3198f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d77065-c429-403b-b6ed-ab67ed3198f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95411f69-0029-4041-9245-437e1543f01e {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-95411f69-0029-4041-9245-437e1543f01e img.shogun-image,
  #s-95411f69-0029-4041-9245-437e1543f01e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95411f69-0029-4041-9245-437e1543f01e {
    width: 100%;
    height: auto;
  }



  #s-95411f69-0029-4041-9245-437e1543f01e img.shogun-image {
    

    
    
    
  }


#s-95411f69-0029-4041-9245-437e1543f01e .shogun-image-content {
  
    align-items: center;
  
}

#s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9 {
  margin-bottom: 1em;
text-align: center;
}
@media (min-width: 1200px){#s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9 {
  display: none;
}
#s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9, #wrap-s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9 {
  display: none;
}
#s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9, #wrap-s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9 {
  display: none;
}
#s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9, #wrap-s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9 { display: none !important; }}@media (max-width: 767px){#s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9 {
  display: none;
}
#s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9, #wrap-s-e87a28c1-4a47-4a16-ac33-7be7cc5a0aa9 { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-4e709ce2-31cd-41da-a4ac-dacafac420db {
  display: none;
}
#s-4e709ce2-31cd-41da-a4ac-dacafac420db, #wrap-s-4e709ce2-31cd-41da-a4ac-dacafac420db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e709ce2-31cd-41da-a4ac-dacafac420db {
  display: none;
}
#s-4e709ce2-31cd-41da-a4ac-dacafac420db, #wrap-s-4e709ce2-31cd-41da-a4ac-dacafac420db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e709ce2-31cd-41da-a4ac-dacafac420db {
  display: none;
}
#s-4e709ce2-31cd-41da-a4ac-dacafac420db, #wrap-s-4e709ce2-31cd-41da-a4ac-dacafac420db { display: none !important; }}
#s-4e709ce2-31cd-41da-a4ac-dacafac420db hr {
  border-top: 2px solid #ddd;
}

#s-9f5509fe-59a3-4073-b609-d4cc36a6bcfb {
  min-height: 50px;
}








#s-9f5509fe-59a3-4073-b609-d4cc36a6bcfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f5509fe-59a3-4073-b609-d4cc36a6bcfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41ae66a3-9a3f-4ab6-bc53-96a6cae1b1aa {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-41ae66a3-9a3f-4ab6-bc53-96a6cae1b1aa img.shogun-image,
  #s-41ae66a3-9a3f-4ab6-bc53-96a6cae1b1aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41ae66a3-9a3f-4ab6-bc53-96a6cae1b1aa {
    width: 100%;
    height: auto;
  }



  #s-41ae66a3-9a3f-4ab6-bc53-96a6cae1b1aa img.shogun-image {
    

    
    
    
  }


#s-41ae66a3-9a3f-4ab6-bc53-96a6cae1b1aa .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-cf24594c-d865-4514-bac4-b39302dd53b2 {
  display: none;
}
#s-cf24594c-d865-4514-bac4-b39302dd53b2, #wrap-s-cf24594c-d865-4514-bac4-b39302dd53b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf24594c-d865-4514-bac4-b39302dd53b2 {
  display: none;
}
#s-cf24594c-d865-4514-bac4-b39302dd53b2, #wrap-s-cf24594c-d865-4514-bac4-b39302dd53b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf24594c-d865-4514-bac4-b39302dd53b2 {
  display: none;
}
#s-cf24594c-d865-4514-bac4-b39302dd53b2, #wrap-s-cf24594c-d865-4514-bac4-b39302dd53b2 { display: none !important; }}
#s-cf24594c-d865-4514-bac4-b39302dd53b2 hr {
  border-top: 2px solid #ddd;
}

#s-3f413ef5-a5ec-4b99-a82b-60a377d1902b {
  min-height: 50px;
}








#s-3f413ef5-a5ec-4b99-a82b-60a377d1902b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f413ef5-a5ec-4b99-a82b-60a377d1902b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-579a0722-32ba-4a13-9938-ab96b37c2665 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-579a0722-32ba-4a13-9938-ab96b37c2665 img.shogun-image,
  #s-579a0722-32ba-4a13-9938-ab96b37c2665 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-579a0722-32ba-4a13-9938-ab96b37c2665 {
    width: 100%;
    height: auto;
  }



  #s-579a0722-32ba-4a13-9938-ab96b37c2665 img.shogun-image {
    

    
    
    
  }


#s-579a0722-32ba-4a13-9938-ab96b37c2665 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-0d8f2a00-f5ec-495c-b82b-eec6beabecca {
  display: none;
}
#s-0d8f2a00-f5ec-495c-b82b-eec6beabecca, #wrap-s-0d8f2a00-f5ec-495c-b82b-eec6beabecca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d8f2a00-f5ec-495c-b82b-eec6beabecca {
  display: none;
}
#s-0d8f2a00-f5ec-495c-b82b-eec6beabecca, #wrap-s-0d8f2a00-f5ec-495c-b82b-eec6beabecca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d8f2a00-f5ec-495c-b82b-eec6beabecca {
  display: none;
}
#s-0d8f2a00-f5ec-495c-b82b-eec6beabecca, #wrap-s-0d8f2a00-f5ec-495c-b82b-eec6beabecca { display: none !important; }}
#s-0d8f2a00-f5ec-495c-b82b-eec6beabecca hr {
  border-top: 2px solid #ddd;
}

#s-052a2a1c-3db5-460a-b990-cbf0cc4e175b {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-052a2a1c-3db5-460a-b990-cbf0cc4e175b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-052a2a1c-3db5-460a-b990-cbf0cc4e175b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-052a2a1c-3db5-460a-b990-cbf0cc4e175b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-052a2a1c-3db5-460a-b990-cbf0cc4e175b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-736ed305-7e51-4e63-ae1c-744eb0dacaca {
  min-height: 50px;
}








#s-736ed305-7e51-4e63-ae1c-744eb0dacaca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-736ed305-7e51-4e63-ae1c-744eb0dacaca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62f648fa-fb00-4218-9b23-97fa5f6c269c {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 151px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-62f648fa-fb00-4218-9b23-97fa5f6c269c img.shogun-image,
  #s-62f648fa-fb00-4218-9b23-97fa5f6c269c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62f648fa-fb00-4218-9b23-97fa5f6c269c {
    width: 100%;
    height: auto;
  }



  #s-62f648fa-fb00-4218-9b23-97fa5f6c269c img.shogun-image {
    

    
    
    
  }


#s-62f648fa-fb00-4218-9b23-97fa5f6c269c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-b0ce4782-7e84-4b27-be81-af04ea2599e5 {
  display: none;
}
#s-b0ce4782-7e84-4b27-be81-af04ea2599e5, #wrap-s-b0ce4782-7e84-4b27-be81-af04ea2599e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0ce4782-7e84-4b27-be81-af04ea2599e5 {
  display: none;
}
#s-b0ce4782-7e84-4b27-be81-af04ea2599e5, #wrap-s-b0ce4782-7e84-4b27-be81-af04ea2599e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0ce4782-7e84-4b27-be81-af04ea2599e5 {
  display: none;
}
#s-b0ce4782-7e84-4b27-be81-af04ea2599e5, #wrap-s-b0ce4782-7e84-4b27-be81-af04ea2599e5 { display: none !important; }}
#s-b0ce4782-7e84-4b27-be81-af04ea2599e5 hr {
  border-top: 2px solid #ddd;
}

#s-af1b63ca-e470-46aa-ae78-082e1affc3ad {
  min-height: 50px;
}








#s-af1b63ca-e470-46aa-ae78-082e1affc3ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af1b63ca-e470-46aa-ae78-082e1affc3ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8ba895a-e301-45b2-8fb9-7b5417afb578 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d8ba895a-e301-45b2-8fb9-7b5417afb578 img.shogun-image,
  #s-d8ba895a-e301-45b2-8fb9-7b5417afb578 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8ba895a-e301-45b2-8fb9-7b5417afb578 {
    width: 100%;
    height: auto;
  }



  #s-d8ba895a-e301-45b2-8fb9-7b5417afb578 img.shogun-image {
    

    
    
    
  }


#s-d8ba895a-e301-45b2-8fb9-7b5417afb578 .shogun-image-content {
  
    align-items: center;
  
}

#s-db464cc8-af13-4275-972b-32deb61fd4ee {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 900px;
}

#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
  max-width: 1570px;
aspect-ratio: 1570/364;
text-align: center;
}
@media (min-width: 1200px){#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
  display: none;
}
#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041, #wrap-s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
  display: none;
}
#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041, #wrap-s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
  display: unset;
}
#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041, #wrap-s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 { display: unset !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }

    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-link {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
    width: 100%;
    height: auto;
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
    
    
  }


.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
      --shg-aspect-ratio: calc(1570/364); 
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
      position: relative;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }

    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-link {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
    width: 100%;
    height: auto;
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
    
    
  }


.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
      --shg-aspect-ratio: calc(1570/364); 
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
      position: relative;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }

    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-link {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
    width: 100%;
    height: auto;
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
    
    
  }


.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
      --shg-aspect-ratio: calc(1570/364); 
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
      position: relative;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }

    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-link {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
    width: 100%;
    height: auto;
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
    
    
  }


.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
      --shg-aspect-ratio: calc(1570/364); 
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
      position: relative;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }

    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-link {
      aspect-ratio: 1570/364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
    width: 100%;
    height: auto;
  }

  #s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
    
    
  }


.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 {
      --shg-aspect-ratio: calc(1570/364); 
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container {
      position: relative;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c14c1e-a089-47c1-9dbe-e366dbc68041 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -9em;
margin-bottom: 0em;
padding-bottom: 0em;
min-height: 400px;
background-position: center top;
}
@media (min-width: 1200px){#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  display: none;
}
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae, #wrap-s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae { display: none !important; }}@media (max-width: 767px){#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  display: none;
}
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae, #wrap-s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae { display: none !important; }}
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-image: url(https://i.shgcdn.com/27ed92cf-9a65-4ec5-8183-f9324e45c0ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-image: url(https://i.shgcdn.com/27ed92cf-9a65-4ec5-8183-f9324e45c0ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-image: url(https://i.shgcdn.com/27ed92cf-9a65-4ec5-8183-f9324e45c0ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-image: url(https://i.shgcdn.com/27ed92cf-9a65-4ec5-8183-f9324e45c0ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-image: url(https://i.shgcdn.com/27ed92cf-9a65-4ec5-8183-f9324e45c0ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-image: url(https://i.shgcdn.com/27ed92cf-9a65-4ec5-8183-f9324e45c0ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-image: url(https://i.shgcdn.com/27ed92cf-9a65-4ec5-8183-f9324e45c0ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-image: url(https://i.shgcdn.com/27ed92cf-9a65-4ec5-8183-f9324e45c0ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae {
  background-image: url(https://i.shgcdn.com/27ed92cf-9a65-4ec5-8183-f9324e45c0ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60f2d90c-1c96-4888-88dc-5d254fb4a6ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdfdedb5-6c56-4ce8-9d1f-0226f5bc5b73 {
  min-height: 50px;
}








#s-bdfdedb5-6c56-4ce8-9d1f-0226f5bc5b73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfdedb5-6c56-4ce8-9d1f-0226f5bc5b73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3134283b-110c-415a-a794-baf11a59fc28 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-3134283b-110c-415a-a794-baf11a59fc28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3134283b-110c-415a-a794-baf11a59fc28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-184a5016-f3eb-4e50-83a2-1e53fc099d9d {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-184a5016-f3eb-4e50-83a2-1e53fc099d9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-184a5016-f3eb-4e50-83a2-1e53fc099d9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-184a5016-f3eb-4e50-83a2-1e53fc099d9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-184a5016-f3eb-4e50-83a2-1e53fc099d9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-184a5016-f3eb-4e50-83a2-1e53fc099d9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-184a5016-f3eb-4e50-83a2-1e53fc099d9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-184a5016-f3eb-4e50-83a2-1e53fc099d9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0ef1d0b1-d5db-4a5a-9b50-6db47ca9ff69 {
  min-height: 50px;
}








#s-0ef1d0b1-d5db-4a5a-9b50-6db47ca9ff69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ef1d0b1-d5db-4a5a-9b50-6db47ca9ff69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
    width: 100%;
    height: auto;
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
    
    
  }


.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
      position: relative;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
    width: 100%;
    height: auto;
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
    
    
  }


.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
      position: relative;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
    width: 100%;
    height: auto;
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
    
    
  }


.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
      position: relative;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
    width: 100%;
    height: auto;
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
    
    
  }


.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
      position: relative;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
    width: 100%;
    height: auto;
  }

  #s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
    
    
  }


.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container {
      position: relative;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-516ddf9a-92da-483f-b890-f7cc68b5f5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-44ecbd2b-0768-4ed2-9106-c2d98d93ba96 {
  min-height: 50px;
}








#s-44ecbd2b-0768-4ed2-9106-c2d98d93ba96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ecbd2b-0768-4ed2-9106-c2d98d93ba96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70f8f003-0c56-4365-8a2f-7826a50d48a5 {
  text-align: left;
}

#s-00dcbe3b-aa4c-4e7d-bf5f-c0c211e9db61 {
  text-align: left;
}

#s-de8bef52-60c0-468b-9459-2a7782a210ff {
  min-height: 50px;
}








#s-de8bef52-60c0-468b-9459-2a7782a210ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de8bef52-60c0-468b-9459-2a7782a210ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d141fff-ddba-453c-82b4-16ab0b14c70e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}

#s-4d141fff-ddba-453c-82b4-16ab0b14c70e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-4d141fff-ddba-453c-82b4-16ab0b14c70e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-1dc9d6ab-6168-4454-ad72-fa8984a67c86 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-1dc9d6ab-6168-4454-ad72-fa8984a67c86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dc9d6ab-6168-4454-ad72-fa8984a67c86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-20ac97fe-1183-46b3-84db-202273c88594 {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-20ac97fe-1183-46b3-84db-202273c88594 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(57, 58, 55, 1);
}

#s-20ac97fe-1183-46b3-84db-202273c88594 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(57, 58, 55, 1);
  padding: 2em;
}

#s-20ac97fe-1183-46b3-84db-202273c88594 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-20ac97fe-1183-46b3-84db-202273c88594 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(57, 58, 55, 1);
}

#s-20ac97fe-1183-46b3-84db-202273c88594 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-20ac97fe-1183-46b3-84db-202273c88594 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}







#s-a7cc74b6-c380-4a3d-bfd5-9da4191452ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7cc74b6-c380-4a3d-bfd5-9da4191452ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-657d5a77-c6fd-4bac-9f73-5059398d57d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-657d5a77-c6fd-4bac-9f73-5059398d57d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-657d5a77-c6fd-4bac-9f73-5059398d57d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-657d5a77-c6fd-4bac-9f73-5059398d57d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-657d5a77-c6fd-4bac-9f73-5059398d57d9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: center center;
}

#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e39112ee-079f-4474-8ce6-c06de5bd1369 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-e39112ee-079f-4474-8ce6-c06de5bd1369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e39112ee-079f-4474-8ce6-c06de5bd1369.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1858b47-15be-413e-8fa7-c11cfec0ae0d {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-6a72e30c-c1b9-4496-88dc-74d2cc508ca8 {
  display: none;
}
#s-6a72e30c-c1b9-4496-88dc-74d2cc508ca8, #wrap-s-6a72e30c-c1b9-4496-88dc-74d2cc508ca8 { display: none !important; }}
#s-263906fd-ae49-4185-af1c-ea3317e33323 {
  
}








#s-263906fd-ae49-4185-af1c-ea3317e33323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263906fd-ae49-4185-af1c-ea3317e33323.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9626c77-6b42-418e-9961-5a584117f297 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 {
    width: 100%;
    height: auto;
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
    
    
  }


.s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9626c77-6b42-418e-9961-5a584117f297 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
      position: relative;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 {
    width: 100%;
    height: auto;
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
    
    
  }


.s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9626c77-6b42-418e-9961-5a584117f297 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
      position: relative;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 {
    width: 100%;
    height: auto;
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
    
    
  }


.s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9626c77-6b42-418e-9961-5a584117f297 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
      position: relative;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 {
    width: 100%;
    height: auto;
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
    
    
  }


.s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9626c77-6b42-418e-9961-5a584117f297 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
      position: relative;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9626c77-6b42-418e-9961-5a584117f297 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 {
    width: 100%;
    height: auto;
  }

  #s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
    
    
  }


.s-d9626c77-6b42-418e-9961-5a584117f297 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9626c77-6b42-418e-9961-5a584117f297 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container {
      position: relative;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9626c77-6b42-418e-9961-5a584117f297 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-5df8bbff-c134-4531-b725-6fb4209bef89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5df8bbff-c134-4531-b725-6fb4209bef89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a7bd1ec5-e0b0-4a05-9305-3a48d6ed1ae8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7bd1ec5-e0b0-4a05-9305-3a48d6ed1ae8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7bd1ec5-e0b0-4a05-9305-3a48d6ed1ae8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7bd1ec5-e0b0-4a05-9305-3a48d6ed1ae8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a7bd1ec5-e0b0-4a05-9305-3a48d6ed1ae8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: center center;
}

#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c7c963e-6dfc-40eb-9187-8230e3cfa4f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a9611f4-e120-411d-98ac-688a7aab8fb6 {
  margin-bottom: 1em;
}

#s-d19d3505-3a06-483e-a12a-8bf21f089a8e {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-225d4e1d-bb81-49d1-8637-a79ad7950b38 {
  
}








#s-225d4e1d-bb81-49d1-8637-a79ad7950b38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-225d4e1d-bb81-49d1-8637-a79ad7950b38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
    width: 100%;
    height: auto;
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
    
    
  }


.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
      position: relative;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
    width: 100%;
    height: auto;
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
    
    
  }


.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
      position: relative;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
    width: 100%;
    height: auto;
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
    
    
  }


.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
      position: relative;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
    width: 100%;
    height: auto;
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
    
    
  }


.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
      position: relative;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
    width: 100%;
    height: auto;
  }

  #s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
    
    
  }


.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container {
      position: relative;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d4a5d6-6473-466f-a79c-5f1a6f1122af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-348f35eb-689d-4856-afdf-3b1dd589905f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-348f35eb-689d-4856-afdf-3b1dd589905f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a89169bd-e05a-4496-aa2d-78db7f829d26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a89169bd-e05a-4496-aa2d-78db7f829d26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a89169bd-e05a-4496-aa2d-78db7f829d26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a89169bd-e05a-4496-aa2d-78db7f829d26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-15a23223-579f-4f28-a09a-80f1883c89b7 {
  
}








#s-15a23223-579f-4f28-a09a-80f1883c89b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15a23223-579f-4f28-a09a-80f1883c89b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
    width: 100%;
    height: auto;
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
    
    
  }


.s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-content {
  
    align-items: center;
  
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
      position: relative;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
    width: 100%;
    height: auto;
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
    
    
  }


.s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-content {
  
    align-items: center;
  
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
      position: relative;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
    width: 100%;
    height: auto;
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
    
    
  }


.s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-content {
  
    align-items: center;
  
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
      position: relative;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
    width: 100%;
    height: auto;
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
    
    
  }


.s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-content {
  
    align-items: center;
  
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
      position: relative;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
    width: 100%;
    height: auto;
  }

  #s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
    
    
  }


.s-079e8e04-8344-4e35-b53e-ecb01f4be6df .shogun-image-content {
  
    align-items: center;
  
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container {
      position: relative;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079e8e04-8344-4e35-b53e-ecb01f4be6df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: left center;
}

#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1c5adfb-931b-4af2-babe-588b7cc55d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f72d43b5-fe26-4a08-80e5-db8663894e06 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-4de83927-be37-49f2-8d4f-20ab774067cb {
  display: none;
}
#s-4de83927-be37-49f2-8d4f-20ab774067cb, #wrap-s-4de83927-be37-49f2-8d4f-20ab774067cb { display: none !important; }}







#s-d7f05bec-08b2-489b-b65a-5a04ece60266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7f05bec-08b2-489b-b65a-5a04ece60266.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-38a88a98-b2b2-49f3-8aef-6c67414e2f1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38a88a98-b2b2-49f3-8aef-6c67414e2f1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38a88a98-b2b2-49f3-8aef-6c67414e2f1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38a88a98-b2b2-49f3-8aef-6c67414e2f1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6f30aa8f-12a4-4f2d-8de7-745d7959cf13 {
  
}








#s-6f30aa8f-12a4-4f2d-8de7-745d7959cf13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f30aa8f-12a4-4f2d-8de7-745d7959cf13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
    width: 100%;
    height: auto;
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
    
    
  }


.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
      position: relative;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
    width: 100%;
    height: auto;
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
    
    
  }


.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
      position: relative;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
    width: 100%;
    height: auto;
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
    
    
  }


.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
      position: relative;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
    width: 100%;
    height: auto;
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
    
    
  }


.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
      position: relative;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
    width: 100%;
    height: auto;
  }

  #s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
    
    
  }


.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container {
      position: relative;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcb0c4b-40cf-440c-8343-66698b5ff17b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4826d190-ca5e-4ad0-9a1a-4f30f4c17819 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: left center;
}








#s-4826d190-ca5e-4ad0-9a1a-4f30f4c17819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4826d190-ca5e-4ad0-9a1a-4f30f4c17819.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8bea157-59b7-44ad-9b7a-51bfdc0f392f {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-673c11d3-fef7-480e-b0d6-88d4f29462d0 {
  display: none;
}
#s-673c11d3-fef7-480e-b0d6-88d4f29462d0, #wrap-s-673c11d3-fef7-480e-b0d6-88d4f29462d0 { display: none !important; }}







#s-bbc2d0aa-123c-4799-b2f2-ab4e6ea92cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbc2d0aa-123c-4799-b2f2-ab4e6ea92cac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f3b22bf5-3d49-426e-8940-c65f47877fe9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3b22bf5-3d49-426e-8940-c65f47877fe9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3b22bf5-3d49-426e-8940-c65f47877fe9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3b22bf5-3d49-426e-8940-c65f47877fe9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7d108895-dab9-4b55-b4cd-9b49498ca936 {
  
}








#s-7d108895-dab9-4b55-b4cd-9b49498ca936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d108895-dab9-4b55-b4cd-9b49498ca936.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
    width: 100%;
    height: auto;
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
    
    
  }


.s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
      position: relative;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
    width: 100%;
    height: auto;
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
    
    
  }


.s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
      position: relative;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
    width: 100%;
    height: auto;
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
    
    
  }


.s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
      position: relative;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
    width: 100%;
    height: auto;
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
    
    
  }


.s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
      position: relative;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
    width: 100%;
    height: auto;
  }

  #s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
    
    
  }


.s-e3fffefe-d89a-4cc8-8962-22bf8b734454 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container {
      position: relative;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fffefe-d89a-4cc8-8962-22bf8b734454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: center center;
}

#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8bde931a-2a31-4f95-9447-b7d4676a12be {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-8bde931a-2a31-4f95-9447-b7d4676a12be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bde931a-2a31-4f95-9447-b7d4676a12be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-014f0d8e-b990-4ad2-8b9f-247d1a92ac83 {
  margin-bottom: 1em;
}

#s-9527ddb4-ac75-4395-bcf8-77f8ce9fa053 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}








#s-aec2d2d9-f84e-47b4-b6eb-4e106f0bb88f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aec2d2d9-f84e-47b4-b6eb-4e106f0bb88f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b8b82cb6-5a49-45fb-ac8d-50f5542607b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8b82cb6-5a49-45fb-ac8d-50f5542607b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8b82cb6-5a49-45fb-ac8d-50f5542607b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8b82cb6-5a49-45fb-ac8d-50f5542607b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b8b82cb6-5a49-45fb-ac8d-50f5542607b0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d7834f6e-eaa5-46f8-aadf-4e2a694e2b2f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: left center;
}








#s-d7834f6e-eaa5-46f8-aadf-4e2a694e2b2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7834f6e-eaa5-46f8-aadf-4e2a694e2b2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a831701-1697-4cb7-a731-aa26fb87235e {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-2c0fa510-4e71-4975-a9e7-f02c9d16568d {
  display: none;
}
#s-2c0fa510-4e71-4975-a9e7-f02c9d16568d, #wrap-s-2c0fa510-4e71-4975-a9e7-f02c9d16568d { display: none !important; }}
#s-2202e52a-f455-4646-84c6-b5cd2898c7bb {
  
}








#s-2202e52a-f455-4646-84c6-b5cd2898c7bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2202e52a-f455-4646-84c6-b5cd2898c7bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
    width: 100%;
    height: auto;
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
    
    
  }


.s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
      position: relative;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
    width: 100%;
    height: auto;
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
    
    
  }


.s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
      position: relative;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
    width: 100%;
    height: auto;
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
    
    
  }


.s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
      position: relative;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
    width: 100%;
    height: auto;
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
    
    
  }


.s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
      position: relative;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
    width: 100%;
    height: auto;
  }

  #s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
    
    
  }


.s-be669d3e-066e-44d1-9b89-92481aa3ef8d .shogun-image-content {
  
    align-items: center;
  
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container {
      position: relative;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be669d3e-066e-44d1-9b89-92481aa3ef8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d89e76b4-7e24-441b-a641-fca6295c6986 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-d89e76b4-7e24-441b-a641-fca6295c6986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d89e76b4-7e24-441b-a641-fca6295c6986.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-490434aa-7b14-4319-ad12-aafa9142b0c7 {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-490434aa-7b14-4319-ad12-aafa9142b0c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-490434aa-7b14-4319-ad12-aafa9142b0c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-490434aa-7b14-4319-ad12-aafa9142b0c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-490434aa-7b14-4319-ad12-aafa9142b0c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-490434aa-7b14-4319-ad12-aafa9142b0c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-490434aa-7b14-4319-ad12-aafa9142b0c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-490434aa-7b14-4319-ad12-aafa9142b0c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ab28dee0-46e3-4a5b-892c-3539f1b86c64 {
  min-height: 50px;
}








#s-ab28dee0-46e3-4a5b-892c-3539f1b86c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab28dee0-46e3-4a5b-892c-3539f1b86c64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
    width: 100%;
    height: auto;
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
    
    
  }


.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-content {
  
    align-items: center;
  
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
      position: relative;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
    width: 100%;
    height: auto;
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
    
    
  }


.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-content {
  
    align-items: center;
  
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
      position: relative;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
    width: 100%;
    height: auto;
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
    
    
  }


.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-content {
  
    align-items: center;
  
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
      position: relative;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
    width: 100%;
    height: auto;
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
    
    
  }


.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-content {
  
    align-items: center;
  
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
      position: relative;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
    width: 100%;
    height: auto;
  }

  #s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
    
    
  }


.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf .shogun-image-content {
  
    align-items: center;
  
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container {
      position: relative;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff6e98a3-2efb-488a-b81b-1413ed05bfdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6b80ab83-2da9-4343-a9b0-fbe8835dfe69 {
  min-height: 50px;
}








#s-6b80ab83-2da9-4343-a9b0-fbe8835dfe69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b80ab83-2da9-4343-a9b0-fbe8835dfe69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cee01e42-9bb9-4fcb-9402-909b7ec702e1 {
  text-align: left;
}

#s-c414acd8-0b27-4788-ba5b-ca35243a70cc {
  min-height: 50px;
}








#s-c414acd8-0b27-4788-ba5b-ca35243a70cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c414acd8-0b27-4788-ba5b-ca35243a70cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae6cae25-0ce3-469e-b58b-95e5a85c9b48 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}

#s-ae6cae25-0ce3-469e-b58b-95e5a85c9b48 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-ae6cae25-0ce3-469e-b58b-95e5a85c9b48 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-90f09fb1-249f-4eaa-8b68-c574ec1aee85 {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-90f09fb1-249f-4eaa-8b68-c574ec1aee85 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(57, 58, 55, 1);
}

#s-90f09fb1-249f-4eaa-8b68-c574ec1aee85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(57, 58, 55, 1);
  padding: 2em;
}

#s-90f09fb1-249f-4eaa-8b68-c574ec1aee85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-90f09fb1-249f-4eaa-8b68-c574ec1aee85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(57, 58, 55, 1);
}

#s-90f09fb1-249f-4eaa-8b68-c574ec1aee85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-90f09fb1-249f-4eaa-8b68-c574ec1aee85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}







#s-8af28ce2-4648-4f34-8057-8ae09e99c223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af28ce2-4648-4f34-8057-8ae09e99c223.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e241abdb-f5a9-41c6-9137-ba506c915b48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e241abdb-f5a9-41c6-9137-ba506c915b48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e241abdb-f5a9-41c6-9137-ba506c915b48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e241abdb-f5a9-41c6-9137-ba506c915b48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e241abdb-f5a9-41c6-9137-ba506c915b48"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: center center;
}

#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6c6531c-b5b9-4c17-8463-7be80ee9ff0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fefd1b59-cf8d-4fc2-b11d-3f6d60c14dbe {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-3984abb5-5302-4aef-b0e7-67bbfa4e1af9 {
  display: none;
}
#s-3984abb5-5302-4aef-b0e7-67bbfa4e1af9, #wrap-s-3984abb5-5302-4aef-b0e7-67bbfa4e1af9 { display: none !important; }}
#s-ec3b9116-ae15-4627-a0fb-a0126959cd54 {
  
}








#s-ec3b9116-ae15-4627-a0fb-a0126959cd54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec3b9116-ae15-4627-a0fb-a0126959cd54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
    width: 100%;
    height: auto;
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
    
    
  }


.s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
      position: relative;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
    width: 100%;
    height: auto;
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
    
    
  }


.s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
      position: relative;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
    width: 100%;
    height: auto;
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
    
    
  }


.s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
      position: relative;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
    width: 100%;
    height: auto;
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
    
    
  }


.s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
      position: relative;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
    width: 100%;
    height: auto;
  }

  #s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
    
    
  }


.s-e135e67f-1003-46e1-82af-0ecc82df0a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container {
      position: relative;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e135e67f-1003-46e1-82af-0ecc82df0a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-812fadd5-ded7-45fd-b92d-d8f86a6480a3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-812fadd5-ded7-45fd-b92d-d8f86a6480a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-812fadd5-ded7-45fd-b92d-d8f86a6480a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f86122be-339a-4c25-9c65-febe71e0abbc {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f86122be-339a-4c25-9c65-febe71e0abbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f86122be-339a-4c25-9c65-febe71e0abbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f86122be-339a-4c25-9c65-febe71e0abbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f86122be-339a-4c25-9c65-febe71e0abbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f86122be-339a-4c25-9c65-febe71e0abbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f86122be-339a-4c25-9c65-febe71e0abbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f86122be-339a-4c25-9c65-febe71e0abbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-92e479bb-552e-4317-8761-2436d4f453d0 {
  min-height: 50px;
}








#s-92e479bb-552e-4317-8761-2436d4f453d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92e479bb-552e-4317-8761-2436d4f453d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
    width: 100%;
    height: auto;
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
    
    
  }


.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
      position: relative;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
    width: 100%;
    height: auto;
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
    
    
  }


.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
      position: relative;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
    width: 100%;
    height: auto;
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
    
    
  }


.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
      position: relative;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
    width: 100%;
    height: auto;
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
    
    
  }


.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
      position: relative;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
    width: 100%;
    height: auto;
  }

  #s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
    
    
  }


.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container {
      position: relative;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebac13ac-bf29-4ac6-bccc-96ac1ce8af8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9163a650-9a9a-47f7-a88c-97b993827730 {
  min-height: 50px;
}








#s-9163a650-9a9a-47f7-a88c-97b993827730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9163a650-9a9a-47f7-a88c-97b993827730.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db0a0694-21b7-49e0-ba08-947595c700e7 {
  text-align: left;
}

#s-4f2ce706-8fbc-4f79-aacf-3f64af5fa29d {
  min-height: 50px;
}








#s-4f2ce706-8fbc-4f79-aacf-3f64af5fa29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f2ce706-8fbc-4f79-aacf-3f64af5fa29d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6168a1cd-b178-4a7f-8d20-4f82ce49573b {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}

#s-6168a1cd-b178-4a7f-8d20-4f82ce49573b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-6168a1cd-b178-4a7f-8d20-4f82ce49573b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-a0a43be5-ef8b-4908-b157-897d6c8ccf1c {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-a0a43be5-ef8b-4908-b157-897d6c8ccf1c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(57, 58, 55, 1);
}

#s-a0a43be5-ef8b-4908-b157-897d6c8ccf1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(57, 58, 55, 1);
  padding: 2em;
}

#s-a0a43be5-ef8b-4908-b157-897d6c8ccf1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a0a43be5-ef8b-4908-b157-897d6c8ccf1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(57, 58, 55, 1);
}

#s-a0a43be5-ef8b-4908-b157-897d6c8ccf1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-a0a43be5-ef8b-4908-b157-897d6c8ccf1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}







#s-cc4016ba-b653-44c1-a0fd-f9140ca63868 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc4016ba-b653-44c1-a0fd-f9140ca63868.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0c1a3658-2db7-4a8f-83cf-d842178522cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c1a3658-2db7-4a8f-83cf-d842178522cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c1a3658-2db7-4a8f-83cf-d842178522cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c1a3658-2db7-4a8f-83cf-d842178522cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0c1a3658-2db7-4a8f-83cf-d842178522cc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: left center;
}

#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddff47e4-e26a-4d48-a5d8-95634bf743a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86d9140a-22ee-41c2-980c-2d03a5ac6d4b {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-19e7cd7e-90b6-42e8-8512-b324dd0aab20 {
  display: none;
}
#s-19e7cd7e-90b6-42e8-8512-b324dd0aab20, #wrap-s-19e7cd7e-90b6-42e8-8512-b324dd0aab20 { display: none !important; }}
#s-9363a99a-caf0-43a7-83e5-13fefebda8cd {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-0aebeaff-d9e4-403f-a1ab-1d6955b76ceb {
  
}








#s-0aebeaff-d9e4-403f-a1ab-1d6955b76ceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aebeaff-d9e4-403f-a1ab-1d6955b76ceb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
    width: 100%;
    height: auto;
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
    
    
  }


.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
      position: relative;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
    width: 100%;
    height: auto;
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
    
    
  }


.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
      position: relative;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
    width: 100%;
    height: auto;
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
    
    
  }


.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
      position: relative;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
    width: 100%;
    height: auto;
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
    
    
  }


.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
      position: relative;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
    width: 100%;
    height: auto;
  }

  #s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
    
    
  }


.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container {
      position: relative;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3cd1bf2-9f0c-4bdd-87b5-c509c8bb67bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-5e8d0a22-d111-44f0-9f15-c51f8257a15d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e8d0a22-d111-44f0-9f15-c51f8257a15d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f519b97d-f93a-4378-936c-680e7303607c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f519b97d-f93a-4378-936c-680e7303607c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f519b97d-f93a-4378-936c-680e7303607c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f519b97d-f93a-4378-936c-680e7303607c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f519b97d-f93a-4378-936c-680e7303607c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 850px;
background-position: left center;
}

#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d8ffc342-6c43-470b-a536-09ca492be476 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d8ffc342-6c43-470b-a536-09ca492be476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8ffc342-6c43-470b-a536-09ca492be476.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-029365f0-ec92-4559-806e-d1c28983033d {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-50f3926f-9eec-4a8a-b820-900bc0e1cda5 {
  display: none;
}
#s-50f3926f-9eec-4a8a-b820-900bc0e1cda5, #wrap-s-50f3926f-9eec-4a8a-b820-900bc0e1cda5 { display: none !important; }}
#s-983e2233-abcf-429a-a154-a59a5c41f414 {
  margin-bottom: 1em;
}

#s-adf06c53-a12b-4bbf-a1d8-5b84651ffc9a {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-b2917e52-e98d-4eaf-81cc-c7eb833378d2 {
  
}








#s-b2917e52-e98d-4eaf-81cc-c7eb833378d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2917e52-e98d-4eaf-81cc-c7eb833378d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
    width: 100%;
    height: auto;
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
    
    
  }


.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
      position: relative;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
    width: 100%;
    height: auto;
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
    
    
  }


.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
      position: relative;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
    width: 100%;
    height: auto;
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
    
    
  }


.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
      position: relative;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
    width: 100%;
    height: auto;
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
    
    
  }


.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
      position: relative;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
    width: 100%;
    height: auto;
  }

  #s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
    
    
  }


.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container {
      position: relative;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac4efb9-1276-47c8-90fb-0113d0696b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-577bb648-984c-4db9-8619-0be942100936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-577bb648-984c-4db9-8619-0be942100936.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8a29639e-33c8-4942-b985-aff34872f2ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a29639e-33c8-4942-b985-aff34872f2ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a29639e-33c8-4942-b985-aff34872f2ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a29639e-33c8-4942-b985-aff34872f2ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1e0db5cf-2de5-4062-975e-9fcd7fd7b838 {
  
}








#s-1e0db5cf-2de5-4062-975e-9fcd7fd7b838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e0db5cf-2de5-4062-975e-9fcd7fd7b838.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
    width: 100%;
    height: auto;
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
    
    
  }


.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
      position: relative;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
    width: 100%;
    height: auto;
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
    
    
  }


.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
      position: relative;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
    width: 100%;
    height: auto;
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
    
    
  }


.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
      position: relative;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
    width: 100%;
    height: auto;
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
    
    
  }


.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
      position: relative;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
    width: 100%;
    height: auto;
  }

  #s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
    
    
  }


.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container {
      position: relative;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ca2fe7-ec03-412f-b3c1-a049d27f8f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: right center;
}

#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9afa3da9-90d5-4433-b2a8-5ae13dca5a73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aad1949-f7f4-47b9-8f1a-1eb78d05fec9 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-07e04dd0-cf2e-48b7-99bc-2701d1958015 {
  display: none;
}
#s-07e04dd0-cf2e-48b7-99bc-2701d1958015, #wrap-s-07e04dd0-cf2e-48b7-99bc-2701d1958015 { display: none !important; }}
#s-fcdbe7d5-72d5-4760-afcc-198f14c70ffd {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}








#s-3ae9d513-cf5d-4cf9-887f-4a3514e748f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ae9d513-cf5d-4cf9-887f-4a3514e748f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-079cf6eb-34a8-4a48-a5bd-7520ff3cbf28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-079cf6eb-34a8-4a48-a5bd-7520ff3cbf28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-079cf6eb-34a8-4a48-a5bd-7520ff3cbf28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-079cf6eb-34a8-4a48-a5bd-7520ff3cbf28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dae4d068-d82d-4f25-9fd8-b4ea7c72285d {
  
}








#s-dae4d068-d82d-4f25-9fd8-b4ea7c72285d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dae4d068-d82d-4f25-9fd8-b4ea7c72285d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cbb181a-ba87-41c4-854e-17af577c0661 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 {
    width: 100%;
    height: auto;
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
    
    
  }


.s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cbb181a-ba87-41c4-854e-17af577c0661 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
      position: relative;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 {
    width: 100%;
    height: auto;
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
    
    
  }


.s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cbb181a-ba87-41c4-854e-17af577c0661 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
      position: relative;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 {
    width: 100%;
    height: auto;
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
    
    
  }


.s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cbb181a-ba87-41c4-854e-17af577c0661 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
      position: relative;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 {
    width: 100%;
    height: auto;
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
    
    
  }


.s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cbb181a-ba87-41c4-854e-17af577c0661 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
      position: relative;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cbb181a-ba87-41c4-854e-17af577c0661 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 {
    width: 100%;
    height: auto;
  }

  #s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
    
    
  }


.s-3cbb181a-ba87-41c4-854e-17af577c0661 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cbb181a-ba87-41c4-854e-17af577c0661 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container {
      position: relative;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cbb181a-ba87-41c4-854e-17af577c0661 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: right center;
}

#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8cb2c056-6383-468d-b17d-b56398e0d743 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-8cb2c056-6383-468d-b17d-b56398e0d743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb2c056-6383-468d-b17d-b56398e0d743.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ee4326c-c953-4e53-91b9-c4928b2bb375 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-444b210c-444b-4fd4-afbf-c0434a178dd5 {
  display: none;
}
#s-444b210c-444b-4fd4-afbf-c0434a178dd5, #wrap-s-444b210c-444b-4fd4-afbf-c0434a178dd5 { display: none !important; }}
#s-18b1cf83-073a-4797-8fbe-3f71b9dcefa6 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-933c04f0-736e-4057-8514-f4011241929c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-933c04f0-736e-4057-8514-f4011241929c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-933c04f0-736e-4057-8514-f4011241929c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70539bf1-3eab-4dec-b2f0-b24620b8e6ef {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-70539bf1-3eab-4dec-b2f0-b24620b8e6ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70539bf1-3eab-4dec-b2f0-b24620b8e6ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70539bf1-3eab-4dec-b2f0-b24620b8e6ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70539bf1-3eab-4dec-b2f0-b24620b8e6ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70539bf1-3eab-4dec-b2f0-b24620b8e6ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70539bf1-3eab-4dec-b2f0-b24620b8e6ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70539bf1-3eab-4dec-b2f0-b24620b8e6ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9b517cdf-c9a9-404f-a1a2-1aea2cce357f {
  min-height: 50px;
}








#s-9b517cdf-c9a9-404f-a1a2-1aea2cce357f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b517cdf-c9a9-404f-a1a2-1aea2cce357f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
    width: 100%;
    height: auto;
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
    
    
  }


.s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-content {
  
    align-items: center;
  
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
      position: relative;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
    width: 100%;
    height: auto;
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
    
    
  }


.s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-content {
  
    align-items: center;
  
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
      position: relative;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
    width: 100%;
    height: auto;
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
    
    
  }


.s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-content {
  
    align-items: center;
  
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
      position: relative;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
    width: 100%;
    height: auto;
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
    
    
  }


.s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-content {
  
    align-items: center;
  
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
      position: relative;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
    width: 100%;
    height: auto;
  }

  #s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
    
    
  }


.s-69efd29d-65ca-4d2a-bc15-deed19b2517b .shogun-image-content {
  
    align-items: center;
  
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container {
      position: relative;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69efd29d-65ca-4d2a-bc15-deed19b2517b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9299baa6-1afa-49f3-8214-74673e07e552 {
  min-height: 50px;
}








#s-9299baa6-1afa-49f3-8214-74673e07e552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9299baa6-1afa-49f3-8214-74673e07e552.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-460550d1-2020-42b6-8a10-43d29719c44a {
  text-align: left;
}

#s-88f522af-116c-4701-bf0f-7344b6b08182 {
  min-height: 50px;
}








#s-88f522af-116c-4701-bf0f-7344b6b08182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88f522af-116c-4701-bf0f-7344b6b08182.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8190934-1dac-46ea-a015-eb8c36af8e26 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}

#s-f8190934-1dac-46ea-a015-eb8c36af8e26 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-f8190934-1dac-46ea-a015-eb8c36af8e26 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-8ecde9df-6f7d-437a-b3ba-48e572fe50ed {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-8ecde9df-6f7d-437a-b3ba-48e572fe50ed > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(57, 58, 55, 1);
}

#s-8ecde9df-6f7d-437a-b3ba-48e572fe50ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(57, 58, 55, 1);
  padding: 2em;
}

#s-8ecde9df-6f7d-437a-b3ba-48e572fe50ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8ecde9df-6f7d-437a-b3ba-48e572fe50ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(57, 58, 55, 1);
}

#s-8ecde9df-6f7d-437a-b3ba-48e572fe50ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-8ecde9df-6f7d-437a-b3ba-48e572fe50ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}







#s-dfe45b23-70a6-4d6c-afcd-38c22dd79951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfe45b23-70a6-4d6c-afcd-38c22dd79951.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e3a519b4-4afa-4202-90c3-5f4aaf18cb76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3a519b4-4afa-4202-90c3-5f4aaf18cb76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3a519b4-4afa-4202-90c3-5f4aaf18cb76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3a519b4-4afa-4202-90c3-5f4aaf18cb76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e3a519b4-4afa-4202-90c3-5f4aaf18cb76"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: left center;
}

#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8b963f59-854c-4994-bbf7-ba07ea697fba {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-8b963f59-854c-4994-bbf7-ba07ea697fba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b963f59-854c-4994-bbf7-ba07ea697fba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d67c483-128e-4f80-952f-23c097eb6a1d {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-fc7c69ac-1506-4ebc-afe6-6c2f70199304 {
  display: none;
}
#s-fc7c69ac-1506-4ebc-afe6-6c2f70199304, #wrap-s-fc7c69ac-1506-4ebc-afe6-6c2f70199304 { display: none !important; }}
#s-3d9e80e8-abf6-452d-9cbe-c0a3d5a4bfe3 {
  
}








#s-3d9e80e8-abf6-452d-9cbe-c0a3d5a4bfe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d9e80e8-abf6-452d-9cbe-c0a3d5a4bfe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
    width: 100%;
    height: auto;
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
    
    
  }


.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
      position: relative;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
    width: 100%;
    height: auto;
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
    
    
  }


.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
      position: relative;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
    width: 100%;
    height: auto;
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
    
    
  }


.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
      position: relative;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
    width: 100%;
    height: auto;
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
    
    
  }


.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
      position: relative;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
    width: 100%;
    height: auto;
  }

  #s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
    
    
  }


.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container {
      position: relative;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa50a6f-1a9b-47a7-b0d2-88393bb0a8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-fb444161-136c-413e-81d6-6f838bb1834a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb444161-136c-413e-81d6-6f838bb1834a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb444161-136c-413e-81d6-6f838bb1834a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb444161-136c-413e-81d6-6f838bb1834a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3ec425cc-fa80-4850-bb03-5da2904ba1cb {
  min-height: 50px;
}








#s-3ec425cc-fa80-4850-bb03-5da2904ba1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ec425cc-fa80-4850-bb03-5da2904ba1cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-507b3155-7eac-4123-8053-48061e67537d {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-507b3155-7eac-4123-8053-48061e67537d {
    width: 100%;
    height: auto;
  }

  #s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
    
    
  }


.s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-507b3155-7eac-4123-8053-48061e67537d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-507b3155-7eac-4123-8053-48061e67537d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
      position: relative;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-507b3155-7eac-4123-8053-48061e67537d {
    width: 100%;
    height: auto;
  }

  #s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
    
    
  }


.s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-507b3155-7eac-4123-8053-48061e67537d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-507b3155-7eac-4123-8053-48061e67537d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
      position: relative;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-507b3155-7eac-4123-8053-48061e67537d {
    width: 100%;
    height: auto;
  }

  #s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
    
    
  }


.s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-507b3155-7eac-4123-8053-48061e67537d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-507b3155-7eac-4123-8053-48061e67537d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
      position: relative;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-507b3155-7eac-4123-8053-48061e67537d {
    width: 100%;
    height: auto;
  }

  #s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
    
    
  }


.s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-507b3155-7eac-4123-8053-48061e67537d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-507b3155-7eac-4123-8053-48061e67537d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
      position: relative;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-507b3155-7eac-4123-8053-48061e67537d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-507b3155-7eac-4123-8053-48061e67537d {
    width: 100%;
    height: auto;
  }

  #s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
    
    
  }


.s-507b3155-7eac-4123-8053-48061e67537d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-507b3155-7eac-4123-8053-48061e67537d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-507b3155-7eac-4123-8053-48061e67537d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-507b3155-7eac-4123-8053-48061e67537d {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container {
      position: relative;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-507b3155-7eac-4123-8053-48061e67537d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-507b3155-7eac-4123-8053-48061e67537d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: center center;
}

#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-57fe6d8b-4e35-4e55-979d-2e68362eb338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57fe6d8b-4e35-4e55-979d-2e68362eb338.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c8b5443-e1c9-4558-a12c-acf0c3005871 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-daf43170-38f6-41f0-b745-460926b6c73c {
  display: none;
}
#s-daf43170-38f6-41f0-b745-460926b6c73c, #wrap-s-daf43170-38f6-41f0-b745-460926b6c73c { display: none !important; }}







#s-8e94ca92-417b-4d7f-8a1f-67a6c0cbe156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e94ca92-417b-4d7f-8a1f-67a6c0cbe156.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c15b7085-c199-423c-bb00-11621bc059b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c15b7085-c199-423c-bb00-11621bc059b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c15b7085-c199-423c-bb00-11621bc059b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c15b7085-c199-423c-bb00-11621bc059b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-770e8736-a7a7-4dd9-8e73-efe624fe9fb8 {
  
}








#s-770e8736-a7a7-4dd9-8e73-efe624fe9fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-770e8736-a7a7-4dd9-8e73-efe624fe9fb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
    width: 100%;
    height: auto;
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
    
    
  }


.s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
      position: relative;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
    width: 100%;
    height: auto;
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
    
    
  }


.s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
      position: relative;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
    width: 100%;
    height: auto;
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
    
    
  }


.s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
      position: relative;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
    width: 100%;
    height: auto;
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
    
    
  }


.s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
      position: relative;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
    width: 100%;
    height: auto;
  }

  #s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
    
    
  }


.s-ed84973a-713a-44cf-9c8f-46f8a13d8481 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container {
      position: relative;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed84973a-713a-44cf-9c8f-46f8a13d8481 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: center center;
}

#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9239e28b-52af-4f15-be68-7b173ac83d74 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-9239e28b-52af-4f15-be68-7b173ac83d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9239e28b-52af-4f15-be68-7b173ac83d74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5368912d-75c9-4cd7-bb6f-8daff0e7011b {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-de0d423a-34e0-41f8-8741-48dfdeadd228 {
  display: none;
}
#s-de0d423a-34e0-41f8-8741-48dfdeadd228, #wrap-s-de0d423a-34e0-41f8-8741-48dfdeadd228 { display: none !important; }}
#s-b5bc43f8-8d1f-4951-8c1b-f36b32428e4f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-b5bc43f8-8d1f-4951-8c1b-f36b32428e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5bc43f8-8d1f-4951-8c1b-f36b32428e4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15640974-873f-4a95-8a90-68dbeb24dc02 {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-15640974-873f-4a95-8a90-68dbeb24dc02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15640974-873f-4a95-8a90-68dbeb24dc02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15640974-873f-4a95-8a90-68dbeb24dc02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15640974-873f-4a95-8a90-68dbeb24dc02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15640974-873f-4a95-8a90-68dbeb24dc02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15640974-873f-4a95-8a90-68dbeb24dc02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15640974-873f-4a95-8a90-68dbeb24dc02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2b4a0ed8-8090-4772-ab75-16db32f3bc73 {
  min-height: 50px;
}








#s-2b4a0ed8-8090-4772-ab75-16db32f3bc73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b4a0ed8-8090-4772-ab75-16db32f3bc73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
    width: 100%;
    height: auto;
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
    
    
  }


.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
      position: relative;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
    width: 100%;
    height: auto;
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
    
    
  }


.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
      position: relative;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
    width: 100%;
    height: auto;
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
    
    
  }


.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
      position: relative;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
    width: 100%;
    height: auto;
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
    
    
  }


.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
      position: relative;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
    width: 100%;
    height: auto;
  }

  #s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
    
    
  }


.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container {
      position: relative;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a6e1031-85b7-4249-b9ec-27de1ce6bab2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-11dd8020-8944-43b8-82f7-410ab84b4ee0 {
  min-height: 50px;
}








#s-11dd8020-8944-43b8-82f7-410ab84b4ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11dd8020-8944-43b8-82f7-410ab84b4ee0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99737bf2-df67-4c5f-bbb6-544dc1dad794 {
  text-align: left;
}

#s-d79cffae-046f-451b-a188-fad641ae80ef {
  min-height: 50px;
}








#s-d79cffae-046f-451b-a188-fad641ae80ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d79cffae-046f-451b-a188-fad641ae80ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d65ac370-c137-46f8-8880-07feeb1aade7 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}

#s-d65ac370-c137-46f8-8880-07feeb1aade7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-d65ac370-c137-46f8-8880-07feeb1aade7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-6ba211de-5f34-4063-b353-ca62c2db2dd6 {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-6ba211de-5f34-4063-b353-ca62c2db2dd6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(57, 58, 55, 1);
}

#s-6ba211de-5f34-4063-b353-ca62c2db2dd6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(57, 58, 55, 1);
  padding: 2em;
}

#s-6ba211de-5f34-4063-b353-ca62c2db2dd6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6ba211de-5f34-4063-b353-ca62c2db2dd6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(57, 58, 55, 1);
}

#s-6ba211de-5f34-4063-b353-ca62c2db2dd6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-6ba211de-5f34-4063-b353-ca62c2db2dd6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}







#s-bea292d4-620b-4d3e-979e-a898484237c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bea292d4-620b-4d3e-979e-a898484237c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-827868b5-6a4d-4c9b-aef9-6a3547e35825"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-827868b5-6a4d-4c9b-aef9-6a3547e35825"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-827868b5-6a4d-4c9b-aef9-6a3547e35825"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-827868b5-6a4d-4c9b-aef9-6a3547e35825"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-827868b5-6a4d-4c9b-aef9-6a3547e35825"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: left center;
}

#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3317d055-2e42-4971-b4a3-6f7730a6a1b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a326e2a-ad79-4388-927a-4a54a32acf48 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-6e951269-a21f-4fea-96ae-5364726c2c15 {
  display: none;
}
#s-6e951269-a21f-4fea-96ae-5364726c2c15, #wrap-s-6e951269-a21f-4fea-96ae-5364726c2c15 { display: none !important; }}
#s-62b599eb-6e16-47b5-973f-06da491b20bf {
  min-height: 50px;
}








#s-62b599eb-6e16-47b5-973f-06da491b20bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b599eb-6e16-47b5-973f-06da491b20bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33726990-2bb4-4263-a18e-495fa1874588 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 {
    width: 100%;
    height: auto;
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
    
    
  }


.s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-content {
  
    align-items: center;
  
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33726990-2bb4-4263-a18e-495fa1874588 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
      position: relative;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 {
    width: 100%;
    height: auto;
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
    
    
  }


.s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-content {
  
    align-items: center;
  
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33726990-2bb4-4263-a18e-495fa1874588 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
      position: relative;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 {
    width: 100%;
    height: auto;
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
    
    
  }


.s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-content {
  
    align-items: center;
  
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33726990-2bb4-4263-a18e-495fa1874588 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
      position: relative;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 {
    width: 100%;
    height: auto;
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
    
    
  }


.s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-content {
  
    align-items: center;
  
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33726990-2bb4-4263-a18e-495fa1874588 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
      position: relative;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33726990-2bb4-4263-a18e-495fa1874588 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 {
    width: 100%;
    height: auto;
  }

  #s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
    
    
  }


.s-33726990-2bb4-4263-a18e-495fa1874588 .shogun-image-content {
  
    align-items: center;
  
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33726990-2bb4-4263-a18e-495fa1874588 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container {
      position: relative;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33726990-2bb4-4263-a18e-495fa1874588 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-04eaebba-d823-4a9e-ab76-5d1b6808a13e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04eaebba-d823-4a9e-ab76-5d1b6808a13e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-acde7d7f-6ee6-4980-bdbb-57ac0c28ea8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acde7d7f-6ee6-4980-bdbb-57ac0c28ea8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-acde7d7f-6ee6-4980-bdbb-57ac0c28ea8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-acde7d7f-6ee6-4980-bdbb-57ac0c28ea8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-acde7d7f-6ee6-4980-bdbb-57ac0c28ea8c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-04404455-d910-449a-838a-b0809191f874 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: left center;
}

#s-04404455-d910-449a-838a-b0809191f874 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-04404455-d910-449a-838a-b0809191f874 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-04404455-d910-449a-838a-b0809191f874 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-04404455-d910-449a-838a-b0809191f874 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-04404455-d910-449a-838a-b0809191f874 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-04404455-d910-449a-838a-b0809191f874 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-04404455-d910-449a-838a-b0809191f874 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-04404455-d910-449a-838a-b0809191f874 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-04404455-d910-449a-838a-b0809191f874 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-04404455-d910-449a-838a-b0809191f874 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04404455-d910-449a-838a-b0809191f874.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52535f88-9f61-4893-98a0-e9a01a2d3d56 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-609cfdaf-6ef2-449d-85fd-37bb6f87bcc9 {
  display: none;
}
#s-609cfdaf-6ef2-449d-85fd-37bb6f87bcc9, #wrap-s-609cfdaf-6ef2-449d-85fd-37bb6f87bcc9 { display: none !important; }}
#s-9ffea739-0080-46f2-9219-ffa65fc9b180 {
  min-height: 50px;
}








#s-9ffea739-0080-46f2-9219-ffa65fc9b180 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ffea739-0080-46f2-9219-ffa65fc9b180.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7135a231-42f7-411c-a523-26f94808fa3f {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f {
    width: 100%;
    height: auto;
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
    
    
  }


.s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7135a231-42f7-411c-a523-26f94808fa3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
      position: relative;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f {
    width: 100%;
    height: auto;
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
    
    
  }


.s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7135a231-42f7-411c-a523-26f94808fa3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
      position: relative;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f {
    width: 100%;
    height: auto;
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
    
    
  }


.s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7135a231-42f7-411c-a523-26f94808fa3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
      position: relative;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f {
    width: 100%;
    height: auto;
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
    
    
  }


.s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7135a231-42f7-411c-a523-26f94808fa3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
      position: relative;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7135a231-42f7-411c-a523-26f94808fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f {
    width: 100%;
    height: auto;
  }

  #s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
    
    
  }


.s-7135a231-42f7-411c-a523-26f94808fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7135a231-42f7-411c-a523-26f94808fa3f {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container {
      position: relative;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7135a231-42f7-411c-a523-26f94808fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-a1e4464a-06a5-4b94-a086-dedbc7ed1717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1e4464a-06a5-4b94-a086-dedbc7ed1717.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e481f578-a948-42d8-9a94-71e726b566bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e481f578-a948-42d8-9a94-71e726b566bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e481f578-a948-42d8-9a94-71e726b566bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e481f578-a948-42d8-9a94-71e726b566bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a1500cda-ae2f-4cd1-9301-513c8300b37a {
  
}








#s-a1500cda-ae2f-4cd1-9301-513c8300b37a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1500cda-ae2f-4cd1-9301-513c8300b37a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
    width: 100%;
    height: auto;
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
    
    
  }


.s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
      position: relative;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
    width: 100%;
    height: auto;
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
    
    
  }


.s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
      position: relative;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
    width: 100%;
    height: auto;
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
    
    
  }


.s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
      position: relative;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
    width: 100%;
    height: auto;
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
    
    
  }


.s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
      position: relative;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
    width: 100%;
    height: auto;
  }

  #s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
    
    
  }


.s-22f695f6-3d67-4e80-b444-bfb13e6975c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container {
      position: relative;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f695f6-3d67-4e80-b444-bfb13e6975c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: left center;
}

#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2d2906c-a4bc-4bc7-8b1b-f4b8cecb0dfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e91a3eea-6d59-47bd-82e4-b5134734bcbb {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-7e2a6a08-777b-460c-a1c9-640c60778f47 {
  display: none;
}
#s-7e2a6a08-777b-460c-a1c9-640c60778f47, #wrap-s-7e2a6a08-777b-460c-a1c9-640c60778f47 { display: none !important; }}







#s-b3c10554-11d7-42ca-9af5-053b187ac403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3c10554-11d7-42ca-9af5-053b187ac403.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d17dabaf-ee7b-4704-973b-de3ace0fc2e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d17dabaf-ee7b-4704-973b-de3ace0fc2e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d17dabaf-ee7b-4704-973b-de3ace0fc2e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d17dabaf-ee7b-4704-973b-de3ace0fc2e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4e7a85fd-03ad-48e1-a294-29263639d6bd {
  
}








#s-4e7a85fd-03ad-48e1-a294-29263639d6bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e7a85fd-03ad-48e1-a294-29263639d6bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}
@media (max-width: 767px){#s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
  display: unset;
}
#s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4, #wrap-s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 { display: unset !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
    width: 100%;
    height: auto;
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
    
    
  }


.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
      position: relative;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
    width: 100%;
    height: auto;
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
    
    
  }


.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
      position: relative;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
    width: 100%;
    height: auto;
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
    
    
  }


.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
      position: relative;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
    width: 100%;
    height: auto;
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
    
    
  }


.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
      position: relative;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
    width: 100%;
    height: auto;
  }

  #s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
    
    
  }


.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container {
      position: relative;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3dc75f-cf25-44c7-a249-fc52c4c9d5b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: left center;
}

#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edcf1c84-7c30-4ecd-ba87-bd94852ba3a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3d34f14-1741-42ed-a94c-40702a64122f {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-2660ddf4-907b-4b9b-b8a1-1865aad2fcf1 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-5c2f8a3d-aa38-434d-b0b5-1dace97b5009 {
  display: none;
}
#s-5c2f8a3d-aa38-434d-b0b5-1dace97b5009, #wrap-s-5c2f8a3d-aa38-434d-b0b5-1dace97b5009 { display: none !important; }}
#s-fd4e01fe-360c-4f1f-8cf5-a8305c4af4fb {
  margin-bottom: 1em;
}

#s-198af3e3-eacf-4320-8c68-6e9ca567b84b {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}








#s-37849a93-a464-4c45-b181-ba4ce8fb4265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37849a93-a464-4c45-b181-ba4ce8fb4265.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-777a96ea-4822-4c9a-b736-657882ec8f3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-777a96ea-4822-4c9a-b736-657882ec8f3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-777a96ea-4822-4c9a-b736-657882ec8f3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-777a96ea-4822-4c9a-b736-657882ec8f3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-777a96ea-4822-4c9a-b736-657882ec8f3d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
max-width: 700px;
background-position: center center;
}

#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 {
  background-image: url(https://i.shgcdn.com/dae6c182-c296-41e5-85cc-59adf41f0beb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d2c196bb-3a35-4913-9747-fbf96e1498d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c196bb-3a35-4913-9747-fbf96e1498d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb26e81f-4916-40aa-9eb8-f8b0b6d26a7e {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 768px) and (max-width: 991px){#s-b57038f8-a0dc-4fb1-b65d-ad491d49efaa {
  display: none;
}
#s-b57038f8-a0dc-4fb1-b65d-ad491d49efaa, #wrap-s-b57038f8-a0dc-4fb1-b65d-ad491d49efaa { display: none !important; }}
#s-426b10b7-609c-4849-9be3-5b0a70143db3 {
  
}








#s-426b10b7-609c-4849-9be3-5b0a70143db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-426b10b7-609c-4849-9be3-5b0a70143db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
  max-width: 1080px;
aspect-ratio: 1080/505;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
    width: 100%;
    height: auto;
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
    
    
  }


.s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-content {
  
    align-items: center;
  
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
      position: relative;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
    width: 100%;
    height: auto;
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
    
    
  }


.s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-content {
  
    align-items: center;
  
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
      position: relative;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
    width: 100%;
    height: auto;
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
    
    
  }


.s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-content {
  
    align-items: center;
  
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
      position: relative;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
    width: 100%;
    height: auto;
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
    
    
  }


.s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-content {
  
    align-items: center;
  
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
      position: relative;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }

    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-link {
      aspect-ratio: 1080/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
    width: 100%;
    height: auto;
  }

  #s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
    
    
  }


.s-68e0f1e7-775c-43e4-ad3f-204efbea4692 .shogun-image-content {
  
    align-items: center;
  
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 {
      --shg-aspect-ratio: calc(1080/505); 
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container {
      position: relative;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68e0f1e7-775c-43e4-ad3f-204efbea4692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-59fc5fd7-a664-47f8-9cf0-de5b9c53d11e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-position: center center;
}








#s-59fc5fd7-a664-47f8-9cf0-de5b9c53d11e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59fc5fd7-a664-47f8-9cf0-de5b9c53d11e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10f44308-f4dc-450b-869d-e4a01b1a9bb0 {
  text-align: left;
}

#s-e14b0395-0171-4153-962b-274adf8c2f37 {
  max-width: 400px;
aspect-ratio: 682/333;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }

    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-link {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 {
    width: 100%;
    height: auto;
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
    
    
  }


.s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-content {
  
    align-items: center;
  
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e14b0395-0171-4153-962b-274adf8c2f37 {
      --shg-aspect-ratio: calc(682/333); 
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
      position: relative;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }

    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-link {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 {
    width: 100%;
    height: auto;
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
    
    
  }


.s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-content {
  
    align-items: center;
  
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e14b0395-0171-4153-962b-274adf8c2f37 {
      --shg-aspect-ratio: calc(682/333); 
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
      position: relative;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }

    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-link {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 {
    width: 100%;
    height: auto;
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
    
    
  }


.s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-content {
  
    align-items: center;
  
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e14b0395-0171-4153-962b-274adf8c2f37 {
      --shg-aspect-ratio: calc(682/333); 
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
      position: relative;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }

    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-link {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 {
    width: 100%;
    height: auto;
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
    
    
  }


.s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-content {
  
    align-items: center;
  
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e14b0395-0171-4153-962b-274adf8c2f37 {
      --shg-aspect-ratio: calc(682/333); 
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
      position: relative;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }

    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-link {
      aspect-ratio: 682/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e14b0395-0171-4153-962b-274adf8c2f37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 {
    width: 100%;
    height: auto;
  }

  #s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
    
    
  }


.s-e14b0395-0171-4153-962b-274adf8c2f37 .shogun-image-content {
  
    align-items: center;
  
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e14b0395-0171-4153-962b-274adf8c2f37 {
      --shg-aspect-ratio: calc(682/333); 
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container {
      position: relative;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e14b0395-0171-4153-962b-274adf8c2f37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-95ddd089-107f-473a-a0a4-d195fa68e9cc {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
max-width: 1200px;
}

#s-75714e1c-3f14-4c53-b76d-5b5f2022dc99 {
  text-align: left;
}

#s-839dde3e-fac5-4ae3-b32e-034443a73cee {
  text-align: left;
}

#s-5bb77617-1c9f-4ea7-87a9-12b96c7c96b8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-5bb77617-1c9f-4ea7-87a9-12b96c7c96b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bb77617-1c9f-4ea7-87a9-12b96c7c96b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-058699ee-e55a-4c71-a4fa-2ea53029bc20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-058699ee-e55a-4c71-a4fa-2ea53029bc20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-058699ee-e55a-4c71-a4fa-2ea53029bc20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-058699ee-e55a-4c71-a4fa-2ea53029bc20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dcd166a5-2bf2-4cf1-acb3-1850611d3c6a {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 80%;
background-color: rgba(255, 255, 255, 0.8);
}








#s-dcd166a5-2bf2-4cf1-acb3-1850611d3c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcd166a5-2bf2-4cf1-acb3-1850611d3c6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b410516e-6ef7-4479-8140-1597e87689da {
  margin-top: 2em;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

.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-8df3e471-ef2d-4835-ada8-f66bc3fe60a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7-root {
    text-align: left;
  }


#s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7-root {
    text-align: left;
  }


#s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7-root {
    text-align: left;
  }


#s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7-root {
    text-align: left;
  }


#s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7-root {
    text-align: left;
  }


#s-8df3e471-ef2d-4835-ada8-f66bc3fe60a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-df9ba466-669d-4c6f-bba1-68c7119bff15 {
  min-height: 50px;
}








#s-df9ba466-669d-4c6f-bba1-68c7119bff15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df9ba466-669d-4c6f-bba1-68c7119bff15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29ff3316-33dd-4ccd-be0e-3220cd58ad13 {
  margin-top: 0em;
margin-bottom: 2em;
}

#s-4442b5b0-16ed-43e3-a356-8dc740bfd23e {
  margin-top: 2em;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
max-width: 1200px;
}

#s-50ce32ba-e80e-40c4-8785-f99cf37ab69f {
  margin-top: 2em;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
max-width: 1200px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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