.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-dcbbdc70-fd73-4a39-b353-7966599f8936 {
  padding-top: 0px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(33, 30, 21, 1);
}
@media (min-width: 1200px){#s-dcbbdc70-fd73-4a39-b353-7966599f8936 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcbbdc70-fd73-4a39-b353-7966599f8936 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcbbdc70-fd73-4a39-b353-7966599f8936 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-dcbbdc70-fd73-4a39-b353-7966599f8936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcbbdc70-fd73-4a39-b353-7966599f8936.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.accordion-styles--dark .shogun-accordion-title {
    padding-bottom: 10px !important;
    max-width: 208px;
}

.accordion-styles--dark .shogun-accordion-header {
    min-height: 67px;
    border-bottom: 1px solid white;
}

.accordion-styles--dark .shogun-accordion-header:after {
    content: '';
    width: 13px;
    background-color: white;
    height: 1px;
    position: absolute;
    right: 14px;
}

.accordion-styles--dark .shogun-accordion-header:before {
    content: '';
    height: 13px;
    background-color: white;
    width: 1px;
    position: absolute;
    right: 20px;
}

.accordion-styles--dark .shogun-accordion-active .shogun-accordion-header:before {
    display: none;
}


.accordion-styles--dark .shg-c-xs-6 {
    width: 80%;
    margin: 0 auto;
}

.accordion-styles--dark .shg-row {
    display: block !important;
}

.accordion-styles--dark .shogun-accordion-body {
    margin-top: 15px;
}

[id="s-160b1b44-d9ee-465a-b970-a2858f5909a4"]>.shg-row>.shg-c-xs-6 {
    width: 80% !important;
}

#s-9ee97e30-60fe-495f-a8bd-258624c5dc7b {
    z-index: 10;
}

@media (min-width: 425px) {
    .accordion-styles--dark .shg-c-xs-6 {
        margin: 0 auto;
        width: initial;
    }

    .accordion-styles--dark .shg-row {
        display: flex !important;
    }
    
    [id="s-160b1b44-d9ee-465a-b970-a2858f5909a4"]>.shg-row>.shg-c-xs-6 {
        width: 45% !important;
    }
}


@media (min-width: 768px) {
    .accordion-styles--dark .shogun-accordion-body {
        position: absolute;
    }
    
        [id="s-160b1b44-d9ee-465a-b970-a2858f5909a4"]>.shg-row>.shg-c-xs-6 {
        width: 23% !important;
    }
    
    .accordion-styles--dark .shogun-accordion-title {
        max-width: 100px;
    }
}

@media (min-width: 1024px) {
    .accordion-styles--dark .shogun-accordion-title {
        max-width: 206px;
    }
}

@media (min-width: 1440px) {
    [id="s-160b1b44-d9ee-465a-b970-a2858f5909a4"]>.shg-row>.shg-c-xs-6 {
        width: 20% !important;
    }
    
    .accordion-styles--dark .shogun-accordion-title {
        max-width: 258px;
    }
}

@media (min-width: 1200px){#s-c08b73cc-c49d-4f98-8d34-68b47433e02b {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c08b73cc-c49d-4f98-8d34-68b47433e02b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c08b73cc-c49d-4f98-8d34-68b47433e02b {
  padding-left: 3%;
padding-right: 3%;
}
}
.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-a65da5d1-f6ef-4af1-acf8-56a422f9530e {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-a65da5d1-f6ef-4af1-acf8-56a422f9530e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a65da5d1-f6ef-4af1-acf8-56a422f9530e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a65da5d1-f6ef-4af1-acf8-56a422f9530e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a65da5d1-f6ef-4af1-acf8-56a422f9530e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9991f1cc-fb4b-4322-836a-2b93b94849d6 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-9991f1cc-fb4b-4322-836a-2b93b94849d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9991f1cc-fb4b-4322-836a-2b93b94849d6.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-8ccf8e33-a725-4ddd-b85d-1953926d3ef4 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-8ccf8e33-a725-4ddd-b85d-1953926d3ef4 img.shogun-image {
    

    
    
    
  }


#s-8ccf8e33-a725-4ddd-b85d-1953926d3ef4 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 768px) and (max-width: 991px){#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}@media (max-width: 767px){#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-032f8059-dacb-416d-95bc-ee24e4926059 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-a451422c-2383-4188-a2bd-20eb75902e80 {
  min-height: 50px;
}








