.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-c8341e3c-4aed-443b-bba5-67cb994b081a {
  margin-bottom: 0px;
background-color: rgba(244, 225, 228, 1);
}

@media (min-width: 0px) {
[id="s-c8341e3c-4aed-443b-bba5-67cb994b081a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8341e3c-4aed-443b-bba5-67cb994b081a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8341e3c-4aed-443b-bba5-67cb994b081a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8341e3c-4aed-443b-bba5-67cb994b081a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8341e3c-4aed-443b-bba5-67cb994b081a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8341e3c-4aed-443b-bba5-67cb994b081a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8341e3c-4aed-443b-bba5-67cb994b081a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c8341e3c-4aed-443b-bba5-67cb994b081a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-62414e0f-d0ef-4d82-8f57-0aadbb4a52b1 {
  min-height: 0px;
}








#s-62414e0f-d0ef-4d82-8f57-0aadbb4a52b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62414e0f-d0ef-4d82-8f57-0aadbb4a52b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0271a958-18ad-4c56-b4d0-b8e9b5e2545f {
  margin-top: 6px;
margin-left: 6px;
margin-right: 6px;
text-align: left;
}

#s-3ca1cae9-dac5-4606-b81d-fe95e766c07f {
  padding-left: 60px;
padding-bottom: 5%;
padding-right: 60px;
background-color: rgba(244, 225, 228, 1);
}








#s-3ca1cae9-dac5-4606-b81d-fe95e766c07f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca1cae9-dac5-4606-b81d-fe95e766c07f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-548133c0-3a8f-4636-9d0d-74dc6e638de2 {
  margin-top: 20%;
margin-bottom: 10px;
}

#s-e3759835-8a39-4cc7-9068-aa18b9f253c7 {
  margin-left: 0px;
margin-bottom: 5%;
margin-right: 0px;
}

#s-a3aee077-1f9b-4fd3-95f5-e5e6e2ad3b1d {
  background-attachment: fixed;
margin-bottom: 10%;
padding-top: 60px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}








#s-a3aee077-1f9b-4fd3-95f5-e5e6e2ad3b1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3aee077-1f9b-4fd3-95f5-e5e6e2ad3b1d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c26012cd-ba03-42bb-86cb-df97d99d0d2a {
  margin-bottom: 60px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(244, 225, 228, 1);
}

@media (min-width: 0px) {
[id="s-c26012cd-ba03-42bb-86cb-df97d99d0d2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c26012cd-ba03-42bb-86cb-df97d99d0d2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-c26012cd-ba03-42bb-86cb-df97d99d0d2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-c26012cd-ba03-42bb-86cb-df97d99d0d2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-c26012cd-ba03-42bb-86cb-df97d99d0d2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-c26012cd-ba03-42bb-86cb-df97d99d0d2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-c26012cd-ba03-42bb-86cb-df97d99d0d2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

#s-9cf40ce7-a500-4cfe-a305-9e1e2a367790 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
}

#s-482da855-8c24-44ca-8432-cd66ab18a570 {
  margin-left: 5%;
margin-bottom: 30px;
}

.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-8bdafa97-1dce-427e-b825-11aaab0054a2 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
max-width: 1080px;
aspect-ratio: 1080/720;
text-align: center;
}





  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image,
  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
    width: 100%;
    height: auto;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
    
    
  }


.s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
      position: relative;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image,
  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
    width: 100%;
    height: auto;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
    
    
  }


.s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
      position: relative;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image,
  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
    width: 100%;
    height: auto;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
    
    
  }


.s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
      position: relative;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image,
  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
    width: 100%;
    height: auto;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
    
    
  }


.s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
      position: relative;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image,
  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
    width: 100%;
    height: auto;
  }

  #s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
    
    
  }


