.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-bf1996e7-9078-49f4-9516-cb9fe6085d06 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
max-width: 2000px;
background-position: center center;
}
@media (max-width: 767px){#s-bf1996e7-9078-49f4-9516-cb9fe6085d06 {
  display: none;
}
#s-bf1996e7-9078-49f4-9516-cb9fe6085d06, #wrap-s-bf1996e7-9078-49f4-9516-cb9fe6085d06 { display: none !important; }}
#s-bf1996e7-9078-49f4-9516-cb9fe6085d06 {
  background-image: url(https://i.shgcdn.com/100006dd-b93c-4c9e-91e3-32fa7c081a0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bf1996e7-9078-49f4-9516-cb9fe6085d06 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-bf1996e7-9078-49f4-9516-cb9fe6085d06.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-e512697b-70f7-491f-90d3-0ac3cad908d9 {
  box-shadow:0px 0px 0px 0px rgba(78, 77, 77, 1);
margin-top: 270px;
margin-left: 20%;
margin-bottom: 270px;
margin-right: 20%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (max-width: 767px){#s-e512697b-70f7-491f-90d3-0ac3cad908d9 {
  display: none;
}
#s-e512697b-70f7-491f-90d3-0ac3cad908d9, #wrap-s-e512697b-70f7-491f-90d3-0ac3cad908d9 { display: none !important; }}
#s-c991245e-ae87-4cde-b491-ed5f41e46d97 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 900px;
background-position: center center;
}
@media (min-width: 1200px){#s-c991245e-ae87-4cde-b491-ed5f41e46d97 {
  display: none;
}
#s-c991245e-ae87-4cde-b491-ed5f41e46d97, #wrap-s-c991245e-ae87-4cde-b491-ed5f41e46d97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c991245e-ae87-4cde-b491-ed5f41e46d97 {
  display: none;
}
#s-c991245e-ae87-4cde-b491-ed5f41e46d97, #wrap-s-c991245e-ae87-4cde-b491-ed5f41e46d97 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c991245e-ae87-4cde-b491-ed5f41e46d97 {
  display: none;
}
#s-c991245e-ae87-4cde-b491-ed5f41e46d97, #wrap-s-c991245e-ae87-4cde-b491-ed5f41e46d97 { display: none !important; }}@media (max-width: 767px){#s-c991245e-ae87-4cde-b491-ed5f41e46d97 {
  display: unset;
}
#s-c991245e-ae87-4cde-b491-ed5f41e46d97, #wrap-s-c991245e-ae87-4cde-b491-ed5f41e46d97 { display: unset !important; }}
#s-c991245e-ae87-4cde-b491-ed5f41e46d97 {
  background-image: url(https://i.shgcdn.com/237131c3-5ee7-4dc5-a44d-3ad7380c6dd9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c991245e-ae87-4cde-b491-ed5f41e46d97 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-c991245e-ae87-4cde-b491-ed5f41e46d97.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5089d8cf-4bad-42b1-9251-f9edcb7696e4 {
  min-height: 300px;
}








#s-5089d8cf-4bad-42b1-9251-f9edcb7696e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5089d8cf-4bad-42b1-9251-f9edcb7696e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e94b27b-3c54-439d-a0d6-b3aae7dad9b9 {
  margin-top: 8%;
margin-left: 4%;
margin-bottom: 8%;
margin-right: 4%;
}

#s-166dda78-3963-4cac-8b47-c0e21daaad0a {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
background-color: rgba(242, 236, 226, 1);
}
@media (max-width: 767px){#s-166dda78-3963-4cac-8b47-c0e21daaad0a {
  display: none;
}
#s-166dda78-3963-4cac-8b47-c0e21daaad0a, #wrap-s-166dda78-3963-4cac-8b47-c0e21daaad0a { display: none !important; }}







#s-166dda78-3963-4cac-8b47-c0e21daaad0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-166dda78-3963-4cac-8b47-c0e21daaad0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7358fc8-6a82-4bdd-8255-f399365b94e0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
background-color: rgba(242, 236, 226, 1);
}








#s-b7358fc8-6a82-4bdd-8255-f399365b94e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7358fc8-6a82-4bdd-8255-f399365b94e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-71f56146-b411-452f-ac07-d91958e5024d {
  margin-top: 5%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-71f56146-b411-452f-ac07-d91958e5024d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71f56146-b411-452f-ac07-d91958e5024d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71f56146-b411-452f-ac07-d91958e5024d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71f56146-b411-452f-ac07-d91958e5024d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ecff9815-45a9-4f19-995f-c09456cf2c8f {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-ecff9815-45a9-4f19-995f-c09456cf2c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecff9815-45a9-4f19-995f-c09456cf2c8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
  max-width: 667px;
aspect-ratio: 667/769;
text-align: center;
}





  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image,
  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
    width: 100%;
    height: auto;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
    
    
  }


.s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
      position: relative;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image,
  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
    width: 100%;
    height: auto;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
    
    
  }


.s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
      position: relative;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image,
  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
    width: 100%;
    height: auto;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
    
    
  }


.s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
      position: relative;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image,
  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
    width: 100%;
    height: auto;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
    
    
  }


.s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
      position: relative;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image,
  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
    width: 100%;
    height: auto;
  }

  #s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
    
    
  }


.s-9bb42d12-f526-45d6-a121-dff07ff6bd56 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container {
      position: relative;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb42d12-f526-45d6-a121-dff07ff6bd56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0b3e9153-50d0-433d-9c88-8e838e2c7f79 {
  margin-top: 6%;
margin-bottom: 6%;
min-height: 50px;
}








#s-0b3e9153-50d0-433d-9c88-8e838e2c7f79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b3e9153-50d0-433d-9c88-8e838e2c7f79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-307357f6-9d9f-4736-8894-c615d88450e2 {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-c0f42337-236a-4e8f-bfe6-4dc22e7be0b3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-0726a9c4-eb0c-433e-a42c-8478122ed56b {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-0726a9c4-eb0c-433e-a42c-8478122ed56b {
  display: none;
}
#s-0726a9c4-eb0c-433e-a42c-8478122ed56b, #wrap-s-0726a9c4-eb0c-433e-a42c-8478122ed56b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0726a9c4-eb0c-433e-a42c-8478122ed56b {
  display: none;
}
#s-0726a9c4-eb0c-433e-a42c-8478122ed56b, #wrap-s-0726a9c4-eb0c-433e-a42c-8478122ed56b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0726a9c4-eb0c-433e-a42c-8478122ed56b {
  display: none;
}
#s-0726a9c4-eb0c-433e-a42c-8478122ed56b, #wrap-s-0726a9c4-eb0c-433e-a42c-8478122ed56b { display: none !important; }}@media (max-width: 767px){#s-0726a9c4-eb0c-433e-a42c-8478122ed56b {
  
}
}







#s-0726a9c4-eb0c-433e-a42c-8478122ed56b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0726a9c4-eb0c-433e-a42c-8478122ed56b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94985b8f-bfee-4c5f-b3d4-1ede6edeb5bb {
  box-shadow:0px 0px 0px 0px rgba(78, 77, 77, 1);
}
@media (max-width: 767px){#s-94985b8f-bfee-4c5f-b3d4-1ede6edeb5bb {
  
}
}
#s-6911fb0f-c419-440b-b521-8ea8301a499a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-90307a99-3bb5-4d36-a569-b1b7684fb57a {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
background-color: rgba(242, 236, 226, 1);
}
@media (min-width: 1200px){#s-90307a99-3bb5-4d36-a569-b1b7684fb57a {
  display: none;
}
#s-90307a99-3bb5-4d36-a569-b1b7684fb57a, #wrap-s-90307a99-3bb5-4d36-a569-b1b7684fb57a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90307a99-3bb5-4d36-a569-b1b7684fb57a {
  display: none;
}
#s-90307a99-3bb5-4d36-a569-b1b7684fb57a, #wrap-s-90307a99-3bb5-4d36-a569-b1b7684fb57a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90307a99-3bb5-4d36-a569-b1b7684fb57a {
  display: none;
}
#s-90307a99-3bb5-4d36-a569-b1b7684fb57a, #wrap-s-90307a99-3bb5-4d36-a569-b1b7684fb57a { display: none !important; }}@media (max-width: 767px){#s-90307a99-3bb5-4d36-a569-b1b7684fb57a {
  display: unset;
}
#s-90307a99-3bb5-4d36-a569-b1b7684fb57a, #wrap-s-90307a99-3bb5-4d36-a569-b1b7684fb57a { display: unset !important; }}







#s-90307a99-3bb5-4d36-a569-b1b7684fb57a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90307a99-3bb5-4d36-a569-b1b7684fb57a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9967b432-dcc4-4a62-8ba4-9bf039b70ae8 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-9967b432-dcc4-4a62-8ba4-9bf039b70ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9967b432-dcc4-4a62-8ba4-9bf039b70ae8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-202f838b-4233-45f7-8392-b375f610311c {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-5d2a7208-8e72-4de7-bb36-3703c7018b8c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
  max-width: 667px;
aspect-ratio: 667/769;
text-align: center;
}





  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image,
  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
    width: 100%;
    height: auto;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
    
    
  }


.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
      position: relative;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image,
  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
    width: 100%;
    height: auto;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
    
    
  }


.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
      position: relative;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image,
  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
    width: 100%;
    height: auto;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
    
    
  }


.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
      position: relative;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image,
  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
    width: 100%;
    height: auto;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
    
    
  }


.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
      position: relative;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image,
  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
    width: 100%;
    height: auto;
  }

  #s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
    
    
  }


.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 {
      --shg-aspect-ratio: calc(667/769); 
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container {
      position: relative;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bebe42b5-a9b2-4920-abf5-b45f7d919be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-dd5e7dbc-4792-4083-a737-5e88e25f054b {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd5e7dbc-4792-4083-a737-5e88e25f054b {
  display: none;
}
#s-dd5e7dbc-4792-4083-a737-5e88e25f054b, #wrap-s-dd5e7dbc-4792-4083-a737-5e88e25f054b { display: none !important; }}@media (max-width: 767px){#s-dd5e7dbc-4792-4083-a737-5e88e25f054b {
  display: none;
}
#s-dd5e7dbc-4792-4083-a737-5e88e25f054b, #wrap-s-dd5e7dbc-4792-4083-a737-5e88e25f054b { display: none !important; }}
.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-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 {
  text-align: left;
}



.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a114f5c-3bfd-47ef-af3b-19dc07b349f3 img.shogun-image {
  width: 100%;
}



}
.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-ca0aa485-9434-4975-887d-1f16da2fb007 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca0aa485-9434-4975-887d-1f16da2fb007 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 {
  text-align: left;
}



.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bf1c0f6-9044-4168-88b2-3373cdba1346 img.shogun-image {
  width: 100%;
}



}
#s-f01901d0-6106-43a3-ba60-3d1755745728 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f01901d0-6106-43a3-ba60-3d1755745728 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 {
  text-align: left;
}