#s-a451422c-2383-4188-a2bd-20eb75902e80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a451422c-2383-4188-a2bd-20eb75902e80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6f4c80e4-3a63-4486-9d28-fe525e18cbef {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-38418589-bbb2-4619-accf-14f372e814eb {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-38418589-bbb2-4619-accf-14f372e814eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38418589-bbb2-4619-accf-14f372e814eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63daa13e-470a-4459-ab29-87efda5062ad {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-63daa13e-470a-4459-ab29-87efda5062ad img.shogun-image {
    

    
    
    
  }


#s-63daa13e-470a-4459-ab29-87efda5062ad .shogun-image-content {
  
    align-items: center;
  
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}@media (min-width: 992px) and (max-width: 1199px){#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 768px) and (max-width: 991px){#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}@media (max-width: 767px){#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-103ded3b-238e-49fa-a542-c8b5d782d3fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-c3dc246d-8da2-4c8c-b21c-851eadae6ef2 {
  min-height: 50px;
}








#s-c3dc246d-8da2-4c8c-b21c-851eadae6ef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3dc246d-8da2-4c8c-b21c-851eadae6ef2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9d6e43f-9e0c-43a6-8384-33abcd9639ea {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-de35b2d0-a74a-4de6-878c-cf32d615adbc {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-de35b2d0-a74a-4de6-878c-cf32d615adbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de35b2d0-a74a-4de6-878c-cf32d615adbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-703730a9-0055-434f-8bcc-e964e414059e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-703730a9-0055-434f-8bcc-e964e414059e img.shogun-image {
    

    
    
    
  }


#s-703730a9-0055-434f-8bcc-e964e414059e .shogun-image-content {
  
    align-items: center;
  
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}@media (min-width: 992px) and (max-width: 1199px){#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 768px) and (max-width: 991px){#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}@media (max-width: 767px){#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-7e51a95f-1eee-47e2-8246-0107e67125e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-3695da27-df59-47cb-8607-42196a6cc9d7 {
  min-height: 50px;
}








#s-3695da27-df59-47cb-8607-42196a6cc9d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3695da27-df59-47cb-8607-42196a6cc9d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95035292-ec35-48f9-b5c1-b6b537325c6f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-b1e9ff16-5eb8-438b-b06b-c50783c98bf8 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-b1e9ff16-5eb8-438b-b06b-c50783c98bf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1e9ff16-5eb8-438b-b06b-c50783c98bf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-481cb3bf-d58a-44b0-8153-0c6e6a8448c0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-481cb3bf-d58a-44b0-8153-0c6e6a8448c0 img.shogun-image {
    

    
    
    
  }


#s-481cb3bf-d58a-44b0-8153-0c6e6a8448c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}@media (min-width: 992px) and (max-width: 1199px){#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 768px) and (max-width: 991px){#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}@media (max-width: 767px){#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(33, 30, 21, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(33, 30, 21, 1);
  padding: 0px;
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(33, 30, 21, 1);
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Moderat;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a973b61d-229a-49a1-a816-2606600b9578 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-78090963-e516-4f26-a25f-e342d3194def {
  min-height: 50px;
}








#s-78090963-e516-4f26-a25f-e342d3194def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78090963-e516-4f26-a25f-e342d3194def.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa787eb8-b2d8-4246-bdb0-1e477cac196d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-5f78728c-2470-42f9-9a16-5899ad16c8b8 {
  min-height: 50px;
}








#s-5f78728c-2470-42f9-9a16-5899ad16c8b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f78728c-2470-42f9-9a16-5899ad16c8b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-588701b3-533c-40a8-8167-8eda5e1f0ed6 {
  min-height: 50px;
}








#s-588701b3-533c-40a8-8167-8eda5e1f0ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-588701b3-533c-40a8-8167-8eda5e1f0ed6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1b10c834-73b8-4d9c-84f3-8593e16c6940 {
  background-color: rgba(248, 245, 240, 1);
}