.s-8bdafa97-1dce-427e-b825-11aaab0054a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container {
      position: relative;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bdafa97-1dce-427e-b825-11aaab0054a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-03953f43-1675-4300-b38c-3a247eb4d5a1 {
  margin-top: 30px;
text-align: left;
}



.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03953f43-1675-4300-b38c-3a247eb4d5a1 img.shogun-image {
  width: 100%;
}



}
#s-2bdc09e3-2c7e-4e66-895a-d0bb704fc3de {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-2bdc09e3-2c7e-4e66-895a-d0bb704fc3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bdc09e3-2c7e-4e66-895a-d0bb704fc3de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-1610e022-5925-4ba3-bbff-89643e0620bb {
  text-align: center;
}

#s-1610e022-5925-4ba3-bbff-89643e0620bb .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-c759518b-432d-4056-89a8-cdc237f08c82 {
  padding-left: 20px;
padding-right: 20px;
}

#s-c759518b-432d-4056-89a8-cdc237f08c82 hr {
  border-top: 1px solid rgba(227, 199, 191, 1);
}

#s-a511faf4-1772-4f5b-b5eb-1057a0544b8b {
  margin-bottom: 30px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(243, 243, 243, 0);
}

@media (min-width: 0px) {
[id="s-a511faf4-1772-4f5b-b5eb-1057a0544b8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a511faf4-1772-4f5b-b5eb-1057a0544b8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a511faf4-1772-4f5b-b5eb-1057a0544b8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a511faf4-1772-4f5b-b5eb-1057a0544b8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a511faf4-1772-4f5b-b5eb-1057a0544b8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a511faf4-1772-4f5b-b5eb-1057a0544b8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a511faf4-1772-4f5b-b5eb-1057a0544b8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-33bdd76a-915c-4c93-83d2-0d49bea940d1 {
  text-align: left;
}

#s-33bdd76a-915c-4c93-83d2-0d49bea940d1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-33bdd76a-915c-4c93-83d2-0d49bea940d1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-33bdd76a-915c-4c93-83d2-0d49bea940d1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-33bdd76a-915c-4c93-83d2-0d49bea940d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-33bdd76a-915c-4c93-83d2-0d49bea940d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1adcc75f-4bf7-4953-ac8a-288718f79194 {
  margin-top: 8px;
padding-left: 20px;
padding-right: 20px;
text-align: right;
}

#s-1adcc75f-4bf7-4953-ac8a-288718f79194 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1adcc75f-4bf7-4953-ac8a-288718f79194 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1adcc75f-4bf7-4953-ac8a-288718f79194 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-2f29f680-6bac-44f9-bdd9-30d6025303d8 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f29f680-6bac-44f9-bdd9-30d6025303d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f29f680-6bac-44f9-bdd9-30d6025303d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f29f680-6bac-44f9-bdd9-30d6025303d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f29f680-6bac-44f9-bdd9-30d6025303d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f29f680-6bac-44f9-bdd9-30d6025303d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f29f680-6bac-44f9-bdd9-30d6025303d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7ca18e7a-c107-46d7-9d00-bc82a994b09b {
  margin-bottom: 60px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(244, 225, 228, 1);
}

@media (min-width: 0px) {
[id="s-7ca18e7a-c107-46d7-9d00-bc82a994b09b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ca18e7a-c107-46d7-9d00-bc82a994b09b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-7ca18e7a-c107-46d7-9d00-bc82a994b09b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-7ca18e7a-c107-46d7-9d00-bc82a994b09b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-7ca18e7a-c107-46d7-9d00-bc82a994b09b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ca18e7a-c107-46d7-9d00-bc82a994b09b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-7ca18e7a-c107-46d7-9d00-bc82a994b09b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ca18e7a-c107-46d7-9d00-bc82a994b09b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 {
  margin-top: 30px;
text-align: left;
}



.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-045d4b80-c17a-49ba-abcb-f5c00d250de9 img.shogun-image {
  width: 100%;
}



}
#s-b8b7dbb2-dd46-4023-8bbe-a7872aaa484b {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-b8b7dbb2-dd46-4023-8bbe-a7872aaa484b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8b7dbb2-dd46-4023-8bbe-a7872aaa484b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-429a9187-847a-482b-bb45-4fed6db8e81c {
  text-align: center;
}