.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96844b03-8a77-4033-bbd1-c722b99a0cd7 img.shogun-image {
  width: 100%;
}



}
#s-e037ce89-e453-4c23-a010-e0289a4909dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e037ce89-e453-4c23-a010-e0289a4909dd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 {
  text-align: left;
}



.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b307ae8-09df-4ff6-9cca-7fdee2af6534 img.shogun-image {
  width: 100%;
}



}
#s-97dd32af-ac8c-4d29-9e49-e26956d1e2e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97dd32af-ac8c-4d29-9e49-e26956d1e2e9 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5485d29d-cd2a-427c-b7f6-749bab258d3c {
  min-height: 40px;
}
@media (min-width: 1200px){#s-5485d29d-cd2a-427c-b7f6-749bab258d3c {
  display: none;
}
#s-5485d29d-cd2a-427c-b7f6-749bab258d3c, #wrap-s-5485d29d-cd2a-427c-b7f6-749bab258d3c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5485d29d-cd2a-427c-b7f6-749bab258d3c {
  display: none;
}
#s-5485d29d-cd2a-427c-b7f6-749bab258d3c, #wrap-s-5485d29d-cd2a-427c-b7f6-749bab258d3c { display: none !important; }}







#s-5485d29d-cd2a-427c-b7f6-749bab258d3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5485d29d-cd2a-427c-b7f6-749bab258d3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58e314f3-7427-4462-8000-6ad097d9e980 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-58e314f3-7427-4462-8000-6ad097d9e980 {
  display: none;
}
#s-58e314f3-7427-4462-8000-6ad097d9e980, #wrap-s-58e314f3-7427-4462-8000-6ad097d9e980 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58e314f3-7427-4462-8000-6ad097d9e980 {
  display: none;
}
#s-58e314f3-7427-4462-8000-6ad097d9e980, #wrap-s-58e314f3-7427-4462-8000-6ad097d9e980 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58e314f3-7427-4462-8000-6ad097d9e980 {
  display: unset;
}
#s-58e314f3-7427-4462-8000-6ad097d9e980, #wrap-s-58e314f3-7427-4462-8000-6ad097d9e980 { display: unset !important; }}@media (max-width: 767px){#s-58e314f3-7427-4462-8000-6ad097d9e980 {
  display: unset;
}
#s-58e314f3-7427-4462-8000-6ad097d9e980, #wrap-s-58e314f3-7427-4462-8000-6ad097d9e980 { display: unset !important; }}
#s-a2fb8040-2296-469f-985e-281f3da28d19 {
  text-align: left;
}



.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2fb8040-2296-469f-985e-281f3da28d19 img.shogun-image {
  width: 100%;
}



}
#s-c97e5261-be82-472d-ad90-db5d0b94c3de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c97e5261-be82-472d-ad90-db5d0b94c3de .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a62a3589-365c-4fbb-902f-203082409ba3 {
  text-align: left;
}



.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a62a3589-365c-4fbb-902f-203082409ba3 img.shogun-image {
  width: 100%;
}



}
#s-a999310e-40d7-4fb5-8d71-797cefabb508 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a999310e-40d7-4fb5-8d71-797cefabb508 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-263c8813-01f6-404b-ac46-429096f4069e {
  text-align: left;
}



.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263c8813-01f6-404b-ac46-429096f4069e img.shogun-image {
  width: 100%;
}



}
#s-7f4462e6-6f68-474a-9b60-4c7a02b2dcc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f4462e6-6f68-474a-9b60-4c7a02b2dcc5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 {
  text-align: left;
}



.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d36dc48-73b5-46c9-82b9-3b84229e2c55 img.shogun-image {
  width: 100%;
}



}
#s-e2d384fb-f225-419d-87fd-71354b29c8a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2d384fb-f225-419d-87fd-71354b29c8a0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5240615b-ce73-45ab-be03-f2f2a14ec04c {
  min-height: 50px;
background-color: rgba(253, 251, 250, 1);
}
@media (min-width: 1200px){#s-5240615b-ce73-45ab-be03-f2f2a14ec04c {
  display: none;
}
#s-5240615b-ce73-45ab-be03-f2f2a14ec04c, #wrap-s-5240615b-ce73-45ab-be03-f2f2a14ec04c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5240615b-ce73-45ab-be03-f2f2a14ec04c {
  display: none;
}
#s-5240615b-ce73-45ab-be03-f2f2a14ec04c, #wrap-s-5240615b-ce73-45ab-be03-f2f2a14ec04c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5240615b-ce73-45ab-be03-f2f2a14ec04c {
  display: none;
}
#s-5240615b-ce73-45ab-be03-f2f2a14ec04c, #wrap-s-5240615b-ce73-45ab-be03-f2f2a14ec04c { display: none !important; }}@media (max-width: 767px){#s-5240615b-ce73-45ab-be03-f2f2a14ec04c {
  display: none;
}
#s-5240615b-ce73-45ab-be03-f2f2a14ec04c, #wrap-s-5240615b-ce73-45ab-be03-f2f2a14ec04c { display: none !important; }}







#s-5240615b-ce73-45ab-be03-f2f2a14ec04c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5240615b-ce73-45ab-be03-f2f2a14ec04c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 {
  display: none;
}
#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40, #wrap-s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 {
  display: none;
}
#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40, #wrap-s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 {
  display: none;
}
#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40, #wrap-s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 { display: none !important; }}@media (max-width: 767px){#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 {
  display: none;
}
#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40, #wrap-s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 { display: none !important; }}







#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef47d9ad-bfa6-4e53-950d-d67ab5e67d40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76a5c94c-e345-4df0-aaed-997d7ec3d562 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-76a5c94c-e345-4df0-aaed-997d7ec3d562 {
  display: none;
}
#s-76a5c94c-e345-4df0-aaed-997d7ec3d562, #wrap-s-76a5c94c-e345-4df0-aaed-997d7ec3d562 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76a5c94c-e345-4df0-aaed-997d7ec3d562 {
  display: none;
}
#s-76a5c94c-e345-4df0-aaed-997d7ec3d562, #wrap-s-76a5c94c-e345-4df0-aaed-997d7ec3d562 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76a5c94c-e345-4df0-aaed-997d7ec3d562 {
  display: none;
}
#s-76a5c94c-e345-4df0-aaed-997d7ec3d562, #wrap-s-76a5c94c-e345-4df0-aaed-997d7ec3d562 { display: none !important; }}@media (max-width: 767px){#s-76a5c94c-e345-4df0-aaed-997d7ec3d562 {
  display: none;
}
#s-76a5c94c-e345-4df0-aaed-997d7ec3d562, #wrap-s-76a5c94c-e345-4df0-aaed-997d7ec3d562 { display: none !important; }}
@media (min-width: 1200px){#s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d {
  display: none;
}
#s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d, #wrap-s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d {
  display: none;
}
#s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d, #wrap-s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d {
  display: none;
}
#s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d, #wrap-s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d { display: none !important; }}@media (max-width: 767px){#s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d {
  display: none;
}
#s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d, #wrap-s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d { display: none !important; }}
@media (min-width: 0px) {
[id="s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c32227e0-c2a3-48e9-8330-7eb6d25ab54d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-8bb3ea61-8be1-4480-84e5-85b1b761a1d5 {
  min-height: 50px;
}








#s-8bb3ea61-8be1-4480-84e5-85b1b761a1d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bb3ea61-8be1-4480-84e5-85b1b761a1d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47d66a21-8f1b-4ec5-b384-f15d15edb724 {
  min-height: 50px;
}








#s-47d66a21-8f1b-4ec5-b384-f15d15edb724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47d66a21-8f1b-4ec5-b384-f15d15edb724.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd87fe72-766e-4d17-bcf9-8cd4159d780a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-cd87fe72-766e-4d17-bcf9-8cd4159d780a {
  margin-top: 20px;
}
}







#s-cd87fe72-766e-4d17-bcf9-8cd4159d780a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd87fe72-766e-4d17-bcf9-8cd4159d780a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecb0bbdc-e115-450a-bff1-ef09f6917bd9 {
  padding-top: 10px;
padding-left: 18px;
padding-bottom: 10px;
padding-right: 18px;
min-height: 185px;
background-color: rgba(253, 251, 250, 1);
}








#s-ecb0bbdc-e115-450a-bff1-ef09f6917bd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecb0bbdc-e115-450a-bff1-ef09f6917bd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-6f1e2fc2-ee81-4b74-85a7-0c75ba61470d {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-6f1e2fc2-ee81-4b74-85a7-0c75ba61470d hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f4a9a71d-57a8-4c81-87fb-46261065bf0d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 251, 250, 1);
}

#s-f4a9a71d-57a8-4c81-87fb-46261065bf0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(253, 251, 250, 1);
  padding: 10px;
}

#s-f4a9a71d-57a8-4c81-87fb-46261065bf0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f4a9a71d-57a8-4c81-87fb-46261065bf0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(253, 251, 250, 1);
  border-top: 1px solid rgba(253, 251, 250, 1);
}

#s-f4a9a71d-57a8-4c81-87fb-46261065bf0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Figtree;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f4a9a71d-57a8-4c81-87fb-46261065bf0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-203b62f1-6669-4685-a618-d9e4470adf68 {
  margin-left: 3%;
margin-right: 3%;
background-color: rgba(253, 251, 250, 1);
}

#s-805e9af7-32cd-4c8f-8664-ac9bd0404b5b {
  min-height: 50px;
}








#s-805e9af7-32cd-4c8f-8664-ac9bd0404b5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-805e9af7-32cd-4c8f-8664-ac9bd0404b5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1ef63dc-5647-4649-b91b-738e702a4b0b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-a1ef63dc-5647-4649-b91b-738e702a4b0b {
  margin-top: 20px;
}
}







#s-a1ef63dc-5647-4649-b91b-738e702a4b0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1ef63dc-5647-4649-b91b-738e702a4b0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-365be8c2-12f5-487a-99b0-e62d8d34dea2 {
  padding-top: 10px;
padding-left: 18px;
padding-bottom: 10px;
padding-right: 18px;
min-height: 185px;
background-color: rgba(253, 251, 250, 1);
}








#s-365be8c2-12f5-487a-99b0-e62d8d34dea2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-365be8c2-12f5-487a-99b0-e62d8d34dea2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95076686-194a-4395-b8cb-0bd7bf331a20 {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-95076686-194a-4395-b8cb-0bd7bf331a20 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-555d3241-8ad5-4c21-a94a-2a550bba0a2f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 251, 250, 1);
}

#s-555d3241-8ad5-4c21-a94a-2a550bba0a2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(253, 251, 250, 1);
  padding: 10px;
}

#s-555d3241-8ad5-4c21-a94a-2a550bba0a2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-555d3241-8ad5-4c21-a94a-2a550bba0a2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(253, 251, 250, 1);
  border-top: 1px solid rgba(253, 251, 250, 1);
}