@media (min-width: 0px) {
[id="s-1b10c834-73b8-4d9c-84f3-8593e16c6940"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b10c834-73b8-4d9c-84f3-8593e16c6940"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b10c834-73b8-4d9c-84f3-8593e16c6940"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b10c834-73b8-4d9c-84f3-8593e16c6940"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1b10c834-73b8-4d9c-84f3-8593e16c6940"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-12b75533-d199-4697-872e-aca94610fefe {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-12b75533-d199-4697-872e-aca94610fefe {
  margin-left: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12b75533-d199-4697-872e-aca94610fefe {
  margin-left: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12b75533-d199-4697-872e-aca94610fefe {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-12b75533-d199-4697-872e-aca94610fefe {
  padding-left: 26px;
padding-right: 26px;
}
}







#s-12b75533-d199-4697-872e-aca94610fefe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12b75533-d199-4697-872e-aca94610fefe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.two-line-header-pdp {
  font-size: 30px !important;
  line-height: 1;
  text-transform: uppercase;
}

.two-line-header-pdp p {
  font-family: Sectra,serif;
  margin: 0;
}

.two-line-header-pdp span p{
  font-family: Adonis,serif;
  display: block;
  font-style: normal;
  font-size: 30px !important;
}

.two-line-header-pdp.white {
  color: white;
}

@media (min-width: 1024px) {
    .two-line-header-pdp {
        line-height: 1;
    }
    
    .two-line-header-pdp.white {
      font-size: 40px !important;
    }
    
    .two-line-header-pdp.white span p{
      font-size: 40px !important;
    }
}

@media (min-width: 1440px) {
    .two-line-header-pdp.white {
      font-size: 60px !important;
    }
    
    .two-line-header-pdp.white span p{
      font-size: 60px !important;
    }
}

@media (min-width: 1200px){#s-2d1f68b5-8424-4753-9aaf-bdf9d3ebc297 {
  margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d1f68b5-8424-4753-9aaf-bdf9d3ebc297 {
  margin-top: 0px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d1f68b5-8424-4753-9aaf-bdf9d3ebc297 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-2d1f68b5-8424-4753-9aaf-bdf9d3ebc297 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
.responsive-content span {
    font-size: 18px !important;
    line-height: 1.35;
}

@media (min-width: 1024px) {
    .responsive-content span {
        font-size: 24px !important; 
        line-height: 1.35;
    }
}
@media (min-width: 1200px){#s-16c2b0ea-719d-4f4b-b684-ac3875733e8f {
  max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16c2b0ea-719d-4f4b-b684-ac3875733e8f {
  max-width: 550px;
}
}
.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-338397aa-c20e-40d9-8b6c-2296120afcf0 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image,
  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 {
    width: 100%;
    height: auto;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image,
  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 {
    width: 100%;
    height: auto;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image {
  box-sizing: border-box;
}

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



  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image,
  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 {
    width: 100%;
    height: auto;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image {
  box-sizing: border-box;
}

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



  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image,
  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 {
    width: 100%;
    height: auto;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image {
  box-sizing: border-box;
}

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



  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image,
  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 {
    width: 100%;
    height: auto;
  }

  #s-338397aa-c20e-40d9-8b6c-2296120afcf0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-338397aa-c20e-40d9-8b6c-2296120afcf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-338397aa-c20e-40d9-8b6c-2296120afcf0.shogun-image {
  box-sizing: border-box;
}

}
#s-59647ecf-825a-4e2d-a66a-a992aac3cae2 {
  background-color: rgba(33, 30, 21, 1);
}

@media (min-width: 0px) {
[id="s-59647ecf-825a-4e2d-a66a-a992aac3cae2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59647ecf-825a-4e2d-a66a-a992aac3cae2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59647ecf-825a-4e2d-a66a-a992aac3cae2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59647ecf-825a-4e2d-a66a-a992aac3cae2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-59647ecf-825a-4e2d-a66a-a992aac3cae2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0ede5023-7ea2-4d9c-8201-626f4676c246 {
  min-height: 50px;
}








#s-0ede5023-7ea2-4d9c-8201-626f4676c246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ede5023-7ea2-4d9c-8201-626f4676c246.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b47be2f0-cac8-469a-bd4f-da5e29b13af9 {
  text-align: center;
}







  #s-b47be2f0-cac8-469a-bd4f-da5e29b13af9 img.shogun-image {
    

    
    
    
  }


#s-b47be2f0-cac8-469a-bd4f-da5e29b13af9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5a7507e-482a-41cb-ba9a-d599b4b5bb1b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d5a7507e-482a-41cb-ba9a-d599b4b5bb1b {
  margin-left: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5a7507e-482a-41cb-ba9a-d599b4b5bb1b {
  margin-left: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5a7507e-482a-41cb-ba9a-d599b4b5bb1b {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-d5a7507e-482a-41cb-ba9a-d599b4b5bb1b {
  padding-top: 65px;
padding-left: 45px;
padding-bottom: 80px;
padding-right: 26px;
}
}
#s-d5a7507e-482a-41cb-ba9a-d599b4b5bb1b {
  background-image: url();
}








#s-d5a7507e-482a-41cb-ba9a-d599b4b5bb1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5a7507e-482a-41cb-ba9a-d599b4b5bb1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-d412a333-9985-4b7a-a07e-f85e37b2ecc2 {
  margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d412a333-9985-4b7a-a07e-f85e37b2ecc2 {
  margin-top: 0px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d412a333-9985-4b7a-a07e-f85e37b2ecc2 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-d412a333-9985-4b7a-a07e-f85e37b2ecc2 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 1200px){#s-1f5751cd-3955-4b8f-a3f0-b40ecdeb47fd {
  max-width: 670px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f5751cd-3955-4b8f-a3f0-b40ecdeb47fd {
  max-width: 670px;
}
}
#s-7e8796c0-1aa1-4b62-90b5-47987fdb80f8 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 60px;
padding-left: 80px;
padding-bottom: 60px;
padding-right: 80px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-7e8796c0-1aa1-4b62-90b5-47987fdb80f8 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-7e8796c0-1aa1-4b62-90b5-47987fdb80f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e8796c0-1aa1-4b62-90b5-47987fdb80f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-99fdae2c-89aa-4af4-b070-28e66c8c6cf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99fdae2c-89aa-4af4-b070-28e66c8c6cf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99fdae2c-89aa-4af4-b070-28e66c8c6cf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99fdae2c-89aa-4af4-b070-28e66c8c6cf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-90cad3bb-728d-40d2-8012-654d0880e409 {
  text-align: center;
}







  img.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
    
    
  }


.s-90cad3bb-728d-40d2-8012-654d0880e409 .shogun-image-content {
  
    align-items: center;
  
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
    
    
  }


.s-90cad3bb-728d-40d2-8012-654d0880e409 .shogun-image-content {
  
    align-items: center;
  
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
  box-sizing: border-box;
}

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





  img.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
    
    
  }


.s-90cad3bb-728d-40d2-8012-654d0880e409 .shogun-image-content {
  
    align-items: center;
  
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
  box-sizing: border-box;
}

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





  img.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
    
    
  }


.s-90cad3bb-728d-40d2-8012-654d0880e409 .shogun-image-content {
  
    align-items: center;
  
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
  box-sizing: border-box;
}

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





  img.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
    
    
  }


.s-90cad3bb-728d-40d2-8012-654d0880e409 .shogun-image-content {
  
    align-items: center;
  
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90cad3bb-728d-40d2-8012-654d0880e409.shogun-image {
  box-sizing: border-box;
}

}
#s-cd7c2f82-047e-4fca-98cf-c9231626bc54 {
  padding-top: 100px;
padding-left: 40px;
padding-bottom: 100px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(33, 30, 21, 1);
}
@media (min-width: 1200px){#s-cd7c2f82-047e-4fca-98cf-c9231626bc54 {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd7c2f82-047e-4fca-98cf-c9231626bc54 {
  padding-left: 80px;
padding-right: 80px;
}
}