#s-429a9187-847a-482b-bb45-4fed6db8e81c .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-01348453-7b4f-44a8-8efd-9f05f7635783 {
  padding-left: 20px;
padding-right: 20px;
}

#s-01348453-7b4f-44a8-8efd-9f05f7635783 hr {
  border-top: 1px solid rgba(227, 199, 191, 1);
}

#s-2cf089c5-675f-4665-b6b0-4709a29fc367 {
  margin-bottom: 30px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(243, 243, 243, 0);
}

@media (min-width: 0px) {
[id="s-2cf089c5-675f-4665-b6b0-4709a29fc367"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2cf089c5-675f-4665-b6b0-4709a29fc367"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2cf089c5-675f-4665-b6b0-4709a29fc367"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2cf089c5-675f-4665-b6b0-4709a29fc367"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2cf089c5-675f-4665-b6b0-4709a29fc367"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cf089c5-675f-4665-b6b0-4709a29fc367"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2cf089c5-675f-4665-b6b0-4709a29fc367"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-5969300f-39c5-412f-ad74-a5ebb7862786 {
  text-align: left;
}

#s-5969300f-39c5-412f-ad74-a5ebb7862786 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5969300f-39c5-412f-ad74-a5ebb7862786 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5969300f-39c5-412f-ad74-a5ebb7862786 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5969300f-39c5-412f-ad74-a5ebb7862786 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5969300f-39c5-412f-ad74-a5ebb7862786 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-459eaea9-b70a-4b16-8353-cf177b417ea0 {
  margin-top: 10px;
padding-left: 20px;
padding-right: 20px;
text-align: right;
}

#s-459eaea9-b70a-4b16-8353-cf177b417ea0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-459eaea9-b70a-4b16-8353-cf177b417ea0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-459eaea9-b70a-4b16-8353-cf177b417ea0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-dba8e85a-5cf5-4a03-95bb-21b74c9330e5 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5-root {
    text-align: center;
  }


#s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5-root {
    text-align: center;
  }


#s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5-root {
    text-align: center;
  }


#s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5-root {
    text-align: center;
  }


#s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5-root {
    text-align: center;
  }


#s-dba8e85a-5cf5-4a03-95bb-21b74c9330e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3aa71c97-b44d-439b-9874-7dd1d06ab5e3 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
}

#s-aa588006-3db8-4223-9e69-7634528d08a7 {
  margin-left: 5%;
margin-bottom: 30px;
}

#s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
max-width: 1080px;
aspect-ratio: 1080/720;
text-align: center;
}





  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image,
  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
    width: 100%;
    height: auto;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
    
    
  }


.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shogun-image-content {
  
    align-items: center;
  
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
      position: relative;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image,
  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
    width: 100%;
    height: auto;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
    
    
  }


.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shogun-image-content {
  
    align-items: center;
  
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
      position: relative;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image,
  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
    width: 100%;
    height: auto;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
    
    
  }


.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shogun-image-content {
  
    align-items: center;
  
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
      position: relative;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image,
  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
    width: 100%;
    height: auto;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
    
    
  }


.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shogun-image-content {
  
    align-items: center;
  
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
      position: relative;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image,
  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
    width: 100%;
    height: auto;
  }

  #s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
    
    
  }


.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 .shogun-image-content {
  
    align-items: center;
  
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container {
      position: relative;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d812f18c-d8c6-4bc2-b0f7-d97c7911b354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-aea79846-85db-434e-ab0a-442adb2cea31 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
min-height: 50px;
}








#s-aea79846-85db-434e-ab0a-442adb2cea31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aea79846-85db-434e-ab0a-442adb2cea31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-456c0b4b-1b21-44cb-bc8d-72262496f5d5 {
  margin-top: 10px;
margin-bottom: 60px;
}

@media (min-width: 0px) {
[id="s-456c0b4b-1b21-44cb-bc8d-72262496f5d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-456c0b4b-1b21-44cb-bc8d-72262496f5d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-456c0b4b-1b21-44cb-bc8d-72262496f5d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-456c0b4b-1b21-44cb-bc8d-72262496f5d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image,
  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
    width: 100%;
    height: auto;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
    
    
  }


.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
      position: relative;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image,
  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
    width: 100%;
    height: auto;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
    
    
  }