#s-555d3241-8ad5-4c21-a94a-2a550bba0a2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Figtree;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-555d3241-8ad5-4c21-a94a-2a550bba0a2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-18248670-c1cb-4707-88f6-d0322bf284e0 {
  margin-left: 3%;
margin-right: 3%;
background-color: rgba(253, 251, 250, 1);
}

@media (min-width: 1200px){#s-0cc83757-971b-4635-ae44-bab68baca77b {
  display: none;
}
#s-0cc83757-971b-4635-ae44-bab68baca77b, #wrap-s-0cc83757-971b-4635-ae44-bab68baca77b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cc83757-971b-4635-ae44-bab68baca77b {
  display: none;
}
#s-0cc83757-971b-4635-ae44-bab68baca77b, #wrap-s-0cc83757-971b-4635-ae44-bab68baca77b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cc83757-971b-4635-ae44-bab68baca77b {
  display: none;
}
#s-0cc83757-971b-4635-ae44-bab68baca77b, #wrap-s-0cc83757-971b-4635-ae44-bab68baca77b { display: none !important; }}@media (max-width: 767px){#s-0cc83757-971b-4635-ae44-bab68baca77b {
  display: none;
}
#s-0cc83757-971b-4635-ae44-bab68baca77b, #wrap-s-0cc83757-971b-4635-ae44-bab68baca77b { display: none !important; }}
@media (min-width: 0px) {
[id="s-0cc83757-971b-4635-ae44-bab68baca77b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0cc83757-971b-4635-ae44-bab68baca77b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cc83757-971b-4635-ae44-bab68baca77b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0cc83757-971b-4635-ae44-bab68baca77b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cc83757-971b-4635-ae44-bab68baca77b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cc83757-971b-4635-ae44-bab68baca77b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cc83757-971b-4635-ae44-bab68baca77b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-09c64cb0-23ca-4231-b92c-3d8a49873578 {
  min-height: 50px;
}








#s-09c64cb0-23ca-4231-b92c-3d8a49873578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09c64cb0-23ca-4231-b92c-3d8a49873578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a37bcd03-cf7b-47a2-beeb-0bd4f4be5922 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-a37bcd03-cf7b-47a2-beeb-0bd4f4be5922 {
  margin-top: 20px;
}
}







#s-a37bcd03-cf7b-47a2-beeb-0bd4f4be5922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a37bcd03-cf7b-47a2-beeb-0bd4f4be5922.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b00e3148-d27f-419a-b99f-49fc25430d5e {
  min-height: 50px;
}








#s-b00e3148-d27f-419a-b99f-49fc25430d5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b00e3148-d27f-419a-b99f-49fc25430d5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ac5b5d0-ae64-43f6-b448-37cafe5bd71a {
  padding-top: 10px;
padding-left: 18px;
padding-bottom: 10px;
padding-right: 18px;
min-height: 185px;
background-color: rgba(253, 251, 250, 1);
}








#s-4ac5b5d0-ae64-43f6-b448-37cafe5bd71a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ac5b5d0-ae64-43f6-b448-37cafe5bd71a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ecd4240-aa32-428e-b0ab-3d2bbe2effa1 {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-2ecd4240-aa32-428e-b0ab-3d2bbe2effa1 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-a0e6af37-1049-4171-97d9-87ab092a9f8b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 251, 250, 1);
}

#s-a0e6af37-1049-4171-97d9-87ab092a9f8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(253, 251, 250, 1);
  padding: 10px;
}

#s-a0e6af37-1049-4171-97d9-87ab092a9f8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a0e6af37-1049-4171-97d9-87ab092a9f8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(253, 251, 250, 1);
  border-top: 1px solid rgba(253, 251, 250, 1);
}

#s-a0e6af37-1049-4171-97d9-87ab092a9f8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Figtree;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a0e6af37-1049-4171-97d9-87ab092a9f8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-be121e56-da71-47be-a704-7da2cd7621c2 {
  margin-left: 3%;
margin-right: 3%;
background-color: rgba(253, 251, 250, 1);
}

#s-0c2e4232-e046-4506-8d2f-b22894163c4c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-0c2e4232-e046-4506-8d2f-b22894163c4c {
  margin-top: 20px;
}
}







#s-0c2e4232-e046-4506-8d2f-b22894163c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c2e4232-e046-4506-8d2f-b22894163c4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-978f6df7-349b-4b22-95e0-c586c7740072 {
  padding-top: 10px;
padding-left: 18px;
padding-bottom: 10px;
padding-right: 18px;
min-height: 185px;
background-color: rgba(253, 251, 250, 1);
}








#s-978f6df7-349b-4b22-95e0-c586c7740072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-978f6df7-349b-4b22-95e0-c586c7740072.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff59f6e3-e2a2-4a4a-8148-0f24603add38 {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-ff59f6e3-e2a2-4a4a-8148-0f24603add38 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-195ef93e-a48f-41c8-a282-f90cf47f23ec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 251, 250, 1);
}

#s-195ef93e-a48f-41c8-a282-f90cf47f23ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(253, 251, 250, 1);
  padding: 10px;
}

#s-195ef93e-a48f-41c8-a282-f90cf47f23ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-195ef93e-a48f-41c8-a282-f90cf47f23ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(253, 251, 250, 1);
  border-top: 1px solid rgba(253, 251, 250, 1);
}

#s-195ef93e-a48f-41c8-a282-f90cf47f23ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Figtree;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-195ef93e-a48f-41c8-a282-f90cf47f23ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-35b36d76-505a-40c7-9006-45d33610abdc {
  margin-left: 3%;
margin-right: 3%;
background-color: rgba(253, 251, 250, 1);
}

#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb {
  min-height: 50px;
background-color: rgba(253, 251, 250, 1);
}
@media (min-width: 1200px){#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb {
  display: none;
}
#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb, #wrap-s-adadded4-cdee-4ae8-8520-d7ae46ba00fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb {
  display: none;
}
#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb, #wrap-s-adadded4-cdee-4ae8-8520-d7ae46ba00fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb {
  display: none;
}
#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb, #wrap-s-adadded4-cdee-4ae8-8520-d7ae46ba00fb { display: none !important; }}@media (max-width: 767px){#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb {
  display: none;
}
#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb, #wrap-s-adadded4-cdee-4ae8-8520-d7ae46ba00fb { display: none !important; }}







#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adadded4-cdee-4ae8-8520-d7ae46ba00fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7eddba7-e718-494a-b63c-254456cebf3c {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-d7eddba7-e718-494a-b63c-254456cebf3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7eddba7-e718-494a-b63c-254456cebf3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55b3feea-1531-4656-b123-1742af6ebbb2 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-5fce5bc1-9b60-42c7-9c21-a9b12ecfb7c5 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-5fce5bc1-9b60-42c7-9c21-a9b12ecfb7c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fce5bc1-9b60-42c7-9c21-a9b12ecfb7c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5fce5bc1-9b60-42c7-9c21-a9b12ecfb7c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5fce5bc1-9b60-42c7-9c21-a9b12ecfb7c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e3c49740-fe1f-4248-a00d-c4961e91f3b1 {
  min-height: 50px;
}








#s-e3c49740-fe1f-4248-a00d-c4961e91f3b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3c49740-fe1f-4248-a00d-c4961e91f3b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24d70006-d069-4244-9127-2058ec6ee391 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-24d70006-d069-4244-9127-2058ec6ee391 {
  margin-top: 20px;
}
}







#s-24d70006-d069-4244-9127-2058ec6ee391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24d70006-d069-4244-9127-2058ec6ee391.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cfdf6d7-e080-406f-bdf4-f67c4f75b2c2 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 185px;
background-color: rgba(253, 251, 250, 1);
}








#s-2cfdf6d7-e080-406f-bdf4-f67c4f75b2c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cfdf6d7-e080-406f-bdf4-f67c4f75b2c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-172d5b2e-080a-4059-9d71-bbab3b211616 {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-172d5b2e-080a-4059-9d71-bbab3b211616 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-9d8a2d0d-c6b2-448c-93da-b08a314c40ba > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 251, 250, 1);
}

#s-9d8a2d0d-c6b2-448c-93da-b08a314c40ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(253, 251, 250, 1);
  padding: 10px;
}

#s-9d8a2d0d-c6b2-448c-93da-b08a314c40ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9d8a2d0d-c6b2-448c-93da-b08a314c40ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(253, 251, 250, 1);
  border-top: 1px solid rgba(253, 251, 250, 1);
}

#s-9d8a2d0d-c6b2-448c-93da-b08a314c40ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Figtree;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9d8a2d0d-c6b2-448c-93da-b08a314c40ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3cb2d19c-25bc-452c-985d-4d52abad2e9f {
  margin-left: 3%;
margin-right: 3%;
background-color: rgba(253, 251, 250, 1);
}

#s-48c40aab-aa10-451b-92b7-3897670361b6 {
  min-height: 50px;
}








#s-48c40aab-aa10-451b-92b7-3897670361b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c40aab-aa10-451b-92b7-3897670361b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc7b99aa-cc51-4ca6-976a-98b135aa9d44 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-dc7b99aa-cc51-4ca6-976a-98b135aa9d44 {
  margin-top: 20px;
}
}







#s-dc7b99aa-cc51-4ca6-976a-98b135aa9d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc7b99aa-cc51-4ca6-976a-98b135aa9d44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3a26101-074a-4087-9b6d-10d5bb3af73f {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 185px;
background-color: rgba(253, 251, 250, 1);
}








#s-a3a26101-074a-4087-9b6d-10d5bb3af73f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3a26101-074a-4087-9b6d-10d5bb3af73f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d41c071b-9ede-4a10-9d8f-6e470dd72fd9 {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-d41c071b-9ede-4a10-9d8f-6e470dd72fd9 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-daa99776-ef00-45af-bc5f-ca8d25347263 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 251, 250, 1);
}

#s-daa99776-ef00-45af-bc5f-ca8d25347263 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(253, 251, 250, 1);
  padding: 10px;
}

#s-daa99776-ef00-45af-bc5f-ca8d25347263 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-daa99776-ef00-45af-bc5f-ca8d25347263 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(253, 251, 250, 1);
  border-top: 1px solid rgba(253, 251, 250, 1);
}

#s-daa99776-ef00-45af-bc5f-ca8d25347263 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Figtree;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-daa99776-ef00-45af-bc5f-ca8d25347263 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ecfe9796-55fe-470e-aaf3-0b65da7b04db {
  margin-left: 3%;
margin-right: 3%;
background-color: rgba(253, 251, 250, 1);
}

#s-190f1345-07ab-4d65-b42b-9b76735f8562 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-190f1345-07ab-4d65-b42b-9b76735f8562"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-190f1345-07ab-4d65-b42b-9b76735f8562"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-190f1345-07ab-4d65-b42b-9b76735f8562"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-190f1345-07ab-4d65-b42b-9b76735f8562"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-0136ed5f-6ddf-40e9-a7a1-1876279b17d2 {
  min-height: 50px;
}