#s-cd7c2f82-047e-4fca-98cf-c9231626bc54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd7c2f82-047e-4fca-98cf-c9231626bc54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.responsive-heading-pdp span {
    font-size: 28px !important;
    line-height:1;
}

.responsive-heading-pdp p {
    margin-bottom: 0;
}

.responsive-heading-pdp h2 {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .responsive-heading-pdp span {
        font-size: 60px !important;
        display: unset;
    }
}
@media (min-width: 1200px){#s-e482ad27-e721-48bd-ba0f-b9d8276dbed0 {
  margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e482ad27-e721-48bd-ba0f-b9d8276dbed0 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e482ad27-e721-48bd-ba0f-b9d8276dbed0 {
  margin-bottom: 20px;
}
}
#s-6713fa9e-e72e-42a1-a5cf-16bc52bed29a {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6713fa9e-e72e-42a1-a5cf-16bc52bed29a {
  margin-bottom: 30px;
}
}
.responsive-content-pdp span {
    font-size: 18px !important;
    line-height: 1;
}

@media (min-width: 1024px) {
    .responsive-content-pdp span {
        font-size: 24px !important; 
        line-height: 1;
    }
}
#s-1f065bd1-86d2-4ce3-9a08-8ec5ee01439f {
  padding-bottom: 30px;
}