.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
      position: relative;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image,
  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
    width: 100%;
    height: auto;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
    
    
  }


.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
      position: relative;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image,
  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
    width: 100%;
    height: auto;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
    
    
  }


.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
      position: relative;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image,
  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
    width: 100%;
    height: auto;
  }

  #s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
    
    
  }


.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container {
      position: relative;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbbc779-bbc3-4f3c-99c1-632df50a66e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8812c24a-a539-42c5-a785-404bc0f7916e {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image,
  #s-8812c24a-a539-42c5-a785-404bc0f7916e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e {
    width: 100%;
    height: auto;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
    
    
  }


.s-8812c24a-a539-42c5-a785-404bc0f7916e .shogun-image-content {
  
    align-items: center;
  
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8812c24a-a539-42c5-a785-404bc0f7916e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
      position: relative;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image,
  #s-8812c24a-a539-42c5-a785-404bc0f7916e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e {
    width: 100%;
    height: auto;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
    
    
  }


.s-8812c24a-a539-42c5-a785-404bc0f7916e .shogun-image-content {
  
    align-items: center;
  
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8812c24a-a539-42c5-a785-404bc0f7916e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
      position: relative;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image,
  #s-8812c24a-a539-42c5-a785-404bc0f7916e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e {
    width: 100%;
    height: auto;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
    
    
  }


.s-8812c24a-a539-42c5-a785-404bc0f7916e .shogun-image-content {
  
    align-items: center;
  
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8812c24a-a539-42c5-a785-404bc0f7916e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
      position: relative;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image,
  #s-8812c24a-a539-42c5-a785-404bc0f7916e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e {
    width: 100%;
    height: auto;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
    
    
  }


.s-8812c24a-a539-42c5-a785-404bc0f7916e .shogun-image-content {
  
    align-items: center;
  
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8812c24a-a539-42c5-a785-404bc0f7916e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
      position: relative;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image,
  #s-8812c24a-a539-42c5-a785-404bc0f7916e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e {
    width: 100%;
    height: auto;
  }

  #s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
    
    
  }


.s-8812c24a-a539-42c5-a785-404bc0f7916e .shogun-image-content {
  
    align-items: center;
  
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8812c24a-a539-42c5-a785-404bc0f7916e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container {
      position: relative;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8812c24a-a539-42c5-a785-404bc0f7916e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-051cc3ff-35c1-4046-9eb1-848c950e064a {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image,
  #s-051cc3ff-35c1-4046-9eb1-848c950e064a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a {
    width: 100%;
    height: auto;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
    
    
  }


.s-051cc3ff-35c1-4046-9eb1-848c950e064a .shogun-image-content {
  
    align-items: center;
  
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-051cc3ff-35c1-4046-9eb1-848c950e064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
      position: relative;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image,
  #s-051cc3ff-35c1-4046-9eb1-848c950e064a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a {
    width: 100%;
    height: auto;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
    
    
  }


.s-051cc3ff-35c1-4046-9eb1-848c950e064a .shogun-image-content {
  
    align-items: center;
  
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-051cc3ff-35c1-4046-9eb1-848c950e064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
      position: relative;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image,
  #s-051cc3ff-35c1-4046-9eb1-848c950e064a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a {
    width: 100%;
    height: auto;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
    
    
  }


.s-051cc3ff-35c1-4046-9eb1-848c950e064a .shogun-image-content {
  
    align-items: center;
  
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-051cc3ff-35c1-4046-9eb1-848c950e064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
      position: relative;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image,
  #s-051cc3ff-35c1-4046-9eb1-848c950e064a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a {
    width: 100%;
    height: auto;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
    
    
  }


.s-051cc3ff-35c1-4046-9eb1-848c950e064a .shogun-image-content {
  
    align-items: center;
  
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-051cc3ff-35c1-4046-9eb1-848c950e064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
      position: relative;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image,
  #s-051cc3ff-35c1-4046-9eb1-848c950e064a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a {
    width: 100%;
    height: auto;
  }

  #s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
    
    
  }


.s-051cc3ff-35c1-4046-9eb1-848c950e064a .shogun-image-content {
  
    align-items: center;
  
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-051cc3ff-35c1-4046-9eb1-848c950e064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container {
      position: relative;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-051cc3ff-35c1-4046-9eb1-848c950e064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image,
  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
    width: 100%;
    height: auto;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
    
    
  }


.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
      position: relative;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image,
  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
    width: 100%;
    height: auto;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
    
    
  }


.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
      position: relative;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image,
  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
    width: 100%;
    height: auto;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
    
    
  }