#s-0136ed5f-6ddf-40e9-a7a1-1876279b17d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0136ed5f-6ddf-40e9-a7a1-1876279b17d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-705402da-44ff-421b-a0e2-dfc04205c2ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-705402da-44ff-421b-a0e2-dfc04205c2ac {
  margin-top: 20px;
}
}







#s-705402da-44ff-421b-a0e2-dfc04205c2ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-705402da-44ff-421b-a0e2-dfc04205c2ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b3e6d47-3cc4-4a65-b4dd-4b8b1e65f4c4 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 185px;
background-color: rgba(253, 251, 250, 1);
}








#s-0b3e6d47-3cc4-4a65-b4dd-4b8b1e65f4c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b3e6d47-3cc4-4a65-b4dd-4b8b1e65f4c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba43ec23-347c-4974-b324-04f6c8fdb655 {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-ba43ec23-347c-4974-b324-04f6c8fdb655 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-5d5263c4-2f0e-4cfd-a3e3-69352b376a5d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 251, 250, 1);
}

#s-5d5263c4-2f0e-4cfd-a3e3-69352b376a5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(253, 251, 250, 1);
  padding: 10px;
}

#s-5d5263c4-2f0e-4cfd-a3e3-69352b376a5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5d5263c4-2f0e-4cfd-a3e3-69352b376a5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(253, 251, 250, 1);
  border-top: 1px solid rgba(253, 251, 250, 1);
}

#s-5d5263c4-2f0e-4cfd-a3e3-69352b376a5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Figtree;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5d5263c4-2f0e-4cfd-a3e3-69352b376a5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f0142c5c-4ca3-4033-8dff-45b497cf3409 {
  margin-left: 3%;
margin-right: 3%;
background-color: rgba(253, 251, 250, 1);
}

#s-ff106d3a-2e39-4d70-94b0-be0256678526 {
  min-height: 50px;
}








#s-ff106d3a-2e39-4d70-94b0-be0256678526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff106d3a-2e39-4d70-94b0-be0256678526.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-504761b5-0355-4f33-a743-c1907db60167 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-504761b5-0355-4f33-a743-c1907db60167 {
  margin-top: 20px;
}
}







#s-504761b5-0355-4f33-a743-c1907db60167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-504761b5-0355-4f33-a743-c1907db60167.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92dedbc4-416f-46ef-a792-eba82749f245 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 185px;
background-color: rgba(253, 251, 250, 1);
}








#s-92dedbc4-416f-46ef-a792-eba82749f245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92dedbc4-416f-46ef-a792-eba82749f245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a82c7f3-25ac-4383-94d9-d34a0f168796 {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-6a82c7f3-25ac-4383-94d9-d34a0f168796 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-6d6dac91-f350-4200-b8cc-2c70ae723619 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 251, 250, 1);
}

#s-6d6dac91-f350-4200-b8cc-2c70ae723619 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(253, 251, 250, 1);
  padding: 10px;
}

#s-6d6dac91-f350-4200-b8cc-2c70ae723619 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6d6dac91-f350-4200-b8cc-2c70ae723619 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(253, 251, 250, 1);
  border-top: 1px solid rgba(253, 251, 250, 1);
}

#s-6d6dac91-f350-4200-b8cc-2c70ae723619 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Figtree;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6d6dac91-f350-4200-b8cc-2c70ae723619 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-65b2be98-b8c6-496a-8818-a891a11b3fcf {
  margin-left: 3%;
margin-right: 3%;
background-color: rgba(253, 251, 250, 1);
}

#s-773a10f9-baf6-4519-a5f5-198a3d82e5fb {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
background-color: rgba(242, 236, 226, 1);
}
@media (max-width: 767px){#s-773a10f9-baf6-4519-a5f5-198a3d82e5fb {
  display: none;
}
#s-773a10f9-baf6-4519-a5f5-198a3d82e5fb, #wrap-s-773a10f9-baf6-4519-a5f5-198a3d82e5fb { display: none !important; }}







#s-773a10f9-baf6-4519-a5f5-198a3d82e5fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-773a10f9-baf6-4519-a5f5-198a3d82e5fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dd95775-83e8-454b-844d-baa7d7479938 {
  margin-left: auto;
margin-right: auto;
min-height: 550px;
max-width: 2000px;
background-color: rgba(242, 236, 226, 1);
}








#s-4dd95775-83e8-454b-844d-baa7d7479938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd95775-83e8-454b-844d-baa7d7479938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e60a16e8-e80c-4995-a747-7ce481edbe1c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e60a16e8-e80c-4995-a747-7ce481edbe1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e60a16e8-e80c-4995-a747-7ce481edbe1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e60a16e8-e80c-4995-a747-7ce481edbe1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e60a16e8-e80c-4995-a747-7ce481edbe1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-480c2e92-3a6a-4a41-8fb2-70cbf88fa980 {
  margin-top: 4%;
margin-left: 15%;
margin-bottom: 4%;
margin-right: 15%;
min-height: 550px;
}








#s-480c2e92-3a6a-4a41-8fb2-70cbf88fa980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-480c2e92-3a6a-4a41-8fb2-70cbf88fa980.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e7e0612-7bb4-4541-a2f9-61ef05a5b8f0 {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-b248fc58-9f6b-4008-8a6d-de16a87c61f0 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-15845375-881f-4701-804b-5849f363471d {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 600px;
}








#s-15845375-881f-4701-804b-5849f363471d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15845375-881f-4701-804b-5849f363471d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-17993719-dfd8-4263-8aca-fcc1a0ab3e68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17993719-dfd8-4263-8aca-fcc1a0ab3e68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-980be57c-46e5-4097-bd50-2abc595947ab {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1000/816;
text-align: center;
}





  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image,
  #s-980be57c-46e5-4097-bd50-2abc595947ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab {
    width: 100%;
    height: auto;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-980be57c-46e5-4097-bd50-2abc595947ab .shogun-image-content {
  
    align-items: center;
  
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-980be57c-46e5-4097-bd50-2abc595947ab {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
      position: relative;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image,
  #s-980be57c-46e5-4097-bd50-2abc595947ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab {
    width: 100%;
    height: auto;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-980be57c-46e5-4097-bd50-2abc595947ab .shogun-image-content {
  
    align-items: center;
  
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-980be57c-46e5-4097-bd50-2abc595947ab {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
      position: relative;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image,
  #s-980be57c-46e5-4097-bd50-2abc595947ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab {
    width: 100%;
    height: auto;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-980be57c-46e5-4097-bd50-2abc595947ab .shogun-image-content {
  
    align-items: center;
  
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-980be57c-46e5-4097-bd50-2abc595947ab {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
      position: relative;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image,
  #s-980be57c-46e5-4097-bd50-2abc595947ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab {
    width: 100%;
    height: auto;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-980be57c-46e5-4097-bd50-2abc595947ab .shogun-image-content {
  
    align-items: center;
  
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-980be57c-46e5-4097-bd50-2abc595947ab {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
      position: relative;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image,
  #s-980be57c-46e5-4097-bd50-2abc595947ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab {
    width: 100%;
    height: auto;
  }

  #s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-980be57c-46e5-4097-bd50-2abc595947ab .shogun-image-content {
  
    align-items: center;
  
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-980be57c-46e5-4097-bd50-2abc595947ab {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container {
      position: relative;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-980be57c-46e5-4097-bd50-2abc595947ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b0e05924-28ac-4631-91af-0f6cca9e2d44 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-b0e05924-28ac-4631-91af-0f6cca9e2d44 {
  display: none;
}
#s-b0e05924-28ac-4631-91af-0f6cca9e2d44, #wrap-s-b0e05924-28ac-4631-91af-0f6cca9e2d44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0e05924-28ac-4631-91af-0f6cca9e2d44 {
  display: none;
}
#s-b0e05924-28ac-4631-91af-0f6cca9e2d44, #wrap-s-b0e05924-28ac-4631-91af-0f6cca9e2d44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0e05924-28ac-4631-91af-0f6cca9e2d44 {
  display: none;
}
#s-b0e05924-28ac-4631-91af-0f6cca9e2d44, #wrap-s-b0e05924-28ac-4631-91af-0f6cca9e2d44 { display: none !important; }}@media (max-width: 767px){#s-b0e05924-28ac-4631-91af-0f6cca9e2d44 {
  
}
}







#s-b0e05924-28ac-4631-91af-0f6cca9e2d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0e05924-28ac-4631-91af-0f6cca9e2d44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-329488d2-4266-4895-ae41-3ec23c5b13c7 {
  box-shadow:0px 0px 0px 0px rgba(78, 77, 77, 1);
}
@media (max-width: 767px){#s-329488d2-4266-4895-ae41-3ec23c5b13c7 {
  
}
}
#s-a5870faf-fb14-46b6-baed-501d08cdb75f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-e909666e-01e8-4e4e-85e8-2e919be9c9dd {
  min-height: 40px;
}
@media (min-width: 1200px){#s-e909666e-01e8-4e4e-85e8-2e919be9c9dd {
  display: none;
}
#s-e909666e-01e8-4e4e-85e8-2e919be9c9dd, #wrap-s-e909666e-01e8-4e4e-85e8-2e919be9c9dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e909666e-01e8-4e4e-85e8-2e919be9c9dd {
  display: none;
}
#s-e909666e-01e8-4e4e-85e8-2e919be9c9dd, #wrap-s-e909666e-01e8-4e4e-85e8-2e919be9c9dd { display: none !important; }}







#s-e909666e-01e8-4e4e-85e8-2e919be9c9dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e909666e-01e8-4e4e-85e8-2e919be9c9dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f142f15a-5228-498f-9420-bd4140f285cd {
  min-height: 50px;
background-color: rgba(245, 237, 228, 1);
}
@media (min-width: 1200px){#s-f142f15a-5228-498f-9420-bd4140f285cd {
  display: none;
}
#s-f142f15a-5228-498f-9420-bd4140f285cd, #wrap-s-f142f15a-5228-498f-9420-bd4140f285cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f142f15a-5228-498f-9420-bd4140f285cd {
  display: none;
}
#s-f142f15a-5228-498f-9420-bd4140f285cd, #wrap-s-f142f15a-5228-498f-9420-bd4140f285cd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f142f15a-5228-498f-9420-bd4140f285cd {
  display: none;
}
#s-f142f15a-5228-498f-9420-bd4140f285cd, #wrap-s-f142f15a-5228-498f-9420-bd4140f285cd { display: none !important; }}







#s-f142f15a-5228-498f-9420-bd4140f285cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f142f15a-5228-498f-9420-bd4140f285cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f95ae3da-b59e-4e9f-80fe-223e72a51c85 {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
background-color: rgba(245, 237, 228, 1);
}