#s-ef1d1fae-9dc0-4f9f-83dd-ba4dfbb9e21b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

#s-3587e81e-10c8-4e9f-a0f7-74e00986cd5f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

#s-e96cfecb-0e57-4586-9f60-a4765858d6d5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

#s-167f75ea-8010-43b7-b31d-d542be2525a6 {
  min-height: 50px;
}

#s-167f75ea-8010-43b7-b31d-d542be2525a6 {
  background-image: url();
}








#s-167f75ea-8010-43b7-b31d-d542be2525a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-167f75ea-8010-43b7-b31d-d542be2525a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3906d581-90f4-42e4-9c00-3c0767406aa9 {
  background-color: rgba(248, 245, 240, 1);
}

@media (min-width: 0px) {
[id="s-3906d581-90f4-42e4-9c00-3c0767406aa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3906d581-90f4-42e4-9c00-3c0767406aa9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3906d581-90f4-42e4-9c00-3c0767406aa9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3906d581-90f4-42e4-9c00-3c0767406aa9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3906d581-90f4-42e4-9c00-3c0767406aa9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e4a8fc39-ae31-486d-8b97-ba14eb38ab4d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e4a8fc39-ae31-486d-8b97-ba14eb38ab4d {
  margin-left: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4a8fc39-ae31-486d-8b97-ba14eb38ab4d {
  margin-left: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4a8fc39-ae31-486d-8b97-ba14eb38ab4d {
  margin-left: 20px;
}
}







#s-e4a8fc39-ae31-486d-8b97-ba14eb38ab4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4a8fc39-ae31-486d-8b97-ba14eb38ab4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-2a19cebb-d747-4935-a5b7-ba729881e82b {
  margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a19cebb-d747-4935-a5b7-ba729881e82b {
  margin-top: 0px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a19cebb-d747-4935-a5b7-ba729881e82b {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-2a19cebb-d747-4935-a5b7-ba729881e82b {
  margin-top: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 1200px){#s-9bc096b4-f00f-4676-82eb-f59b8d648751 {
  max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bc096b4-f00f-4676-82eb-f59b8d648751 {
  max-width: 550px;
}
}
#s-c255711f-da49-4f67-b04f-a136fa7f98a7 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image,
  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 {
    width: 100%;
    height: auto;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image,
  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 {
    width: 100%;
    height: auto;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image {
  box-sizing: border-box;
}

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



  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image,
  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 {
    width: 100%;
    height: auto;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image {
  box-sizing: border-box;
}

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



  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image,
  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 {
    width: 100%;
    height: auto;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image {
  box-sizing: border-box;
}

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



  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image,
  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 {
    width: 100%;
    height: auto;
  }

  #s-c255711f-da49-4f67-b04f-a136fa7f98a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c255711f-da49-4f67-b04f-a136fa7f98a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c255711f-da49-4f67-b04f-a136fa7f98a7.shogun-image {
  box-sizing: border-box;
}

}
#s-6ce0647d-a13a-4655-be46-3ca7b86201f3 {
  background-color: rgba(33, 30, 21, 1);
}

@media (min-width: 0px) {
[id="s-6ce0647d-a13a-4655-be46-3ca7b86201f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ce0647d-a13a-4655-be46-3ca7b86201f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ce0647d-a13a-4655-be46-3ca7b86201f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ce0647d-a13a-4655-be46-3ca7b86201f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-25ad2269-f998-458b-9796-509cc6026ceb {
  text-align: center;
}








.s-25ad2269-f998-458b-9796-509cc6026ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){






.s-25ad2269-f998-458b-9796-509cc6026ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image {
  box-sizing: border-box;
}

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






.s-25ad2269-f998-458b-9796-509cc6026ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image {
  box-sizing: border-box;
}

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






.s-25ad2269-f998-458b-9796-509cc6026ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image {
  box-sizing: border-box;
}

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






.s-25ad2269-f998-458b-9796-509cc6026ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ad2269-f998-458b-9796-509cc6026ceb.shogun-image {
  box-sizing: border-box;
}

}
#s-cf2df8e0-48dc-4a23-89f9-b66a62afa8f3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-cf2df8e0-48dc-4a23-89f9-b66a62afa8f3 {
  margin-left: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf2df8e0-48dc-4a23-89f9-b66a62afa8f3 {
  margin-left: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf2df8e0-48dc-4a23-89f9-b66a62afa8f3 {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-cf2df8e0-48dc-4a23-89f9-b66a62afa8f3 {
  padding-top: 65px;
padding-left: 45px;
padding-bottom: 80px;
padding-right: 26px;
}
}
#s-cf2df8e0-48dc-4a23-89f9-b66a62afa8f3 {
  background-image: url();
}








#s-cf2df8e0-48dc-4a23-89f9-b66a62afa8f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf2df8e0-48dc-4a23-89f9-b66a62afa8f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-cf3e9b80-324c-45e2-9002-1422e83bed77 {
  margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf3e9b80-324c-45e2-9002-1422e83bed77 {
  margin-top: 0px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf3e9b80-324c-45e2-9002-1422e83bed77 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-cf3e9b80-324c-45e2-9002-1422e83bed77 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 1200px){#s-e6028796-35a5-449c-8f52-3854df84fef0 {
  max-width: 670px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6028796-35a5-449c-8f52-3854df84fef0 {
  max-width: 670px;
}
}
#s-e5033874-db4b-4110-923f-c46f274475b0 {
  min-height: 50px;
}








#s-e5033874-db4b-4110-923f-c46f274475b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5033874-db4b-4110-923f-c46f274475b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a5c79ec-0f68-43bd-b999-3af2428731c4 {
  background-color: rgba(248, 245, 240, 1);
}

@media (min-width: 0px) {
[id="s-3a5c79ec-0f68-43bd-b999-3af2428731c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a5c79ec-0f68-43bd-b999-3af2428731c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a5c79ec-0f68-43bd-b999-3af2428731c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a5c79ec-0f68-43bd-b999-3af2428731c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3a5c79ec-0f68-43bd-b999-3af2428731c4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-12c20abc-27c4-493b-b098-57abf3a1a3dd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-12c20abc-27c4-493b-b098-57abf3a1a3dd {
  margin-left: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12c20abc-27c4-493b-b098-57abf3a1a3dd {
  margin-left: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12c20abc-27c4-493b-b098-57abf3a1a3dd {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-12c20abc-27c4-493b-b098-57abf3a1a3dd {
  padding-left: 26px;
padding-right: 26px;
}
}







#s-12c20abc-27c4-493b-b098-57abf3a1a3dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12c20abc-27c4-493b-b098-57abf3a1a3dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0cec6bc2-2b0e-44db-a8d4-60189f41165e {
  margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cec6bc2-2b0e-44db-a8d4-60189f41165e {
  margin-top: 0px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cec6bc2-2b0e-44db-a8d4-60189f41165e {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-0cec6bc2-2b0e-44db-a8d4-60189f41165e {
  margin-top: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 1200px){#s-ff032973-3dce-452b-9955-027ff44f404b {
  max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff032973-3dce-452b-9955-027ff44f404b {
  max-width: 550px;
}
}
#s-8ebef602-1137-483a-8da9-e775efe4d710 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image,
  #s-8ebef602-1137-483a-8da9-e775efe4d710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 {
    width: 100%;
    height: auto;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-8ebef602-1137-483a-8da9-e775efe4d710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image,
  #s-8ebef602-1137-483a-8da9-e775efe4d710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 {
    width: 100%;
    height: auto;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-8ebef602-1137-483a-8da9-e775efe4d710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image {
  box-sizing: border-box;
}

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



  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image,
  #s-8ebef602-1137-483a-8da9-e775efe4d710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 {
    width: 100%;
    height: auto;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-8ebef602-1137-483a-8da9-e775efe4d710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image {
  box-sizing: border-box;
}

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



  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image,
  #s-8ebef602-1137-483a-8da9-e775efe4d710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 {
    width: 100%;
    height: auto;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-8ebef602-1137-483a-8da9-e775efe4d710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image {
  box-sizing: border-box;
}

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



  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image,
  #s-8ebef602-1137-483a-8da9-e775efe4d710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 {
    width: 100%;
    height: auto;
  }

  #s-8ebef602-1137-483a-8da9-e775efe4d710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-8ebef602-1137-483a-8da9-e775efe4d710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ebef602-1137-483a-8da9-e775efe4d710.shogun-image {
  box-sizing: border-box;
}

}
#s-c924d067-496e-495d-96db-7970a6e5885c {
  min-height: 50px;
}








#s-c924d067-496e-495d-96db-7970a6e5885c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c924d067-496e-495d-96db-7970a6e5885c.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-ca81800d-97ef-4bcb-b836-c81cb5f0b45a {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-ca81800d-97ef-4bcb-b836-c81cb5f0b45a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ca81800d-97ef-4bcb-b836-c81cb5f0b45a .shg-sld-nav-button.shg-sld-left,
#s-ca81800d-97ef-4bcb-b836-c81cb5f0b45a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-956a980d-b83f-4f8f-b945-1e4309e5235e {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-956a980d-b83f-4f8f-b945-1e4309e5235e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-956a980d-b83f-4f8f-b945-1e4309e5235e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-956a980d-b83f-4f8f-b945-1e4309e5235e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-956a980d-b83f-4f8f-b945-1e4309e5235e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-956a980d-b83f-4f8f-b945-1e4309e5235e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-956a980d-b83f-4f8f-b945-1e4309e5235e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-956a980d-b83f-4f8f-b945-1e4309e5235e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-3b715d57-55b5-4f90-bdef-25ad5a5410aa {
  min-height: 50px;
}








#s-3b715d57-55b5-4f90-bdef-25ad5a5410aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b715d57-55b5-4f90-bdef-25ad5a5410aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcb58da1-42d5-49dc-bd73-08638a79cf6f {
  text-align: center;
}







  img.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
    
    
  }


.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
    
    
  }