.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
      position: relative;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image,
  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
    width: 100%;
    height: auto;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
    
    
  }


.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
      position: relative;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image,
  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
    width: 100%;
    height: auto;
  }

  #s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
    
    
  }


.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container {
      position: relative;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e34aeb2-97cd-43f1-8877-ce90e72f1d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-82fd6ea1-6f24-4464-9bc0-a7bf748f3e13 {
  margin-bottom: 60px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(244, 225, 228, 1);
}

@media (min-width: 0px) {
[id="s-82fd6ea1-6f24-4464-9bc0-a7bf748f3e13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82fd6ea1-6f24-4464-9bc0-a7bf748f3e13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-82fd6ea1-6f24-4464-9bc0-a7bf748f3e13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-82fd6ea1-6f24-4464-9bc0-a7bf748f3e13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-82fd6ea1-6f24-4464-9bc0-a7bf748f3e13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-82fd6ea1-6f24-4464-9bc0-a7bf748f3e13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-82fd6ea1-6f24-4464-9bc0-a7bf748f3e13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-82fd6ea1-6f24-4464-9bc0-a7bf748f3e13"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e978869d-b01b-4939-ab09-da84b377757f {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image,
  #s-e978869d-b01b-4939-ab09-da84b377757f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f {
    width: 100%;
    height: auto;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
    
    
  }


.s-e978869d-b01b-4939-ab09-da84b377757f .shogun-image-content {
  
    align-items: center;
  
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e978869d-b01b-4939-ab09-da84b377757f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
      position: relative;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image,
  #s-e978869d-b01b-4939-ab09-da84b377757f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f {
    width: 100%;
    height: auto;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
    
    
  }


.s-e978869d-b01b-4939-ab09-da84b377757f .shogun-image-content {
  
    align-items: center;
  
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e978869d-b01b-4939-ab09-da84b377757f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
      position: relative;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image,
  #s-e978869d-b01b-4939-ab09-da84b377757f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f {
    width: 100%;
    height: auto;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
    
    
  }


.s-e978869d-b01b-4939-ab09-da84b377757f .shogun-image-content {
  
    align-items: center;
  
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e978869d-b01b-4939-ab09-da84b377757f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
      position: relative;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image,
  #s-e978869d-b01b-4939-ab09-da84b377757f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f {
    width: 100%;
    height: auto;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
    
    
  }


.s-e978869d-b01b-4939-ab09-da84b377757f .shogun-image-content {
  
    align-items: center;
  
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e978869d-b01b-4939-ab09-da84b377757f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
      position: relative;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image,
  #s-e978869d-b01b-4939-ab09-da84b377757f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f {
    width: 100%;
    height: auto;
  }

  #s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
    
    
  }


.s-e978869d-b01b-4939-ab09-da84b377757f .shogun-image-content {
  
    align-items: center;
  
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e978869d-b01b-4939-ab09-da84b377757f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container {
      position: relative;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e978869d-b01b-4939-ab09-da84b377757f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
  border-style: solid;
margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
max-width: 1080px;
aspect-ratio: 1080/720;
text-align: center;
}





  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image,
  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
    width: 100%;
    height: auto;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
    
    
  }


.s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
      position: relative;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image,
  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
    width: 100%;
    height: auto;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
    
    
  }


.s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
      position: relative;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image,
  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
    width: 100%;
    height: auto;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
    
    
  }