#s-f95ae3da-b59e-4e9f-80fe-223e72a51c85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f95ae3da-b59e-4e9f-80fe-223e72a51c85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ba56457-eb79-4f0a-b6df-8bc798593848 {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-96b0dc1b-6517-4be7-aff6-84dbe1f0b542 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1000/816;
text-align: center;
}





  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image,
  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
    width: 100%;
    height: auto;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
      position: relative;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image,
  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
    width: 100%;
    height: auto;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
      position: relative;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image,
  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
    width: 100%;
    height: auto;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
      position: relative;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image,
  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
    width: 100%;
    height: auto;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
      position: relative;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image,
  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
    width: 100%;
    height: auto;
  }

  #s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 {
      --shg-aspect-ratio: calc(1000/816); 
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container {
      position: relative;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce11a18-e7af-40a3-89be-d4e06c6b1564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3099dbbd-0580-436b-a2bc-a0e1c792af89 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3099dbbd-0580-436b-a2bc-a0e1c792af89 {
  display: none;
}
#s-3099dbbd-0580-436b-a2bc-a0e1c792af89, #wrap-s-3099dbbd-0580-436b-a2bc-a0e1c792af89 { display: none !important; }}







#s-3099dbbd-0580-436b-a2bc-a0e1c792af89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3099dbbd-0580-436b-a2bc-a0e1c792af89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecc6203f-c6b1-4d90-84b4-61267a1cca94 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-ecc6203f-c6b1-4d90-84b4-61267a1cca94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc6203f-c6b1-4d90-84b4-61267a1cca94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2e08137-5ca6-44bc-aed8-09edace9f08d {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-0925f76d-1c35-46fc-9caa-a01cf21e07d1 {
  margin-top: 0px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-9626db98-5a80-48b7-95f8-f38f6ee4b71f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9626db98-5a80-48b7-95f8-f38f6ee4b71f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9626db98-5a80-48b7-95f8-f38f6ee4b71f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9626db98-5a80-48b7-95f8-f38f6ee4b71f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-50e34896-a4e8-4c0a-9626-57ce1e51f2b7 {
  min-height: 50px;
}








#s-50e34896-a4e8-4c0a-9626-57ce1e51f2b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50e34896-a4e8-4c0a-9626-57ce1e51f2b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57525010-8600-410d-a40d-3410c8ea8e91 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-57525010-8600-410d-a40d-3410c8ea8e91 {
  margin-top: 20px;
}
}







#s-57525010-8600-410d-a40d-3410c8ea8e91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57525010-8600-410d-a40d-3410c8ea8e91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d25ce140-2959-4af7-aed0-d68731cd74f0 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}








#s-d25ce140-2959-4af7-aed0-d68731cd74f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d25ce140-2959-4af7-aed0-d68731cd74f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af94184d-12b8-4076-a641-26f03ba933ad {
  min-height: 50px;
}








#s-af94184d-12b8-4076-a641-26f03ba933ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af94184d-12b8-4076-a641-26f03ba933ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3e20d04-eaa8-4e9e-8556-e4bafe357a61 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-d3e20d04-eaa8-4e9e-8556-e4bafe357a61 {
  margin-top: 20px;
}
}







#s-d3e20d04-eaa8-4e9e-8556-e4bafe357a61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3e20d04-eaa8-4e9e-8556-e4bafe357a61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd2dd483-bc5c-4516-9570-db9805c180e8 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}








#s-cd2dd483-bc5c-4516-9570-db9805c180e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd2dd483-bc5c-4516-9570-db9805c180e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80b09d2f-9148-4526-ba9d-9550d0de3cd0 {
  min-height: 50px;
}








#s-80b09d2f-9148-4526-ba9d-9550d0de3cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b09d2f-9148-4526-ba9d-9550d0de3cd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d01ec2f-0e3d-4eb2-89b8-416b2e879ac2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-7d01ec2f-0e3d-4eb2-89b8-416b2e879ac2 {
  margin-top: 20px;
}
}







#s-7d01ec2f-0e3d-4eb2-89b8-416b2e879ac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d01ec2f-0e3d-4eb2-89b8-416b2e879ac2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21de8d50-5efd-4fd8-be19-b4d82bd8a3fc {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}








#s-21de8d50-5efd-4fd8-be19-b4d82bd8a3fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21de8d50-5efd-4fd8-be19-b4d82bd8a3fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cbd139d-4214-4a07-a0cf-01a52cb440f5 hr {
  border-top: 2px solid #ddd;
}

#s-f5796e1f-6397-4c3e-bf1c-a5a57235d3d3 {
  margin-top: 15px;
margin-bottom: 25px;
}

#s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
  max-width: 2457px;
aspect-ratio: 2457/151;
text-align: center;
}





  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image,
  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
    width: 100%;
    height: auto;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
    
    
  }


.s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shogun-image-content {
  
    align-items: center;
  
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
      --shg-aspect-ratio: calc(2457/151); 
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
      position: relative;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image,
  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
    width: 100%;
    height: auto;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
    
    
  }


.s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shogun-image-content {
  
    align-items: center;
  
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
      --shg-aspect-ratio: calc(2457/151); 
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
      position: relative;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image,
  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
    width: 100%;
    height: auto;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
    
    
  }


.s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shogun-image-content {
  
    align-items: center;
  
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
      --shg-aspect-ratio: calc(2457/151); 
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
      position: relative;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image,
  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
    width: 100%;
    height: auto;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
    
    
  }


.s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shogun-image-content {
  
    align-items: center;
  
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
      --shg-aspect-ratio: calc(2457/151); 
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
      position: relative;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image,
  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
    width: 100%;
    height: auto;
  }

  #s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
    
    
  }


.s-11168f52-2eac-4a8e-9908-d8bbd2e66258 .shogun-image-content {
  
    align-items: center;
  
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 {
      --shg-aspect-ratio: calc(2457/151); 
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container {
      position: relative;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11168f52-2eac-4a8e-9908-d8bbd2e66258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e {
  display: none;
}
#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e, #wrap-s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e {
  display: none;
}
#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e, #wrap-s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e {
  display: none;
}
#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e, #wrap-s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e { display: none !important; }}@media (max-width: 767px){#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e {
  display: unset;
}
#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e, #wrap-s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e { display: unset !important; }}







#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee75bf86-34fc-487e-a8c0-aa5801fedb2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc1a29ad-dc8a-4238-b17a-a50d1cd54b63 {
  margin-top: 60px;
margin-left: 8%;
margin-bottom: 30px;
margin-right: 8%;
min-height: 50px;
max-width: 1200px;
}








#s-bc1a29ad-dc8a-4238-b17a-a50d1cd54b63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc1a29ad-dc8a-4238-b17a-a50d1cd54b63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac8fc5f5-d71a-4999-b09d-b09ebff10860 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-558ba12f-d376-4b6f-99b9-8fa7406d14b5 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-21c7cc40-7a78-4bc8-96ac-31a5aa22eb15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21c7cc40-7a78-4bc8-96ac-31a5aa22eb15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-21c7cc40-7a78-4bc8-96ac-31a5aa22eb15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-21c7cc40-7a78-4bc8-96ac-31a5aa22eb15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6abb1ad8-f8a6-4fd3-888f-01dec28bcae3 {
  min-height: 50px;
}








#s-6abb1ad8-f8a6-4fd3-888f-01dec28bcae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6abb1ad8-f8a6-4fd3-888f-01dec28bcae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fae52ff7-1162-424c-b08e-54452f2b783c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-fae52ff7-1162-424c-b08e-54452f2b783c {
  margin-top: 20px;
}
}







#s-fae52ff7-1162-424c-b08e-54452f2b783c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fae52ff7-1162-424c-b08e-54452f2b783c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f031a2c2-9345-4b05-9510-14ec469f3025 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}








#s-f031a2c2-9345-4b05-9510-14ec469f3025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f031a2c2-9345-4b05-9510-14ec469f3025.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed68d5eb-412d-41e5-a028-2b29ee5b54e7 {
  min-height: 50px;
}








#s-ed68d5eb-412d-41e5-a028-2b29ee5b54e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed68d5eb-412d-41e5-a028-2b29ee5b54e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4475e44b-f3a5-45b0-8095-c3ce9c88edc2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-4475e44b-f3a5-45b0-8095-c3ce9c88edc2 {
  margin-top: 20px;
}
}







#s-4475e44b-f3a5-45b0-8095-c3ce9c88edc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4475e44b-f3a5-45b0-8095-c3ce9c88edc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7c1e4d5-9817-4214-b38b-ed217de20925 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}








#s-c7c1e4d5-9817-4214-b38b-ed217de20925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7c1e4d5-9817-4214-b38b-ed217de20925.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79e3c2e3-dc6d-4714-b775-0fd2e801451a {
  min-height: 50px;
}








#s-79e3c2e3-dc6d-4714-b775-0fd2e801451a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79e3c2e3-dc6d-4714-b775-0fd2e801451a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20000cdc-ae6e-4bf9-bab0-59cf332a213c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-20000cdc-ae6e-4bf9-bab0-59cf332a213c {
  margin-top: 20px;
}
}







#s-20000cdc-ae6e-4bf9-bab0-59cf332a213c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20000cdc-ae6e-4bf9-bab0-59cf332a213c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28d83f9e-3693-4641-b87d-66c4446fee7c {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 90px;
background-color: rgba(255, 255, 255, 1);
}








#s-28d83f9e-3693-4641-b87d-66c4446fee7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d83f9e-3693-4641-b87d-66c4446fee7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(249, 245, 241, 1);
}
@media (min-width: 1200px){#s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc {
  display: none;
}
#s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc, #wrap-s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc {
  display: none;
}
#s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc, #wrap-s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc {
  display: none;
}
#s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc, #wrap-s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc { display: none !important; }}







#s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e85f2f7a-64fd-4800-8e69-1c5b6ccd0acc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6890349a-d978-4ff0-9df2-214751ea4936 {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}








#s-6890349a-d978-4ff0-9df2-214751ea4936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6890349a-d978-4ff0-9df2-214751ea4936.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-623694b9-d161-4a0f-9f52-5e7998f00102 {
  margin-top: 15px;
margin-bottom: 25px;
}

#s-8fd557e3-1ade-4490-8644-fe96570e7738 {
  margin-left: 10%;
margin-right: 10%;
max-width: 600px;
aspect-ratio: 600/287;
text-align: center;
}





  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image,
  #s-8fd557e3-1ade-4490-8644-fe96570e7738 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 {
    width: 100%;
    height: auto;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
    
    
  }


.s-8fd557e3-1ade-4490-8644-fe96570e7738 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd557e3-1ade-4490-8644-fe96570e7738 {
      --shg-aspect-ratio: calc(600/287); 
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
      position: relative;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image,
  #s-8fd557e3-1ade-4490-8644-fe96570e7738 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 {
    width: 100%;
    height: auto;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
    
    
  }


.s-8fd557e3-1ade-4490-8644-fe96570e7738 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd557e3-1ade-4490-8644-fe96570e7738 {
      --shg-aspect-ratio: calc(600/287); 
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
      position: relative;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image,
  #s-8fd557e3-1ade-4490-8644-fe96570e7738 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 {
    width: 100%;
    height: auto;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
    
    
  }