.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
  box-sizing: border-box;
}

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





  img.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
    
    
  }


.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
  box-sizing: border-box;
}

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





  img.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
    
    
  }


.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
  box-sizing: border-box;
}

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





  img.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
    
    
  }


.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb58da1-42d5-49dc-bd73-08638a79cf6f.shogun-image {
  box-sizing: border-box;
}

}
#s-0a016373-0cf0-450d-939f-d092a64c6282 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-0a016373-0cf0-450d-939f-d092a64c6282 {
  padding-bottom: 0px;
}
}







#s-0a016373-0cf0-450d-939f-d092a64c6282 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a016373-0cf0-450d-939f-d092a64c6282.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f {
  text-align: center;
}







  img.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
    
    
  }


.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
    
    
  }


.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
  box-sizing: border-box;
}

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





  img.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
    
    
  }


.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
  box-sizing: border-box;
}

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





  img.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
    
    
  }


.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
  box-sizing: border-box;
}

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





  img.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
    
    
  }


.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cddf0cf9-e5cf-493b-8ed7-3d1b14c09c1f.shogun-image {
  box-sizing: border-box;
}

}
#s-1424ac26-cfe7-4bb6-aeb5-15e584878137 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
background-position: left bottom;
}
@media (min-width: 1200px){#s-1424ac26-cfe7-4bb6-aeb5-15e584878137 {
  padding-left: 20%;
padding-bottom: 40px;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1424ac26-cfe7-4bb6-aeb5-15e584878137 {
  padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1424ac26-cfe7-4bb6-aeb5-15e584878137 {
  padding-top: 40px;
padding-bottom: 80px;
}
}@media (max-width: 767px){#s-1424ac26-cfe7-4bb6-aeb5-15e584878137 {
  padding-bottom: 40px;
}
}