.s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
      position: relative;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image,
  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
    width: 100%;
    height: auto;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
    
    
  }


.s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
      position: relative;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image,
  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
    width: 100%;
    height: auto;
  }

  #s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
    
    
  }


.s-6c86a370-5788-4675-beba-b93d2ecb5a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container {
      position: relative;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c86a370-5788-4675-beba-b93d2ecb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-82d77d96-c9b5-47be-88d2-864433248657 {
  margin-bottom: 10px;
}

#s-58f2b426-12c6-4b8c-9d7d-4128b657f6cb {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 20%;
}

#s-3a7a1827-798c-43ac-9fc0-83583df2d5f7 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 60px;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}








#s-3a7a1827-798c-43ac-9fc0-83583df2d5f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a7a1827-798c-43ac-9fc0-83583df2d5f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b391ea45-c6f8-4b3b-90d4-1fb942a38821 {
  margin-top: 60px;
margin-bottom: 10px;
}

#s-4dab8cc7-d8de-4b7e-a2eb-784aa3d1cc64 {
  margin-bottom: 10px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-fdba6f8b-aba9-420e-ba07-95b8b4129e23 {
  margin-left: 0%;
margin-right: 0%;
min-height: 350px;
}

#s-fdba6f8b-aba9-420e-ba07-95b8b4129e23 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fdba6f8b-aba9-420e-ba07-95b8b4129e23 .shg-sld-nav-button.shg-sld-left,
#s-fdba6f8b-aba9-420e-ba07-95b8b4129e23 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6e81000d-4145-48c0-b2dd-0e63cfe84266 {
  margin-left: 5%;
margin-right: 5%;
}

#s-bca3af11-109b-4cfd-93c1-600d43446718 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-5cc7fa16-b74b-41bd-8592-22ec86f1baee {
  margin-left: 0px;
margin-right: 0px;
}

#s-d30ef8ac-afb8-430a-9d6b-83c1d63cecd1 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e595fac3-2f59-4351-97f6-d07ac1a3873a {
  margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
min-height: 50px;
}








#s-e595fac3-2f59-4351-97f6-d07ac1a3873a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e595fac3-2f59-4351-97f6-d07ac1a3873a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-764f544f-8130-4df8-8a0a-75e3e1bbd74d {
  margin-bottom: 10px;
}

#s-08c3ac9c-2e25-4a05-baaf-e1fb3e9e1180 {
  margin-bottom: 60px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(244, 225, 228, 1);
}

@media (min-width: 0px) {
[id="s-08c3ac9c-2e25-4a05-baaf-e1fb3e9e1180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08c3ac9c-2e25-4a05-baaf-e1fb3e9e1180"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-08c3ac9c-2e25-4a05-baaf-e1fb3e9e1180"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-08c3ac9c-2e25-4a05-baaf-e1fb3e9e1180"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-08c3ac9c-2e25-4a05-baaf-e1fb3e9e1180"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-08c3ac9c-2e25-4a05-baaf-e1fb3e9e1180"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-08c3ac9c-2e25-4a05-baaf-e1fb3e9e1180"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

}

@media (max-width: 767px) {
  [id="s-08c3ac9c-2e25-4a05-baaf-e1fb3e9e1180"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2741d877-ceac-46ff-9c65-6f11cf60625a {
  margin-top: 10px;
}

#s-5cd9d88c-27b0-4057-8811-3f5ede5bab9e {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 30px;
}

#s-d78794a7-07d3-4aee-83d2-98c97a66f8f0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-d78794a7-07d3-4aee-83d2-98c97a66f8f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d78794a7-07d3-4aee-83d2-98c97a66f8f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
max-width: 1080px;
aspect-ratio: 1080/720;
text-align: center;
}





  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image,
  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
    width: 100%;
    height: auto;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
    
    
  }


.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shogun-image-content {
  
    align-items: center;
  
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
      position: relative;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image,
  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
    width: 100%;
    height: auto;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
    
    
  }