.s-8fd557e3-1ade-4490-8644-fe96570e7738 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd557e3-1ade-4490-8644-fe96570e7738 {
      --shg-aspect-ratio: calc(600/287); 
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
      position: relative;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image,
  #s-8fd557e3-1ade-4490-8644-fe96570e7738 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 {
    width: 100%;
    height: auto;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
    
    
  }


.s-8fd557e3-1ade-4490-8644-fe96570e7738 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd557e3-1ade-4490-8644-fe96570e7738 {
      --shg-aspect-ratio: calc(600/287); 
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
      position: relative;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image,
  #s-8fd557e3-1ade-4490-8644-fe96570e7738 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 {
    width: 100%;
    height: auto;
  }

  #s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
    
    
  }


.s-8fd557e3-1ade-4490-8644-fe96570e7738 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd557e3-1ade-4490-8644-fe96570e7738 {
      --shg-aspect-ratio: calc(600/287); 
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container {
      position: relative;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd557e3-1ade-4490-8644-fe96570e7738 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
background-color: rgba(249, 246, 241, 1);
}
@media (max-width: 767px){#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206 {
  display: none;
}
#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206, #wrap-s-3cfeb6fe-66a3-4d34-a7df-5298840b5206 { display: none !important; }}







#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b684859-bffd-48e0-8b72-2715b9a60c5d {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(249, 246, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6b684859-bffd-48e0-8b72-2715b9a60c5d {
  display: unset;
}
#s-6b684859-bffd-48e0-8b72-2715b9a60c5d, #wrap-s-6b684859-bffd-48e0-8b72-2715b9a60c5d { display: unset !important; }}@media (max-width: 767px){#s-6b684859-bffd-48e0-8b72-2715b9a60c5d {
  display: unset;
}
#s-6b684859-bffd-48e0-8b72-2715b9a60c5d, #wrap-s-6b684859-bffd-48e0-8b72-2715b9a60c5d { display: unset !important; }}







#s-6b684859-bffd-48e0-8b72-2715b9a60c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b684859-bffd-48e0-8b72-2715b9a60c5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8436fd6-7684-4000-ab03-1bde02a55220 {
  margin-top: 3%;
margin-bottom: 3%;
min-height: 300px;
}

@media (min-width: 0px) {
[id="s-f8436fd6-7684-4000-ab03-1bde02a55220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8436fd6-7684-4000-ab03-1bde02a55220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-f8436fd6-7684-4000-ab03-1bde02a55220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8436fd6-7684-4000-ab03-1bde02a55220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 100.0px);
}

}

#s-a95bd348-6fbf-4ea6-9918-8a8c6301ee2d {
  min-height: 550px;
}
@media (max-width: 767px){#s-a95bd348-6fbf-4ea6-9918-8a8c6301ee2d {
  
}
}







#s-a95bd348-6fbf-4ea6-9918-8a8c6301ee2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a95bd348-6fbf-4ea6-9918-8a8c6301ee2d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-05b01ce0-9cfd-4338-8e8f-a872c9e9d9fb {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-05b01ce0-9cfd-4338-8e8f-a872c9e9d9fb {
  
}
}







#s-05b01ce0-9cfd-4338-8e8f-a872c9e9d9fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05b01ce0-9cfd-4338-8e8f-a872c9e9d9fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a337657-a048-4665-b308-dfd26aab52f6 {
  min-height: 550px;
}
@media (max-width: 767px){#s-9a337657-a048-4665-b308-dfd26aab52f6 {
  min-height: 200px;
display: none;
}
#s-9a337657-a048-4665-b308-dfd26aab52f6, #wrap-s-9a337657-a048-4665-b308-dfd26aab52f6 { display: none !important; }}







#s-9a337657-a048-4665-b308-dfd26aab52f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a337657-a048-4665-b308-dfd26aab52f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-57e35151-81be-409a-b192-c567b4cfcc5c {
  min-height: 300px;
}








#s-57e35151-81be-409a-b192-c567b4cfcc5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57e35151-81be-409a-b192-c567b4cfcc5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd44d610-35b0-4f78-9340-eb2b85540263 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 650px;
}








#s-bd44d610-35b0-4f78-9340-eb2b85540263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd44d610-35b0-4f78-9340-eb2b85540263.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a0363871-a2c1-4dee-bcde-0eb89c823284 {
  margin-top: 10px;
margin-bottom: 38px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-a0363871-a2c1-4dee-bcde-0eb89c823284 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-a0363871-a2c1-4dee-bcde-0eb89c823284 img.shogun-image {
    

    
    
    
  }


#s-a0363871-a2c1-4dee-bcde-0eb89c823284 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-609890dc-db50-4e61-a6bd-667034743928 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-609890dc-db50-4e61-a6bd-667034743928 {
  
}
}@media (max-width: 767px){#s-609890dc-db50-4e61-a6bd-667034743928 {
  display: none;
}
#s-609890dc-db50-4e61-a6bd-667034743928, #wrap-s-609890dc-db50-4e61-a6bd-667034743928 { display: none !important; }}
#s-bede1773-a17c-4530-bef0-9cf09cff0242 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 90px;
background-color: rgba(249, 246, 241, 1);
}








#s-bede1773-a17c-4530-bef0-9cf09cff0242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bede1773-a17c-4530-bef0-9cf09cff0242.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc5e44fc-3613-4dd6-9022-6b35ccba577b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 100px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bc5e44fc-3613-4dd6-9022-6b35ccba577b {
  display: none;
}
#s-bc5e44fc-3613-4dd6-9022-6b35ccba577b, #wrap-s-bc5e44fc-3613-4dd6-9022-6b35ccba577b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc5e44fc-3613-4dd6-9022-6b35ccba577b {
  display: none;
}
#s-bc5e44fc-3613-4dd6-9022-6b35ccba577b, #wrap-s-bc5e44fc-3613-4dd6-9022-6b35ccba577b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc5e44fc-3613-4dd6-9022-6b35ccba577b {
  
}
}@media (max-width: 767px){#s-bc5e44fc-3613-4dd6-9022-6b35ccba577b {
  
}
}







#s-bc5e44fc-3613-4dd6-9022-6b35ccba577b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc5e44fc-3613-4dd6-9022-6b35ccba577b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08712f25-f36a-4e36-9a97-02f61b2d9e9c {
  margin-top: 60px;
margin-bottom: 30px;
min-height: 300px;
}
@media (max-width: 767px){#s-08712f25-f36a-4e36-9a97-02f61b2d9e9c {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-08712f25-f36a-4e36-9a97-02f61b2d9e9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08712f25-f36a-4e36-9a97-02f61b2d9e9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08712f25-f36a-4e36-9a97-02f61b2d9e9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08712f25-f36a-4e36-9a97-02f61b2d9e9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-370f3588-5700-439e-acd2-1a0db964fce7 {
  
}
}







#s-370f3588-5700-439e-acd2-1a0db964fce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-370f3588-5700-439e-acd2-1a0db964fce7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a5814812-36a8-4aed-aa77-55c5ee49dbf7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 475px;
background-position: center center;
}
@media (max-width: 767px){#s-a5814812-36a8-4aed-aa77-55c5ee49dbf7 {
  
}
}







#s-a5814812-36a8-4aed-aa77-55c5ee49dbf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5814812-36a8-4aed-aa77-55c5ee49dbf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be8b55f6-7fe6-47b2-9805-6c1c358853af {
  min-height: 550px;
}
@media (min-width: 1200px){#s-be8b55f6-7fe6-47b2-9805-6c1c358853af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be8b55f6-7fe6-47b2-9805-6c1c358853af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be8b55f6-7fe6-47b2-9805-6c1c358853af {
  
}
}@media (max-width: 767px){#s-be8b55f6-7fe6-47b2-9805-6c1c358853af {
  min-height: 200px;
}
}







#s-be8b55f6-7fe6-47b2-9805-6c1c358853af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8b55f6-7fe6-47b2-9805-6c1c358853af.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-97bdd0d0-3f15-4025-b0e5-0e79d879a839 {
  min-height: 300px;
}








#s-97bdd0d0-3f15-4025-b0e5-0e79d879a839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97bdd0d0-3f15-4025-b0e5-0e79d879a839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-eae0fe92-8293-40f6-adfb-a6aaf20e355c {
  margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 400px;
}
@media (max-width: 767px){#s-eae0fe92-8293-40f6-adfb-a6aaf20e355c {
  margin-bottom: -20px;
}
}
#s-eae0fe92-8293-40f6-adfb-a6aaf20e355c .shg-sld-dot {
  background-color: rgba(176, 115, 65, 1);
}

#s-eae0fe92-8293-40f6-adfb-a6aaf20e355c .shg-sld-nav-button.shg-sld-left,
#s-eae0fe92-8293-40f6-adfb-a6aaf20e355c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 115, 65, 1);
}

#s-e100dfe4-af72-4818-864c-13dbee7a8c86 {
  min-height: 450px;
}








#s-e100dfe4-af72-4818-864c-13dbee7a8c86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e100dfe4-af72-4818-864c-13dbee7a8c86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80c11ed9-d452-4bcb-a598-63dd1303e94c {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 70px;
text-align: center;
}







  #s-80c11ed9-d452-4bcb-a598-63dd1303e94c img.shogun-image {
    

    
    
    
  }


#s-80c11ed9-d452-4bcb-a598-63dd1303e94c .shogun-image-content {
  
    align-items: center;
  
}

#s-c7d5ff15-5afb-497b-8de5-efeaeb13b4d1 {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c7d5ff15-5afb-497b-8de5-efeaeb13b4d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7d5ff15-5afb-497b-8de5-efeaeb13b4d1 {
  
}
}@media (max-width: 767px){#s-c7d5ff15-5afb-497b-8de5-efeaeb13b4d1 {
  
}
}
#s-d9da39ff-b63f-45a2-ba08-04e40272fe2b {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 120px;
text-align: center;
}







  #s-d9da39ff-b63f-45a2-ba08-04e40272fe2b img.shogun-image {
    

    
    
    
  }


#s-d9da39ff-b63f-45a2-ba08-04e40272fe2b .shogun-image-content {
  
    align-items: center;
  
}

#s-e1743437-f1d5-4f90-9e63-49020a096907 {
  min-height: 450px;
}








#s-e1743437-f1d5-4f90-9e63-49020a096907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1743437-f1d5-4f90-9e63-49020a096907.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-616ca4f9-15ff-463d-bfac-e9c49676ad84 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 70px;
text-align: center;
}







  #s-616ca4f9-15ff-463d-bfac-e9c49676ad84 img.shogun-image {
    

    
    
    
  }


#s-616ca4f9-15ff-463d-bfac-e9c49676ad84 .shogun-image-content {
  
    align-items: center;
  
}

#s-540910fd-ae0d-4dc9-bd7d-0705cdd39675 {
  padding-left: 0px;