#s-1424ac26-cfe7-4bb6-aeb5-15e584878137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1424ac26-cfe7-4bb6-aeb5-15e584878137.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3c3ffa7c-7b9f-4161-be95-9ffdc9d25dd2 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-3fe28525-d267-40b1-8b24-58f385948f21 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-3fe28525-d267-40b1-8b24-58f385948f21 {
  padding-top: 0px;
padding-left: 2%;
padding-right: 2%;
}
}
#s-3fe28525-d267-40b1-8b24-58f385948f21 {
  background-image: url();
}








#s-3fe28525-d267-40b1-8b24-58f385948f21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe28525-d267-40b1-8b24-58f385948f21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1cd6592f-75ce-452a-b2d2-82c6814f916e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cd6592f-75ce-452a-b2d2-82c6814f916e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1cd6592f-75ce-452a-b2d2-82c6814f916e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cd6592f-75ce-452a-b2d2-82c6814f916e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-f242b242-856f-402f-8e74-3fa669fbade2 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f242b242-856f-402f-8e74-3fa669fbade2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f242b242-856f-402f-8e74-3fa669fbade2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-262bef61-5a20-4a32-a043-9d4cd63e4e7c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 12em;
background-position: center center;
}
@media (min-width: 1200px){#s-262bef61-5a20-4a32-a043-9d4cd63e4e7c {
  min-height: 11em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-262bef61-5a20-4a32-a043-9d4cd63e4e7c {
  min-height: 9em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-262bef61-5a20-4a32-a043-9d4cd63e4e7c {
  min-height: 7em;
}
}@media (max-width: 767px){#s-262bef61-5a20-4a32-a043-9d4cd63e4e7c {
  min-height: 7em;
}
}