.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shogun-image-content {
  
    align-items: center;
  
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
      position: relative;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image,
  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
    width: 100%;
    height: auto;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
    
    
  }


.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shogun-image-content {
  
    align-items: center;
  
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
      position: relative;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image,
  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
    width: 100%;
    height: auto;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
    
    
  }


.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shogun-image-content {
  
    align-items: center;
  
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
      position: relative;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image,
  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
    width: 100%;
    height: auto;
  }

  #s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
    
    
  }


.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e .shogun-image-content {
  
    align-items: center;
  
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container {
      position: relative;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5367bb12-8cc1-4174-a8d8-e55bb025a32e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c6a25193-5634-4538-b3f3-e4c0f8d98fd4 {
  margin-bottom: 60px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(244, 225, 228, 1);
}

@media (min-width: 0px) {
[id="s-c6a25193-5634-4538-b3f3-e4c0f8d98fd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6a25193-5634-4538-b3f3-e4c0f8d98fd4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-c6a25193-5634-4538-b3f3-e4c0f8d98fd4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-c6a25193-5634-4538-b3f3-e4c0f8d98fd4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-c6a25193-5634-4538-b3f3-e4c0f8d98fd4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6a25193-5634-4538-b3f3-e4c0f8d98fd4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-c6a25193-5634-4538-b3f3-e4c0f8d98fd4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

#s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
max-width: 1080px;
aspect-ratio: 1080/720;
text-align: center;
}





  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image,
  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
    width: 100%;
    height: auto;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
    
    
  }


.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shogun-image-content {
  
    align-items: center;
  
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
      position: relative;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image,
  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
    width: 100%;
    height: auto;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
    
    
  }


.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shogun-image-content {
  
    align-items: center;
  
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
      position: relative;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image,
  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
    width: 100%;
    height: auto;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
    
    
  }


.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shogun-image-content {
  
    align-items: center;
  
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
      position: relative;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image,
  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
    width: 100%;
    height: auto;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
    
    
  }


.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shogun-image-content {
  
    align-items: center;
  
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
      position: relative;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image,
  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
    width: 100%;
    height: auto;
  }

  #s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
    
    
  }


.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 .shogun-image-content {
  
    align-items: center;
  
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container {
      position: relative;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57ed5f24-2d6f-4ae8-ac64-51e6a4192624 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4afa0270-b2c2-4ba1-b950-40c711dd2f9a {
  margin-top: 30px;
margin-bottom: 10px;
}

#s-cbb942ce-99b2-448f-9f8e-15c698c19da2 {
  margin-bottom: 30px;
}

#s-035f310d-5a90-495b-b0f9-838ccf99cf3d {
  border-style: solid;
margin-bottom: 28px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-035f310d-5a90-495b-b0f9-838ccf99cf3d:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(66, 66, 66, 1) !important;}#s-035f310d-5a90-495b-b0f9-838ccf99cf3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-035f310d-5a90-495b-b0f9-838ccf99cf3d-root {
    text-align: center;
  }


#s-035f310d-5a90-495b-b0f9-838ccf99cf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-035f310d-5a90-495b-b0f9-838ccf99cf3d-root {
    text-align: center;
  }


#s-035f310d-5a90-495b-b0f9-838ccf99cf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-035f310d-5a90-495b-b0f9-838ccf99cf3d-root {
    text-align: center;
  }


#s-035f310d-5a90-495b-b0f9-838ccf99cf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-035f310d-5a90-495b-b0f9-838ccf99cf3d-root {
    text-align: center;
  }


#s-035f310d-5a90-495b-b0f9-838ccf99cf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-035f310d-5a90-495b-b0f9-838ccf99cf3d-root {
    text-align: center;
  }


#s-035f310d-5a90-495b-b0f9-838ccf99cf3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d34afca0-a8f9-49c2-bc9f-d155c5c73385 {
  margin-bottom: 60px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(244, 225, 228, 1);
}