padding-right: 0px;
min-height: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-540910fd-ae0d-4dc9-bd7d-0705cdd39675 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-540910fd-ae0d-4dc9-bd7d-0705cdd39675 {
  
}
}@media (max-width: 767px){#s-540910fd-ae0d-4dc9-bd7d-0705cdd39675 {
  
}
}
#s-1bc4af6a-d36a-4e81-9db7-4c56eee50381 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 120px;
text-align: center;
}







  #s-1bc4af6a-d36a-4e81-9db7-4c56eee50381 img.shogun-image {
    

    
    
    
  }


#s-1bc4af6a-d36a-4e81-9db7-4c56eee50381 .shogun-image-content {
  
    align-items: center;
  
}

#s-15c3d223-d19f-439c-8f85-67373165a59c {
  min-height: 450px;
}








#s-15c3d223-d19f-439c-8f85-67373165a59c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15c3d223-d19f-439c-8f85-67373165a59c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f72556-6497-4613-b26e-6fe656f38c14 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 70px;
text-align: center;
}







  #s-94f72556-6497-4613-b26e-6fe656f38c14 img.shogun-image {
    

    
    
    
  }


#s-94f72556-6497-4613-b26e-6fe656f38c14 .shogun-image-content {
  
    align-items: center;
  
}

#s-196d0042-cfac-4f23-ac89-cdbd8e720a2e {
  padding-left: 0px;
padding-right: 0px;
min-height: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-196d0042-cfac-4f23-ac89-cdbd8e720a2e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-196d0042-cfac-4f23-ac89-cdbd8e720a2e {
  
}
}@media (max-width: 767px){#s-196d0042-cfac-4f23-ac89-cdbd8e720a2e {
  
}
}
#s-046551b0-0e37-458c-9316-7ca938e125f1 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 130px;
text-align: center;
}







  #s-046551b0-0e37-458c-9316-7ca938e125f1 img.shogun-image {
    

    
    
    
  }


#s-046551b0-0e37-458c-9316-7ca938e125f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7def1df6-ea5e-4a97-9643-07f5124c387d {
  min-height: 450px;
}








#s-7def1df6-ea5e-4a97-9643-07f5124c387d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7def1df6-ea5e-4a97-9643-07f5124c387d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-246a69f7-c13c-432f-b39d-cc80e27fc129 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 70px;
text-align: center;
}







  #s-246a69f7-c13c-432f-b39d-cc80e27fc129 img.shogun-image {
    

    
    
    
  }


#s-246a69f7-c13c-432f-b39d-cc80e27fc129 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8070037-98ac-4b7e-b6b3-47c893f93e8f {
  padding-left: 0px;
padding-right: 0px;
min-height: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b8070037-98ac-4b7e-b6b3-47c893f93e8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8070037-98ac-4b7e-b6b3-47c893f93e8f {
  
}
}@media (max-width: 767px){#s-b8070037-98ac-4b7e-b6b3-47c893f93e8f {
  
}
}
#s-de897cf9-acbc-41cf-ba03-e4509db37e72 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 150px;
text-align: center;
}







  #s-de897cf9-acbc-41cf-ba03-e4509db37e72 img.shogun-image {
    

    
    
    
  }


#s-de897cf9-acbc-41cf-ba03-e4509db37e72 .shogun-image-content {
  
    align-items: center;
  
}

#s-9300a705-5bd0-4e48-83bc-eca560d59e3b {
  min-height: 450px;
}








#s-9300a705-5bd0-4e48-83bc-eca560d59e3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9300a705-5bd0-4e48-83bc-eca560d59e3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea65ddfd-d4c8-42ba-a5a5-426f774c678f {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 70px;
text-align: center;
}







  #s-ea65ddfd-d4c8-42ba-a5a5-426f774c678f img.shogun-image {
    

    
    
    
  }


#s-ea65ddfd-d4c8-42ba-a5a5-426f774c678f .shogun-image-content {
  
    align-items: center;
  
}

#s-c1b39a61-925b-4700-88c6-bd58a3af3949 {
  padding-left: 0px;
padding-right: 0px;
min-height: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c1b39a61-925b-4700-88c6-bd58a3af3949 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1b39a61-925b-4700-88c6-bd58a3af3949 {
  
}
}@media (max-width: 767px){#s-c1b39a61-925b-4700-88c6-bd58a3af3949 {
  
}
}
#s-a224aebb-652d-476a-aa93-acd019295150 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 130px;
text-align: center;
}







  #s-a224aebb-652d-476a-aa93-acd019295150 img.shogun-image {
    

    
    
    
  }


#s-a224aebb-652d-476a-aa93-acd019295150 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdb69dbc-393b-43fe-a7c1-0d706a677e70 {
  min-height: 450px;
}








#s-cdb69dbc-393b-43fe-a7c1-0d706a677e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdb69dbc-393b-43fe-a7c1-0d706a677e70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3657c3c-f289-4c61-8743-8fe7d5814044 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 70px;
text-align: center;
}







  #s-e3657c3c-f289-4c61-8743-8fe7d5814044 img.shogun-image {
    

    
    
    
  }


#s-e3657c3c-f289-4c61-8743-8fe7d5814044 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfd81616-e120-4c0b-8f9d-820ca1b561c6 {
  padding-left: 0px;
padding-right: 0px;
min-height: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-dfd81616-e120-4c0b-8f9d-820ca1b561c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfd81616-e120-4c0b-8f9d-820ca1b561c6 {
  
}
}@media (max-width: 767px){#s-dfd81616-e120-4c0b-8f9d-820ca1b561c6 {
  
}
}
#s-59a86209-c434-4a8e-8864-187cb35e2432 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0%;
max-width: 100px;
text-align: center;
}







  #s-59a86209-c434-4a8e-8864-187cb35e2432 img.shogun-image {
    

    
    
    
  }


#s-59a86209-c434-4a8e-8864-187cb35e2432 .shogun-image-content {
  
    align-items: center;
  
}

#s-9569e6fa-df2a-4716-93a3-7e4493ca229b {
  min-height: 450px;
}








#s-9569e6fa-df2a-4716-93a3-7e4493ca229b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9569e6fa-df2a-4716-93a3-7e4493ca229b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b99fdb42-c151-4cbf-8474-96b5cc4f38ac {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 70px;
text-align: center;
}







  #s-b99fdb42-c151-4cbf-8474-96b5cc4f38ac img.shogun-image {
    

    
    
    
  }


#s-b99fdb42-c151-4cbf-8474-96b5cc4f38ac .shogun-image-content {
  
    align-items: center;
  
}

#s-1ca3efd4-a8f6-4b64-8e30-92280c6db330 {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1ca3efd4-a8f6-4b64-8e30-92280c6db330 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ca3efd4-a8f6-4b64-8e30-92280c6db330 {
  
}
}@media (max-width: 767px){#s-1ca3efd4-a8f6-4b64-8e30-92280c6db330 {
  
}
}
#s-b2be7906-ca69-4e45-9cc9-8c30d308af3d {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0%;
max-width: 200px;
text-align: center;
}







  #s-b2be7906-ca69-4e45-9cc9-8c30d308af3d img.shogun-image {
    

    
    
    
  }


#s-b2be7906-ca69-4e45-9cc9-8c30d308af3d .shogun-image-content {
  
    align-items: center;
  
}

#s-2a67b5ef-8f47-4027-b2cf-dd949a4e09e3 {
  padding-top: 5px;
min-height: 450px;
}








#s-2a67b5ef-8f47-4027-b2cf-dd949a4e09e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a67b5ef-8f47-4027-b2cf-dd949a4e09e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3175e784-63a7-41e7-88e5-2eed4c6b468b {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0%;
max-width: 70px;
text-align: center;
}







  #s-3175e784-63a7-41e7-88e5-2eed4c6b468b img.shogun-image {
    

    
    
    
  }


#s-3175e784-63a7-41e7-88e5-2eed4c6b468b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-026bd7d8-0966-4df8-a0ee-c1430c7fb0da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-026bd7d8-0966-4df8-a0ee-c1430c7fb0da {
  
}
}@media (max-width: 767px){#s-026bd7d8-0966-4df8-a0ee-c1430c7fb0da {
  
}
}
#s-4acbb99c-b52c-44af-a9b5-1d8d5baa51fc {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0%;
max-width: 150px;
text-align: center;
}
@media (max-width: 767px){#s-4acbb99c-b52c-44af-a9b5-1d8d5baa51fc {
  margin-bottom: 20px;
}
}






  #s-4acbb99c-b52c-44af-a9b5-1d8d5baa51fc img.shogun-image {
    

    
    
    
  }


#s-4acbb99c-b52c-44af-a9b5-1d8d5baa51fc .shogun-image-content {
  
    align-items: center;
  
}

#s-3436b551-90cf-4923-abc2-790b6493f8d5 {
  padding-top: 5px;
min-height: 450px;
}








#s-3436b551-90cf-4923-abc2-790b6493f8d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3436b551-90cf-4923-abc2-790b6493f8d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74ca7167-ad61-4d3e-82e9-047ede149d85 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0px;
max-width: 70px;
text-align: left;
}







  #s-74ca7167-ad61-4d3e-82e9-047ede149d85 img.shogun-image {
    

    
    
    
  }


#s-74ca7167-ad61-4d3e-82e9-047ede149d85 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c {
  
}
}@media (max-width: 767px){#s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c {
  
}
}
#s-fd8a95fc-c3d9-4627-abb2-ec4e65647a11 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
min-height: 10px;
max-width: 150px;
text-align: left;
}







  #s-fd8a95fc-c3d9-4627-abb2-ec4e65647a11 img.shogun-image {
    

    
    
    
  }


#s-fd8a95fc-c3d9-4627-abb2-ec4e65647a11 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f505845-4cec-41aa-a5f1-72b53044f830 {
  min-height: 450px;
}








#s-6f505845-4cec-41aa-a5f1-72b53044f830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f505845-4cec-41aa-a5f1-72b53044f830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad59f1d1-9bf4-4577-866c-fdc4a7e84b8f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 38px;
margin-right: 0px;
max-width: 70px;
text-align: center;
}







  #s-ad59f1d1-9bf4-4577-866c-fdc4a7e84b8f img.shogun-image {
    

    
    
    
  }


#s-ad59f1d1-9bf4-4577-866c-fdc4a7e84b8f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-c2ae431a-70e5-4d69-9fe2-10f0888ff3da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2ae431a-70e5-4d69-9fe2-10f0888ff3da {
  
}
}@media (max-width: 767px){#s-c2ae431a-70e5-4d69-9fe2-10f0888ff3da {
  
}
}
#s-289165d3-e6e8-4553-99c1-5e76bc0b3450 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 38px;
max-width: 70px;
text-align: center;
}
#s-289165d3-e6e8-4553-99c1-5e76bc0b3450:hover {opacity: 0 !important;}@media (max-width: 767px){#s-289165d3-e6e8-4553-99c1-5e76bc0b3450 {
  margin-right: auto;
}
}






  #s-289165d3-e6e8-4553-99c1-5e76bc0b3450 img.shogun-image {
    

    
    
    
  }