#s-262bef61-5a20-4a32-a043-9d4cd63e4e7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262bef61-5a20-4a32-a043-9d4cd63e4e7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dee8fff0-3d81-4092-ac52-2716541f9dbe {
  padding-left: 5%;
padding-right: 5%;
}

#s-7719b899-e97d-4c89-9f85-e365bd3e4eda {
  padding-left: 5%;
padding-right: 5%;
}

.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-0d7b58d7-5e41-4536-9d7c-2976b3271ccc {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc:hover {background-color: rgba(23, 135, 92, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc {
  padding-left: 38px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc-root {
    text-align: center;
  }


#s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc-root {
    text-align: center;
  }


#s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc-root {
    text-align: center;
  }


#s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc-root {
    text-align: center;
  }


#s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc-root {
    text-align: center;
  }


#s-0d7b58d7-5e41-4536-9d7c-2976b3271ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-19187b10-9cda-4e2a-aad5-0028a67ffe35 {
  margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-19187b10-9cda-4e2a-aad5-0028a67ffe35 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-19187b10-9cda-4e2a-aad5-0028a67ffe35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19187b10-9cda-4e2a-aad5-0028a67ffe35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81057f02-3cfc-48f8-8a08-810a4864e298 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-81057f02-3cfc-48f8-8a08-810a4864e298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81057f02-3cfc-48f8-8a08-810a4864e298.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32fe1a90-26dd-490d-9bf1-baf59f34f3cc {
  background-repeat: no-repeat;
background-size: contain;
min-height: 12em;
background-position: center center;
}
@media (min-width: 1200px){#s-32fe1a90-26dd-490d-9bf1-baf59f34f3cc {
  min-height: 11em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32fe1a90-26dd-490d-9bf1-baf59f34f3cc {
  min-height: 9em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-32fe1a90-26dd-490d-9bf1-baf59f34f3cc {
  min-height: 7em;
}
}@media (max-width: 767px){#s-32fe1a90-26dd-490d-9bf1-baf59f34f3cc {
  min-height: 7em;
}
}







#s-32fe1a90-26dd-490d-9bf1-baf59f34f3cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32fe1a90-26dd-490d-9bf1-baf59f34f3cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd14c66d-15fd-4dc5-9e05-db2f9c8cdf40 {
  padding-left: 5%;
padding-right: 5%;
}

#s-683baeea-457e-491e-b7f6-dc1fab48566c {
  padding-left: 5%;
padding-right: 5%;
}

#s-2b51e5ef-fe9f-46fc-a548-df066d127e74 {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-2b51e5ef-fe9f-46fc-a548-df066d127e74:hover {background-color: rgba(23, 135, 92, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2b51e5ef-fe9f-46fc-a548-df066d127e74:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2b51e5ef-fe9f-46fc-a548-df066d127e74 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-2b51e5ef-fe9f-46fc-a548-df066d127e74 {
  padding-left: 38px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-2b51e5ef-fe9f-46fc-a548-df066d127e74-root {
    text-align: center;
  }


#s-2b51e5ef-fe9f-46fc-a548-df066d127e74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b51e5ef-fe9f-46fc-a548-df066d127e74-root {
    text-align: center;
  }


#s-2b51e5ef-fe9f-46fc-a548-df066d127e74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b51e5ef-fe9f-46fc-a548-df066d127e74-root {
    text-align: center;
  }


#s-2b51e5ef-fe9f-46fc-a548-df066d127e74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b51e5ef-fe9f-46fc-a548-df066d127e74-root {
    text-align: center;
  }


#s-2b51e5ef-fe9f-46fc-a548-df066d127e74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b51e5ef-fe9f-46fc-a548-df066d127e74-root {
    text-align: center;
  }


#s-2b51e5ef-fe9f-46fc-a548-df066d127e74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}