@media (min-width: 0px) {
[id="s-d34afca0-a8f9-49c2-bc9f-d155c5c73385"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d34afca0-a8f9-49c2-bc9f-d155c5c73385"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-d34afca0-a8f9-49c2-bc9f-d155c5c73385"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-d34afca0-a8f9-49c2-bc9f-d155c5c73385"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-d34afca0-a8f9-49c2-bc9f-d155c5c73385"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-d34afca0-a8f9-49c2-bc9f-d155c5c73385"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-d34afca0-a8f9-49c2-bc9f-d155c5c73385"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-d34afca0-a8f9-49c2-bc9f-d155c5c73385"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8d797989-5e13-408e-8fd2-c4586fcb7eb1 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
}

#s-1cfb6d4b-f259-4ed6-8a61-3f56d6750a3e {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}

#s-8d60a83f-4657-4a37-a831-5f29b8281af3 {
  border-style: solid;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8d60a83f-4657-4a37-a831-5f29b8281af3:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(66, 66, 66, 1) !important;}#s-8d60a83f-4657-4a37-a831-5f29b8281af3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d60a83f-4657-4a37-a831-5f29b8281af3-root {
    text-align: center;
  }


#s-8d60a83f-4657-4a37-a831-5f29b8281af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8d60a83f-4657-4a37-a831-5f29b8281af3-root {
    text-align: center;
  }


#s-8d60a83f-4657-4a37-a831-5f29b8281af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d60a83f-4657-4a37-a831-5f29b8281af3-root {
    text-align: center;
  }


#s-8d60a83f-4657-4a37-a831-5f29b8281af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d60a83f-4657-4a37-a831-5f29b8281af3-root {
    text-align: center;
  }


#s-8d60a83f-4657-4a37-a831-5f29b8281af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8d60a83f-4657-4a37-a831-5f29b8281af3-root {
    text-align: center;
  }


#s-8d60a83f-4657-4a37-a831-5f29b8281af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b4ca4910-fcdb-4cb3-8665-dc2e60566204 {
  text-align: left;
}
@media (max-width: 767px){#s-b4ca4910-fcdb-4cb3-8665-dc2e60566204 {
  display: none;
}
#s-b4ca4910-fcdb-4cb3-8665-dc2e60566204, #wrap-s-b4ca4910-fcdb-4cb3-8665-dc2e60566204 { display: none !important; }}
#s-37c2f246-e8ae-4adc-a684-495a6e241956 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-37c2f246-e8ae-4adc-a684-495a6e241956 {
  display: none;
}
#s-37c2f246-e8ae-4adc-a684-495a6e241956, #wrap-s-37c2f246-e8ae-4adc-a684-495a6e241956 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37c2f246-e8ae-4adc-a684-495a6e241956 {
  display: none;
}
#s-37c2f246-e8ae-4adc-a684-495a6e241956, #wrap-s-37c2f246-e8ae-4adc-a684-495a6e241956 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37c2f246-e8ae-4adc-a684-495a6e241956 {
  display: none;
}
#s-37c2f246-e8ae-4adc-a684-495a6e241956, #wrap-s-37c2f246-e8ae-4adc-a684-495a6e241956 { display: none !important; }}






  img.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
    
    
  }


.s-37c2f246-e8ae-4adc-a684-495a6e241956 .shogun-image-content {
  
    align-items: center;
  
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
    
    
  }


.s-37c2f246-e8ae-4adc-a684-495a6e241956 .shogun-image-content {
  
    align-items: center;
  
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
  box-sizing: border-box;
}



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





  img.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
    
    
  }


.s-37c2f246-e8ae-4adc-a684-495a6e241956 .shogun-image-content {
  
    align-items: center;
  
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
  box-sizing: border-box;
}



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





  img.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
    
    
  }


.s-37c2f246-e8ae-4adc-a684-495a6e241956 .shogun-image-content {
  
    align-items: center;
  
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
  box-sizing: border-box;
}



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





  img.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
    
    
  }


.s-37c2f246-e8ae-4adc-a684-495a6e241956 .shogun-image-content {
  
    align-items: center;
  
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37c2f246-e8ae-4adc-a684-495a6e241956.shogun-image {
  box-sizing: border-box;
}



}
/*
  $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}