#s-289165d3-e6e8-4553-99c1-5e76bc0b3450 .shogun-image-content {
  
    align-items: center;
  
}

#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
background-color: rgba(249, 246, 241, 1);
}
@media (min-width: 1200px){#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc {
  display: none;
}
#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc, #wrap-s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc {
  display: none;
}
#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc, #wrap-s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc {
  display: none;
}
#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc, #wrap-s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc { display: none !important; }}@media (max-width: 767px){#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc {
  display: unset;
}
#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc, #wrap-s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc { display: unset !important; }}







#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95bdfc48-2986-4e40-b08d-ec0c6654c8bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59fd0906-9423-4c68-a54e-aa0c9670ebe3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1199px;
background-color: rgba(249, 246, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-59fd0906-9423-4c68-a54e-aa0c9670ebe3 {
  display: unset;
}
#s-59fd0906-9423-4c68-a54e-aa0c9670ebe3, #wrap-s-59fd0906-9423-4c68-a54e-aa0c9670ebe3 { display: unset !important; }}@media (max-width: 767px){#s-59fd0906-9423-4c68-a54e-aa0c9670ebe3 {
  display: unset;
}
#s-59fd0906-9423-4c68-a54e-aa0c9670ebe3, #wrap-s-59fd0906-9423-4c68-a54e-aa0c9670ebe3 { display: unset !important; }}







#s-59fd0906-9423-4c68-a54e-aa0c9670ebe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59fd0906-9423-4c68-a54e-aa0c9670ebe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a7a588e-9a46-4974-b8f2-1d3d3bab4015 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-9a7a588e-9a46-4974-b8f2-1d3d3bab4015"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a7a588e-9a46-4974-b8f2-1d3d3bab4015"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-9a7a588e-9a46-4974-b8f2-1d3d3bab4015"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a7a588e-9a46-4974-b8f2-1d3d3bab4015"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 100.0px);
}

}

#s-659affbc-0efe-46e2-9437-dc3678bca948 {
  min-height: 550px;
}
@media (max-width: 767px){#s-659affbc-0efe-46e2-9437-dc3678bca948 {
  
}
}







#s-659affbc-0efe-46e2-9437-dc3678bca948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-659affbc-0efe-46e2-9437-dc3678bca948.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-94f7ec70-fae5-4705-819b-c1745b14a536 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-94f7ec70-fae5-4705-819b-c1745b14a536 {
  
}
}







#s-94f7ec70-fae5-4705-819b-c1745b14a536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94f7ec70-fae5-4705-819b-c1745b14a536.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-ec6f2b63-bcbe-4c66-9c7e-072332d905de {
  display: unset;
}
#s-ec6f2b63-bcbe-4c66-9c7e-072332d905de, #wrap-s-ec6f2b63-bcbe-4c66-9c7e-072332d905de { display: unset !important; }}







#s-ec6f2b63-bcbe-4c66-9c7e-072332d905de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec6f2b63-bcbe-4c66-9c7e-072332d905de.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}








#s-3856b0c6-0aa1-4483-af1d-7768f8b39562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3856b0c6-0aa1-4483-af1d-7768f8b39562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-698b337e-2f29-4110-b4b6-488b0ed63caf {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
}








#s-698b337e-2f29-4110-b4b6-488b0ed63caf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-698b337e-2f29-4110-b4b6-488b0ed63caf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6999aee7-75a4-42b3-b4c5-71bd3bd7f96b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-6999aee7-75a4-42b3-b4c5-71bd3bd7f96b img.shogun-image {
    

    
    
    
  }


#s-6999aee7-75a4-42b3-b4c5-71bd3bd7f96b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-06813edc-479b-4104-ba96-78d4db764b09 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06813edc-479b-4104-ba96-78d4db764b09 {
  
}
}@media (max-width: 767px){#s-06813edc-479b-4104-ba96-78d4db764b09 {
  display: unset;
}
#s-06813edc-479b-4104-ba96-78d4db764b09, #wrap-s-06813edc-479b-4104-ba96-78d4db764b09 { display: unset !important; }}
#s-60127158-7106-4b43-98fb-5d552ed566c5 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 90px;
background-color: rgba(249, 246, 241, 1);
}








#s-60127158-7106-4b43-98fb-5d552ed566c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60127158-7106-4b43-98fb-5d552ed566c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-864cbe5a-b321-42de-bc9f-531a134c6d3f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 2000px;
}
@media (max-width: 767px){#s-864cbe5a-b321-42de-bc9f-531a134c6d3f {
  display: none;
}
#s-864cbe5a-b321-42de-bc9f-531a134c6d3f, #wrap-s-864cbe5a-b321-42de-bc9f-531a134c6d3f { display: none !important; }}







#s-864cbe5a-b321-42de-bc9f-531a134c6d3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-864cbe5a-b321-42de-bc9f-531a134c6d3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e98da2a-8cbb-43a5-bb6f-513f1f56f9c4 {
  min-height: 550px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7e98da2a-8cbb-43a5-bb6f-513f1f56f9c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e98da2a-8cbb-43a5-bb6f-513f1f56f9c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e98da2a-8cbb-43a5-bb6f-513f1f56f9c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e98da2a-8cbb-43a5-bb6f-513f1f56f9c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-75a9696b-80ca-4406-a85c-ec62c20b38b8 {
  margin-left: 15%;
margin-right: 15%;
min-height: 550px;
}








#s-75a9696b-80ca-4406-a85c-ec62c20b38b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75a9696b-80ca-4406-a85c-ec62c20b38b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12b308df-4629-4000-ace6-5bfa8b66b299 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}

#s-48d68eab-c60b-4c52-9c67-54d8cf202a04 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
min-height: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-48d68eab-c60b-4c52-9c67-54d8cf202a04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-48d68eab-c60b-4c52-9c67-54d8cf202a04 {
  
}
}@media (max-width: 767px){#s-48d68eab-c60b-4c52-9c67-54d8cf202a04 {
  
}
}
.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-a49e2e1e-b788-420a-92c5-dadefbdcfcaa {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
max-width: 270px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(52, 56, 64, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(52, 56, 64, 1) !important;
border-radius: 3px !important;
background-color: rgba(52, 56, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa-root {
    text-align: center;
  }


#s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa-root {
    text-align: center;
  }


#s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa-root {
    text-align: center;
  }


#s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa-root {
    text-align: center;
  }


#s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa-root {
    text-align: center;
  }


#s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
}
  #s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa-root {
    text-align: center;
  }


#s-a49e2e1e-b788-420a-92c5-dadefbdcfcaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}

#s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
max-width: 1001px;
aspect-ratio: 1001/604;
text-align: center;
}





  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image,
  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
    width: 100%;
    height: auto;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
      --shg-aspect-ratio: calc(1001/604); 
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
      position: relative;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image,
  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
    width: 100%;
    height: auto;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
      --shg-aspect-ratio: calc(1001/604); 
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
      position: relative;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image,
  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
    width: 100%;
    height: auto;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
      --shg-aspect-ratio: calc(1001/604); 
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
      position: relative;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image,
  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
    width: 100%;
    height: auto;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
      --shg-aspect-ratio: calc(1001/604); 
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
      position: relative;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image,
  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
    width: 100%;
    height: auto;
  }

  #s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bae70e29-4605-447d-96e7-ba4ccafdd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 {
      --shg-aspect-ratio: calc(1001/604); 
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container {
      position: relative;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bae70e29-4605-447d-96e7-ba4ccafdd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d8ae1e38-74f5-4e1d-a261-68344caa3f53 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 2000px;
}
@media (min-width: 1200px){#s-d8ae1e38-74f5-4e1d-a261-68344caa3f53 {
  display: none;
}
#s-d8ae1e38-74f5-4e1d-a261-68344caa3f53, #wrap-s-d8ae1e38-74f5-4e1d-a261-68344caa3f53 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8ae1e38-74f5-4e1d-a261-68344caa3f53 {
  display: none;
}
#s-d8ae1e38-74f5-4e1d-a261-68344caa3f53, #wrap-s-d8ae1e38-74f5-4e1d-a261-68344caa3f53 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8ae1e38-74f5-4e1d-a261-68344caa3f53 {
  display: none;
}
#s-d8ae1e38-74f5-4e1d-a261-68344caa3f53, #wrap-s-d8ae1e38-74f5-4e1d-a261-68344caa3f53 { display: none !important; }}







#s-d8ae1e38-74f5-4e1d-a261-68344caa3f53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8ae1e38-74f5-4e1d-a261-68344caa3f53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 601px;
aspect-ratio: 601/521;
text-align: center;
}





  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image,
  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
    width: 100%;
    height: auto;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
      --shg-aspect-ratio: calc(601/521); 
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
      position: relative;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image,
  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
    width: 100%;
    height: auto;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
      --shg-aspect-ratio: calc(601/521); 
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
      position: relative;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image,
  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
    width: 100%;
    height: auto;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
      --shg-aspect-ratio: calc(601/521); 
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
      position: relative;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image,
  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
    width: 100%;
    height: auto;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
      --shg-aspect-ratio: calc(601/521); 
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
      position: relative;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image,
  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
    width: 100%;
    height: auto;
  }

  #s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b {
      --shg-aspect-ratio: calc(601/521); 
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container {
      position: relative;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0806a9-0e5d-47dc-9e2a-03911da4d33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-901e7dab-bfe9-41fe-830d-4f7b4fea4427 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-901e7dab-bfe9-41fe-830d-4f7b4fea4427"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-901e7dab-bfe9-41fe-830d-4f7b4fea4427"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-901e7dab-bfe9-41fe-830d-4f7b4fea4427"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-901e7dab-bfe9-41fe-830d-4f7b4fea4427"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-86d68414-52ad-4201-b8cc-f616ad247b77 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 60px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
background-color: rgba(255, 255, 255, 1);
}

#s-9f65dc19-cf58-4138-ae0a-80107f28e7e6 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9f65dc19-cf58-4138-ae0a-80107f28e7e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f65dc19-cf58-4138-ae0a-80107f28e7e6 {
  
}
}@media (max-width: 767px){#s-9f65dc19-cf58-4138-ae0a-80107f28e7e6 {
  
}
}
#s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3 {
  border-style: solid;
margin-top: 20px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
max-width: 270px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(52, 56, 64, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(52, 56, 64, 1) !important;
border-radius: 3px !important;
background-color: rgba(52, 56, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3-root {
    text-align: center;
  }


#s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3-root {
    text-align: center;
  }


#s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3-root {
    text-align: center;
  }


#s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3-root {
    text-align: center;
  }


#s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3-root {
    text-align: center;
  }


#s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}
}
  #s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3-root {
    text-align: center;
  }


#s-5d9e688e-8ead-4f99-8fb9-a6a1d75501c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}
