.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-6626aa67-805d-4686-a86b-a4527a396fd3 {
  min-height: 50px;
background-color: rgba(251, 251, 251, 1);
}








#s-6626aa67-805d-4686-a86b-a4527a396fd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6626aa67-805d-4686-a86b-a4527a396fd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-a515fba3-e179-4099-bef4-a7ee0177f9cd {
  padding-top: 0%;
padding-bottom: 44px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 1200px){#s-a515fba3-e179-4099-bef4-a7ee0177f9cd {
  padding-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a515fba3-e179-4099-bef4-a7ee0177f9cd {
  padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a515fba3-e179-4099-bef4-a7ee0177f9cd {
  padding-bottom: 60px;
}
}@media (max-width: 767px){#s-a515fba3-e179-4099-bef4-a7ee0177f9cd {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a515fba3-e179-4099-bef4-a7ee0177f9cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a515fba3-e179-4099-bef4-a7ee0177f9cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a515fba3-e179-4099-bef4-a7ee0177f9cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a515fba3-e179-4099-bef4-a7ee0177f9cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-944ae2a6-99f3-4f3d-a017-819cbcc3338e {
  max-width: 1414px;
aspect-ratio: 1414/1788;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-944ae2a6-99f3-4f3d-a017-819cbcc3338e {
  display: none;
}
#s-944ae2a6-99f3-4f3d-a017-819cbcc3338e, #wrap-s-944ae2a6-99f3-4f3d-a017-819cbcc3338e { display:none !important; }}@media (max-width: 767px){#s-944ae2a6-99f3-4f3d-a017-819cbcc3338e {
  display: none;
}
#s-944ae2a6-99f3-4f3d-a017-819cbcc3338e, #wrap-s-944ae2a6-99f3-4f3d-a017-819cbcc3338e { display:none !important; }}




  #s-944ae2a6-99f3-4f3d-a017-819cbcc3338e img.shogun-image,
  #s-944ae2a6-99f3-4f3d-a017-819cbcc3338e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-944ae2a6-99f3-4f3d-a017-819cbcc3338e {
    width: 100%;
    height: auto;
  }



  #s-944ae2a6-99f3-4f3d-a017-819cbcc3338e img.shogun-image {
    

    
    
    
  }


#s-944ae2a6-99f3-4f3d-a017-819cbcc3338e .shogun-image-content {
  
    align-items: center;
  
}

#s-c86baef0-2b9c-44e0-9284-f693eb601283 {
  max-width: 750px;
aspect-ratio: 750/892;
text-align: center;
}
@media (min-width: 1200px){#s-c86baef0-2b9c-44e0-9284-f693eb601283 {
  display: none;
}
#s-c86baef0-2b9c-44e0-9284-f693eb601283, #wrap-s-c86baef0-2b9c-44e0-9284-f693eb601283 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c86baef0-2b9c-44e0-9284-f693eb601283 {
  display: none;
}
#s-c86baef0-2b9c-44e0-9284-f693eb601283, #wrap-s-c86baef0-2b9c-44e0-9284-f693eb601283 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c86baef0-2b9c-44e0-9284-f693eb601283 {
  display: none;
}
#s-c86baef0-2b9c-44e0-9284-f693eb601283, #wrap-s-c86baef0-2b9c-44e0-9284-f693eb601283 { display:none !important; }}




  #s-c86baef0-2b9c-44e0-9284-f693eb601283 img.shogun-image,
  #s-c86baef0-2b9c-44e0-9284-f693eb601283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c86baef0-2b9c-44e0-9284-f693eb601283 {
    width: 100%;
    height: auto;
  }



  #s-c86baef0-2b9c-44e0-9284-f693eb601283 img.shogun-image {
    

    
    
    
  }


#s-c86baef0-2b9c-44e0-9284-f693eb601283 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 {
  max-width: 1414px;
aspect-ratio: 1414/1788;
text-align: center;
}
@media (min-width: 1200px){#s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 {
  display: none;
}
#s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502, #wrap-s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 {
  display: none;
}
#s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502, #wrap-s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 { display:none !important; }}@media (max-width: 767px){#s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 {
  display: none;
}
#s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502, #wrap-s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 { display:none !important; }}




  #s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 img.shogun-image,
  #s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 {
    width: 100%;
    height: auto;
  }



  #s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 img.shogun-image {
    

    
    
    
  }


#s-f8aee0d3-9d15-45cf-abe5-b8d8c93f6502 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-2e8d3dd8-f481-4974-98d1-781d2ba70434 {
  display: none;
}
#s-2e8d3dd8-f481-4974-98d1-781d2ba70434, #wrap-s-2e8d3dd8-f481-4974-98d1-781d2ba70434 { display:none !important; }}@media (max-width: 767px){#s-2e8d3dd8-f481-4974-98d1-781d2ba70434 {
  display: none;
}
#s-2e8d3dd8-f481-4974-98d1-781d2ba70434, #wrap-s-2e8d3dd8-f481-4974-98d1-781d2ba70434 { display:none !important; }}
@media (min-width: 1200px){#s-15fa1f52-1ec3-4842-b28b-cc87d6a94805 {
  display: none;
}
#s-15fa1f52-1ec3-4842-b28b-cc87d6a94805, #wrap-s-15fa1f52-1ec3-4842-b28b-cc87d6a94805 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15fa1f52-1ec3-4842-b28b-cc87d6a94805 {
  display: none;
}
#s-15fa1f52-1ec3-4842-b28b-cc87d6a94805, #wrap-s-15fa1f52-1ec3-4842-b28b-cc87d6a94805 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15fa1f52-1ec3-4842-b28b-cc87d6a94805 {
  
}
}@media (max-width: 767px){#s-15fa1f52-1ec3-4842-b28b-cc87d6a94805 {
  display: none;
}
#s-15fa1f52-1ec3-4842-b28b-cc87d6a94805, #wrap-s-15fa1f52-1ec3-4842-b28b-cc87d6a94805 { display:none !important; }}
#s-ced0b877-87ec-4d69-870d-3245e11ff140 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ced0b877-87ec-4d69-870d-3245e11ff140 {
  padding-left: 6%;
padding-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ced0b877-87ec-4d69-870d-3245e11ff140 {
  padding-top: 50px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}
}@media (max-width: 767px){#s-ced0b877-87ec-4d69-870d-3245e11ff140 {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-ced0b877-87ec-4d69-870d-3245e11ff140, #wrap-s-ced0b877-87ec-4d69-870d-3245e11ff140 { display:none !important; }}







#s-ced0b877-87ec-4d69-870d-3245e11ff140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ced0b877-87ec-4d69-870d-3245e11ff140.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2d07bfc8-6cac-4506-aed6-a75aaa60420a {
  padding-left: 0%;
padding-right: 0%;
min-height: 87px;
max-width: 298.18px;
aspect-ratio: 2951/861;
text-align: left;
}





  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image,
  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a {
    width: 100%;
    height: auto;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
    
    
  }


.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shg-align-container {
  text-align: left
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image,
  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a {
    width: 100%;
    height: auto;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
    
    
  }


.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shg-align-container {
  text-align: left
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image,
  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a {
    width: 100%;
    height: auto;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
    
    
  }


.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shg-align-container {
  text-align: left
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image,
  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a {
    width: 100%;
    height: auto;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
    
    
  }


.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shg-align-container {
  text-align: left
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image,
  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a {
    width: 100%;
    height: auto;
  }

  #s-2d07bfc8-6cac-4506-aed6-a75aaa60420a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
    
    
  }


.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shg-align-container {
  text-align: left
}

.s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d07bfc8-6cac-4506-aed6-a75aaa60420a.shogun-image {
  box-sizing: border-box;
}


}
#s-fd1f5da2-13e4-4556-a86c-6e00763589d7 {
  min-height: 36px;
}
@media (min-width: 1200px){#s-fd1f5da2-13e4-4556-a86c-6e00763589d7 {
  display: none;
}
#s-fd1f5da2-13e4-4556-a86c-6e00763589d7, #wrap-s-fd1f5da2-13e4-4556-a86c-6e00763589d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd1f5da2-13e4-4556-a86c-6e00763589d7 {
  display: none;
}
#s-fd1f5da2-13e4-4556-a86c-6e00763589d7, #wrap-s-fd1f5da2-13e4-4556-a86c-6e00763589d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd1f5da2-13e4-4556-a86c-6e00763589d7 {
  display: none;
}
#s-fd1f5da2-13e4-4556-a86c-6e00763589d7, #wrap-s-fd1f5da2-13e4-4556-a86c-6e00763589d7 { display:none !important; }}







#s-fd1f5da2-13e4-4556-a86c-6e00763589d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd1f5da2-13e4-4556-a86c-6e00763589d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-daabb35b-705b-407e-aa7f-868c60d9c5d6 {
  margin-left: 37px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-daabb35b-705b-407e-aa7f-868c60d9c5d6 {
  display: none;
}
#s-daabb35b-705b-407e-aa7f-868c60d9c5d6, #wrap-s-daabb35b-705b-407e-aa7f-868c60d9c5d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-daabb35b-705b-407e-aa7f-868c60d9c5d6 {
  display: none;
}
#s-daabb35b-705b-407e-aa7f-868c60d9c5d6, #wrap-s-daabb35b-705b-407e-aa7f-868c60d9c5d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-daabb35b-705b-407e-aa7f-868c60d9c5d6 {
  display: none;
}
#s-daabb35b-705b-407e-aa7f-868c60d9c5d6, #wrap-s-daabb35b-705b-407e-aa7f-868c60d9c5d6 { display:none !important; }}
#s-daabb35b-705b-407e-aa7f-868c60d9c5d6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Founders_Grotesk_Medium";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5fc51ed6-f13d-4a5b-84ce-c418112071b1 {
  padding-top: 0px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 0%;
max-width: 426px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5fc51ed6-f13d-4a5b-84ce-c418112071b1 {
  padding-left: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fc51ed6-f13d-4a5b-84ce-c418112071b1 {
  padding-left: 6%;
}
}@media (max-width: 767px){#s-5fc51ed6-f13d-4a5b-84ce-c418112071b1 {
  margin-left: -8px;
margin-right: -8px;
padding-bottom: 22px;
}
}
#s-5fc51ed6-f13d-4a5b-84ce-c418112071b1 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5fc51ed6-f13d-4a5b-84ce-c418112071b1 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-5fc51ed6-f13d-4a5b-84ce-c418112071b1 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight";
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}


}
#s-7f6382a6-15be-4e53-b9eb-4152957281f7 {
  padding-left: 10%;
padding-right: 0%;
max-width: 437px;
}
@media (min-width: 1200px){#s-7f6382a6-15be-4e53-b9eb-4152957281f7 {
  margin-bottom: 30px;
padding-left: 10%;
max-width: 520px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f6382a6-15be-4e53-b9eb-4152957281f7 {
  padding-left: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f6382a6-15be-4e53-b9eb-4152957281f7 {
  margin-top: 1px;
margin-bottom: 1px;
padding-left: 6%;
display: none;
}
#s-7f6382a6-15be-4e53-b9eb-4152957281f7, #wrap-s-7f6382a6-15be-4e53-b9eb-4152957281f7 { display:none !important; }}@media (max-width: 767px){#s-7f6382a6-15be-4e53-b9eb-4152957281f7 {
  display: none;
}
#s-7f6382a6-15be-4e53-b9eb-4152957281f7, #wrap-s-7f6382a6-15be-4e53-b9eb-4152957281f7 { display:none !important; }}
#s-5bdc3cd1-23b8-4214-9934-e5fde455a557 {
  padding-left: 37px;
padding-right: 37px;
}
@media (min-width: 1200px){#s-5bdc3cd1-23b8-4214-9934-e5fde455a557 {
  margin-bottom: 30px;
display: none;
}
#s-5bdc3cd1-23b8-4214-9934-e5fde455a557, #wrap-s-5bdc3cd1-23b8-4214-9934-e5fde455a557 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bdc3cd1-23b8-4214-9934-e5fde455a557 {
  display: none;
}
#s-5bdc3cd1-23b8-4214-9934-e5fde455a557, #wrap-s-5bdc3cd1-23b8-4214-9934-e5fde455a557 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5bdc3cd1-23b8-4214-9934-e5fde455a557 {
  display: none;
}
#s-5bdc3cd1-23b8-4214-9934-e5fde455a557, #wrap-s-5bdc3cd1-23b8-4214-9934-e5fde455a557 { display:none !important; }}@media (max-width: 767px){#s-5bdc3cd1-23b8-4214-9934-e5fde455a557 {
  padding-right: 48px;
}
}
#s-ad234076-69df-4b69-9ceb-75fde0f8b82f {
  padding-left: 10%;
padding-right: 0%;
max-width: 437px;
}
@media (min-width: 1200px){#s-ad234076-69df-4b69-9ceb-75fde0f8b82f {
  margin-bottom: 30px;
padding-left: 10%;
max-width: 520px;
display: none;
}
#s-ad234076-69df-4b69-9ceb-75fde0f8b82f, #wrap-s-ad234076-69df-4b69-9ceb-75fde0f8b82f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad234076-69df-4b69-9ceb-75fde0f8b82f {
  margin-bottom: 30px;
padding-left: 6%;
display: none;
}
#s-ad234076-69df-4b69-9ceb-75fde0f8b82f, #wrap-s-ad234076-69df-4b69-9ceb-75fde0f8b82f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad234076-69df-4b69-9ceb-75fde0f8b82f {
  margin-top: 0px;
margin-bottom: 30px;
padding-left: 6%;
max-width: 380px;
}
}@media (max-width: 767px){#s-ad234076-69df-4b69-9ceb-75fde0f8b82f {
  display: none;
}
#s-ad234076-69df-4b69-9ceb-75fde0f8b82f, #wrap-s-ad234076-69df-4b69-9ceb-75fde0f8b82f { display:none !important; }}
#s-4c81f478-8a6d-40fc-8bb3-86495a40809d {
  padding-top: 4%;
padding-bottom: 6%;
text-align: left;
background-color: rgba(252, 246, 238, 1);
}
@media (min-width: 1200px){#s-4c81f478-8a6d-40fc-8bb3-86495a40809d {
  display: none;
}
#s-4c81f478-8a6d-40fc-8bb3-86495a40809d, #wrap-s-4c81f478-8a6d-40fc-8bb3-86495a40809d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c81f478-8a6d-40fc-8bb3-86495a40809d {
  display: none;
}
#s-4c81f478-8a6d-40fc-8bb3-86495a40809d, #wrap-s-4c81f478-8a6d-40fc-8bb3-86495a40809d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c81f478-8a6d-40fc-8bb3-86495a40809d {
  display: none;
}
#s-4c81f478-8a6d-40fc-8bb3-86495a40809d, #wrap-s-4c81f478-8a6d-40fc-8bb3-86495a40809d { display:none !important; }}@media (max-width: 767px){#s-4c81f478-8a6d-40fc-8bb3-86495a40809d {
  display: none;
}
#s-4c81f478-8a6d-40fc-8bb3-86495a40809d, #wrap-s-4c81f478-8a6d-40fc-8bb3-86495a40809d { display:none !important; }}
#s-4e680533-1436-4317-9f78-58afd4113ddb {
  min-height: 30px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 1200px){#s-4e680533-1436-4317-9f78-58afd4113ddb {
  display: none;
}
#s-4e680533-1436-4317-9f78-58afd4113ddb, #wrap-s-4e680533-1436-4317-9f78-58afd4113ddb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e680533-1436-4317-9f78-58afd4113ddb {
  display: none;
}
#s-4e680533-1436-4317-9f78-58afd4113ddb, #wrap-s-4e680533-1436-4317-9f78-58afd4113ddb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e680533-1436-4317-9f78-58afd4113ddb {
  display: none;
}
#s-4e680533-1436-4317-9f78-58afd4113ddb, #wrap-s-4e680533-1436-4317-9f78-58afd4113ddb { display:none !important; }}@media (max-width: 767px){#s-4e680533-1436-4317-9f78-58afd4113ddb {
  display: none;
}
#s-4e680533-1436-4317-9f78-58afd4113ddb, #wrap-s-4e680533-1436-4317-9f78-58afd4113ddb { display:none !important; }}







#s-4e680533-1436-4317-9f78-58afd4113ddb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e680533-1436-4317-9f78-58afd4113ddb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7efccec-a5b7-4e66-8f48-1216205e2a4b {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 244, 244, 1);
}
@media (max-width: 767px){#s-d7efccec-a5b7-4e66-8f48-1216205e2a4b {
  display: none;
}
#s-d7efccec-a5b7-4e66-8f48-1216205e2a4b, #wrap-s-d7efccec-a5b7-4e66-8f48-1216205e2a4b { display:none !important; }}







#s-d7efccec-a5b7-4e66-8f48-1216205e2a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7efccec-a5b7-4e66-8f48-1216205e2a4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7736475-1fa2-4ca7-8047-7263ec298c64 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-a7736475-1fa2-4ca7-8047-7263ec298c64 {
  display: none;
}
#s-a7736475-1fa2-4ca7-8047-7263ec298c64, #wrap-s-a7736475-1fa2-4ca7-8047-7263ec298c64 { display:none !important; }}







#s-a7736475-1fa2-4ca7-8047-7263ec298c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7736475-1fa2-4ca7-8047-7263ec298c64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7001e532-4eeb-43cc-b12f-cec9e1fdfc86 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7001e532-4eeb-43cc-b12f-cec9e1fdfc86 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-7001e532-4eeb-43cc-b12f-cec9e1fdfc86 {
  display: none;
}
#s-7001e532-4eeb-43cc-b12f-cec9e1fdfc86, #wrap-s-7001e532-4eeb-43cc-b12f-cec9e1fdfc86 { display:none !important; }}
#s-94630ec9-6f7d-4254-bf46-bc944d8f2622 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 1200px){#s-94630ec9-6f7d-4254-bf46-bc944d8f2622 {
  display: none;
}
#s-94630ec9-6f7d-4254-bf46-bc944d8f2622, #wrap-s-94630ec9-6f7d-4254-bf46-bc944d8f2622 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94630ec9-6f7d-4254-bf46-bc944d8f2622 {
  display: none;
}
#s-94630ec9-6f7d-4254-bf46-bc944d8f2622, #wrap-s-94630ec9-6f7d-4254-bf46-bc944d8f2622 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94630ec9-6f7d-4254-bf46-bc944d8f2622 {
  display: none;
}
#s-94630ec9-6f7d-4254-bf46-bc944d8f2622, #wrap-s-94630ec9-6f7d-4254-bf46-bc944d8f2622 { display:none !important; }}@media (max-width: 767px){#s-94630ec9-6f7d-4254-bf46-bc944d8f2622 {
  
}
}







#s-94630ec9-6f7d-4254-bf46-bc944d8f2622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94630ec9-6f7d-4254-bf46-bc944d8f2622.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114 {
  display: none;
}
#s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114, #wrap-s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114 {
  display: none;
}
#s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114, #wrap-s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114 {
  display: none;
}
#s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114, #wrap-s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114 { display:none !important; }}







#s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dbf25ca-df5e-410c-9e1f-f3cb9c241114.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82 {
  display: none;
}
#s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82, #wrap-s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82 {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82, #wrap-s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82 {
  display: none;
}
#s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82, #wrap-s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82 { display:none !important; }}@media (max-width: 767px){#s-5d02d94b-c0f4-4e98-87b5-31464f1f9e82 {
  margin-top: -15px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-8f9c2374-206a-42d5-aefb-f252843bfb78 {
  min-height: 30px;
background-color: rgba(245, 244, 244, 1);
}
@media (max-width: 767px){#s-8f9c2374-206a-42d5-aefb-f252843bfb78 {
  display: none;
}
#s-8f9c2374-206a-42d5-aefb-f252843bfb78, #wrap-s-8f9c2374-206a-42d5-aefb-f252843bfb78 { display:none !important; }}







#s-8f9c2374-206a-42d5-aefb-f252843bfb78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f9c2374-206a-42d5-aefb-f252843bfb78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c9bd0c5-a92c-4d4a-aaf0-1399d7e3846c {
  min-height: 50px;
background-color: rgba(245, 244, 244, 1);
}








#s-9c9bd0c5-a92c-4d4a-aaf0-1399d7e3846c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c9bd0c5-a92c-4d4a-aaf0-1399d7e3846c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-30964523-d116-418e-9a0f-ea0aea971d79 {
  padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-30964523-d116-418e-9a0f-ea0aea971d79 {
  display: none;
}
#s-30964523-d116-418e-9a0f-ea0aea971d79, #wrap-s-30964523-d116-418e-9a0f-ea0aea971d79 { display:none !important; }}
#s-30964523-d116-418e-9a0f-ea0aea971d79 hr {
  border-top: 2px solid rgba(151, 151, 151, 1);
}

#s-defaf43f-9e4b-42a3-8235-ab740b3848f9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-defaf43f-9e4b-42a3-8235-ab740b3848f9 {
  margin-top: -40px;
}
}







#s-defaf43f-9e4b-42a3-8235-ab740b3848f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-defaf43f-9e4b-42a3-8235-ab740b3848f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-671ef60f-05bb-4118-8414-0d3b04c27963 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 987px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-671ef60f-05bb-4118-8414-0d3b04c27963 {
  max-width: 950px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-671ef60f-05bb-4118-8414-0d3b04c27963 {
  max-width: 500px;
}
}@media (max-width: 767px){#s-671ef60f-05bb-4118-8414-0d3b04c27963 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 316px;
}
}
#s-671ef60f-05bb-4118-8414-0d3b04c27963 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.5em;
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-671ef60f-05bb-4118-8414-0d3b04c27963 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-671ef60f-05bb-4118-8414-0d3b04c27963 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  letter-spacing: 0.08px;
  
}


}
#s-87eb0c46-ebda-4cd4-8860-29a0582c357a {
  margin-top: 24px;
}
@media (min-width: 1200px){#s-87eb0c46-ebda-4cd4-8860-29a0582c357a {
  display: none;
}
#s-87eb0c46-ebda-4cd4-8860-29a0582c357a, #wrap-s-87eb0c46-ebda-4cd4-8860-29a0582c357a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87eb0c46-ebda-4cd4-8860-29a0582c357a {
  display: none;
}
#s-87eb0c46-ebda-4cd4-8860-29a0582c357a, #wrap-s-87eb0c46-ebda-4cd4-8860-29a0582c357a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87eb0c46-ebda-4cd4-8860-29a0582c357a {
  margin-top: 10px;
display: none;
}
#s-87eb0c46-ebda-4cd4-8860-29a0582c357a, #wrap-s-87eb0c46-ebda-4cd4-8860-29a0582c357a { display:none !important; }}
#s-ebb22237-3a4f-48af-a0eb-8ee1d543c272 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebb22237-3a4f-48af-a0eb-8ee1d543c272 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-ebb22237-3a4f-48af-a0eb-8ee1d543c272 {
  display: none;
}
#s-ebb22237-3a4f-48af-a0eb-8ee1d543c272, #wrap-s-ebb22237-3a4f-48af-a0eb-8ee1d543c272 { display:none !important; }}
#s-cbcb54d8-8f0d-4d75-a025-7c0018d0e33f {
  padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-cbcb54d8-8f0d-4d75-a025-7c0018d0e33f {
  display: none;
}
#s-cbcb54d8-8f0d-4d75-a025-7c0018d0e33f, #wrap-s-cbcb54d8-8f0d-4d75-a025-7c0018d0e33f { display:none !important; }}
#s-cbcb54d8-8f0d-4d75-a025-7c0018d0e33f hr {
  border-top: 2px solid rgba(151, 151, 151, 1);
}

#s-2c41e956-c0d7-4f96-89c4-cdc8bf38beeb {
  min-height: 30px;
background-color: rgba(245, 244, 244, 1);
}








#s-2c41e956-c0d7-4f96-89c4-cdc8bf38beeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c41e956-c0d7-4f96-89c4-cdc8bf38beeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e081c61f-cc03-429f-b81e-c0f6a7c778bd {
  text-align: center;
background-color: rgba(245, 244, 244, 1);
}

#s-9f74f748-22eb-4d78-a660-ebdd2546fc21 {
  min-height: 30px;
background-color: rgba(245, 244, 244, 1);
}








#s-9f74f748-22eb-4d78-a660-ebdd2546fc21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f74f748-22eb-4d78-a660-ebdd2546fc21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52c1881b-ce52-4592-ac58-267dbc1028b8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 884.79px;
}

@media (min-width: 0px) {
[id="s-52c1881b-ce52-4592-ac58-267dbc1028b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52c1881b-ce52-4592-ac58-267dbc1028b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-52c1881b-ce52-4592-ac58-267dbc1028b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-52c1881b-ce52-4592-ac58-267dbc1028b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-5df94c85-5caa-477c-9c64-db2d03ee0603 {
  max-width: 994px;
aspect-ratio: 994/1384;
text-align: center;
}
@media (max-width: 767px){#s-5df94c85-5caa-477c-9c64-db2d03ee0603 {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 37px;
padding-right: 37px;
}
}




  #s-5df94c85-5caa-477c-9c64-db2d03ee0603 img.shogun-image,
  #s-5df94c85-5caa-477c-9c64-db2d03ee0603 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5df94c85-5caa-477c-9c64-db2d03ee0603 {
    width: 100%;
    height: auto;
  }



  #s-5df94c85-5caa-477c-9c64-db2d03ee0603 img.shogun-image {
    

    
    
    
  }


#s-5df94c85-5caa-477c-9c64-db2d03ee0603 .shogun-image-content {
  
    align-items: center;
  
}

#s-97f46b45-429c-49f3-988a-d3beb7b3aba0 {
  margin-top: 0px;
margin-bottom: -30px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 430px;
text-align: left;
}
@media (min-width: 1200px){#s-97f46b45-429c-49f3-988a-d3beb7b3aba0 {
  margin-top: 20px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97f46b45-429c-49f3-988a-d3beb7b3aba0 {
  margin-top: 20px;
margin-bottom: -20px;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-97f46b45-429c-49f3-988a-d3beb7b3aba0 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 400px;
}
}@media (max-width: 767px){#s-97f46b45-429c-49f3-988a-d3beb7b3aba0 {
  margin-top: -70px;
margin-left: 37px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 280px;
display: none;
}
#s-97f46b45-429c-49f3-988a-d3beb7b3aba0, #wrap-s-97f46b45-429c-49f3-988a-d3beb7b3aba0 { display:none !important; }}
#s-97f46b45-429c-49f3-988a-d3beb7b3aba0 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight_Semi_Bold";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-97f46b45-429c-49f3-988a-d3beb7b3aba0 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight_Semi_Bold";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-97f46b45-429c-49f3-988a-d3beb7b3aba0 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight_Semi_Bold";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-97f46b45-429c-49f3-988a-d3beb7b3aba0 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight_Semi_Bold";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 {
  margin-top: 0px;
margin-bottom: -30px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 430px;
text-align: left;
}
@media (min-width: 1200px){#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 {
  margin-top: 20px;
margin-bottom: -30px;
display: none;
}
#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99, #wrap-s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 {
  margin-top: 20px;
margin-bottom: -20px;
margin-right: 0%;
display: none;
}
#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99, #wrap-s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 400px;
display: none;
}
#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99, #wrap-s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 { display:none !important; }}@media (max-width: 767px){#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 {
  margin-top: -70px;
margin-left: 37px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 280px;
}
}
#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight_Semi_Bold";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight_Semi_Bold";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight_Semi_Bold";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-2155ed5f-99b2-4f96-9b6f-6951ab56db99 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight_Semi_Bold";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-28e60b17-8b08-4271-abbd-e9d35780522e {
  margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 36px;
padding-right: 0%;
max-width: 382px;
}
@media (min-width: 1200px){#s-28e60b17-8b08-4271-abbd-e9d35780522e {
  padding-bottom: 36px;
padding-right: 0%;
max-width: 390px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28e60b17-8b08-4271-abbd-e9d35780522e {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-28e60b17-8b08-4271-abbd-e9d35780522e {
  max-width: 350px;
}
}@media (max-width: 767px){#s-28e60b17-8b08-4271-abbd-e9d35780522e {
  margin-left: 37px;
margin-right: 40px;
}
}
.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-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
letter-spacing: 0.5px;
color: rgba(65, 65, 65, 1);
background-image: none;
hover-type: color;
}
#s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(113, 113, 113, 1) !important;}#s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(65, 65, 65, 1) !important;}@media (max-width: 767px){#s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6 {
  margin-left: 37px;
margin-right: 37px;
}
}

  #s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6-root {
    text-align: left;
  }


#s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6.shg-btn {
  color: rgba(65, 65, 65, 1);
  font-size: 14px;
  
  
  font-family: Founders_Grotesk_Regular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6-root {
    text-align: left;
  }


#s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6.shg-btn {
  color: rgba(65, 65, 65, 1);
  font-size: 14px;
  
  
  font-family: Founders_Grotesk_Regular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6-root {
    text-align: left;
  }


#s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6.shg-btn {
  color: rgba(65, 65, 65, 1);
  font-size: 14px;
  
  
  font-family: Founders_Grotesk_Regular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6-root {
    text-align: left;
  }


#s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6.shg-btn {
  color: rgba(65, 65, 65, 1);
  font-size: 14px;
  
  
  font-family: Founders_Grotesk_Regular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6-root {
    text-align: left;
  }


#s-0f27f5c4-b3d1-4975-9dff-aaab2c72f7f6.shg-btn {
  color: rgba(65, 65, 65, 1);
  font-size: 14px;
  
  
  font-family: Founders_Grotesk_Regular;
  display:  inline-block ;
}
}
#s-bdeedab6-af1f-4237-84fa-b74d064e4c62 {
  min-height: 100px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bdeedab6-af1f-4237-84fa-b74d064e4c62 {
  min-height: 50px;
}
}@media (max-width: 767px){#s-bdeedab6-af1f-4237-84fa-b74d064e4c62 {
  min-height: 50px;
}
}







#s-bdeedab6-af1f-4237-84fa-b74d064e4c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdeedab6-af1f-4237-84fa-b74d064e4c62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07951683-fe10-4871-94a6-32e66e44ea5d {
  min-height: 50px;
background-color: rgba(245, 244, 244, 1);
}








#s-07951683-fe10-4871-94a6-32e66e44ea5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07951683-fe10-4871-94a6-32e66e44ea5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 4%;
padding-right: 10%;
background-color: rgba(252, 246, 238, 1);
}
@media (min-width: 1200px){#s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d {
  display: none;
}
#s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d, #wrap-s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d {
  padding-left: 6%;
padding-right: 6%;
display: none;
}
#s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d, #wrap-s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d {
  padding-left: 3%;
padding-right: 3%;
display: none;
}
#s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d, #wrap-s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d { display:none !important; }}@media (max-width: 767px){#s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d {
  display: none;
}
#s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d, #wrap-s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d { display:none !important; }}
@media (min-width: 0px) {
[id="s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af0b80dc-1aa6-434b-86b0-c8739a9a3a7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6679a2da-3752-499d-a96f-0b21f55de2d7 {
  padding-left: 0%;
padding-bottom: 4%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6679a2da-3752-499d-a96f-0b21f55de2d7 {
  display: none;
}
#s-6679a2da-3752-499d-a96f-0b21f55de2d7, #wrap-s-6679a2da-3752-499d-a96f-0b21f55de2d7 { display:none !important; }}
#s-7e545032-46e6-48b7-902e-3d9b7390be88 {
  padding-left: 0%;
padding-bottom: 4%;
}
@media (min-width: 1200px){#s-7e545032-46e6-48b7-902e-3d9b7390be88 {
  display: none;
}
#s-7e545032-46e6-48b7-902e-3d9b7390be88, #wrap-s-7e545032-46e6-48b7-902e-3d9b7390be88 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e545032-46e6-48b7-902e-3d9b7390be88 {
  display: none;
}
#s-7e545032-46e6-48b7-902e-3d9b7390be88, #wrap-s-7e545032-46e6-48b7-902e-3d9b7390be88 { display:none !important; }}@media (max-width: 767px){#s-7e545032-46e6-48b7-902e-3d9b7390be88 {
  display: none;
}
#s-7e545032-46e6-48b7-902e-3d9b7390be88, #wrap-s-7e545032-46e6-48b7-902e-3d9b7390be88 { display:none !important; }}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px){#s-226cfc6e-30ed-455e-8e05-ac0965427ba5 {
  display: none;
}
#s-226cfc6e-30ed-455e-8e05-ac0965427ba5, #wrap-s-226cfc6e-30ed-455e-8e05-ac0965427ba5 { display:none !important; }}
#s-8dbaf5d2-c168-48d6-be07-d5b60b42d165 {
  padding-top: 4%;
padding-bottom: 6%;
text-align: left;
background-color: rgba(252, 246, 238, 1);
}
@media (min-width: 1200px){#s-8dbaf5d2-c168-48d6-be07-d5b60b42d165 {
  display: none;
}
#s-8dbaf5d2-c168-48d6-be07-d5b60b42d165, #wrap-s-8dbaf5d2-c168-48d6-be07-d5b60b42d165 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dbaf5d2-c168-48d6-be07-d5b60b42d165 {
  display: none;
}
#s-8dbaf5d2-c168-48d6-be07-d5b60b42d165, #wrap-s-8dbaf5d2-c168-48d6-be07-d5b60b42d165 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8dbaf5d2-c168-48d6-be07-d5b60b42d165 {
  display: none;
}
#s-8dbaf5d2-c168-48d6-be07-d5b60b42d165, #wrap-s-8dbaf5d2-c168-48d6-be07-d5b60b42d165 { display:none !important; }}@media (max-width: 767px){#s-8dbaf5d2-c168-48d6-be07-d5b60b42d165 {
  display: none;
}
#s-8dbaf5d2-c168-48d6-be07-d5b60b42d165, #wrap-s-8dbaf5d2-c168-48d6-be07-d5b60b42d165 { display:none !important; }}
#s-56a38ab3-9e91-4b30-9854-a782dee0b4ca {
  min-height: 50px;
background-color: rgba(251, 251, 251, 1);
}








#s-56a38ab3-9e91-4b30-9854-a782dee0b4ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a38ab3-9e91-4b30-9854-a782dee0b4ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88addd67-73ab-4210-bdab-6663d30a057e {
  padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-88addd67-73ab-4210-bdab-6663d30a057e {
  display: none;
}
#s-88addd67-73ab-4210-bdab-6663d30a057e, #wrap-s-88addd67-73ab-4210-bdab-6663d30a057e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88addd67-73ab-4210-bdab-6663d30a057e {
  display: none;
}
#s-88addd67-73ab-4210-bdab-6663d30a057e, #wrap-s-88addd67-73ab-4210-bdab-6663d30a057e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88addd67-73ab-4210-bdab-6663d30a057e {
  display: none;
}
#s-88addd67-73ab-4210-bdab-6663d30a057e, #wrap-s-88addd67-73ab-4210-bdab-6663d30a057e { display:none !important; }}@media (max-width: 767px){#s-88addd67-73ab-4210-bdab-6663d30a057e {
  display: none;
}
#s-88addd67-73ab-4210-bdab-6663d30a057e, #wrap-s-88addd67-73ab-4210-bdab-6663d30a057e { display:none !important; }}
#s-ae86c7e1-0912-4576-a11b-e38c788326f8 {
  padding-top: 0%;
padding-left: 4%;
padding-bottom: 8%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 1200px){#s-ae86c7e1-0912-4576-a11b-e38c788326f8 {
  display: none;
}
#s-ae86c7e1-0912-4576-a11b-e38c788326f8, #wrap-s-ae86c7e1-0912-4576-a11b-e38c788326f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae86c7e1-0912-4576-a11b-e38c788326f8 {
  display: none;
}
#s-ae86c7e1-0912-4576-a11b-e38c788326f8, #wrap-s-ae86c7e1-0912-4576-a11b-e38c788326f8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae86c7e1-0912-4576-a11b-e38c788326f8 {
  display: none;
}
#s-ae86c7e1-0912-4576-a11b-e38c788326f8, #wrap-s-ae86c7e1-0912-4576-a11b-e38c788326f8 { display:none !important; }}@media (max-width: 767px){#s-ae86c7e1-0912-4576-a11b-e38c788326f8 {
  padding-left: 37px;
padding-bottom: 0px;
padding-right: 37px;
}
}







#s-ae86c7e1-0912-4576-a11b-e38c788326f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae86c7e1-0912-4576-a11b-e38c788326f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93f34478-79ff-4f1c-b421-a4bb197e9719 {
  padding-left: 0%;
padding-right: 0%;
max-width: 994px;
aspect-ratio: 994/1384;
text-align: center;
}
@media (min-width: 1200px){#s-93f34478-79ff-4f1c-b421-a4bb197e9719 {
  display: none;
}
#s-93f34478-79ff-4f1c-b421-a4bb197e9719, #wrap-s-93f34478-79ff-4f1c-b421-a4bb197e9719 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93f34478-79ff-4f1c-b421-a4bb197e9719 {
  display: none;
}
#s-93f34478-79ff-4f1c-b421-a4bb197e9719, #wrap-s-93f34478-79ff-4f1c-b421-a4bb197e9719 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93f34478-79ff-4f1c-b421-a4bb197e9719 {
  display: none;
}
#s-93f34478-79ff-4f1c-b421-a4bb197e9719, #wrap-s-93f34478-79ff-4f1c-b421-a4bb197e9719 { display:none !important; }}




  #s-93f34478-79ff-4f1c-b421-a4bb197e9719 img.shogun-image,
  #s-93f34478-79ff-4f1c-b421-a4bb197e9719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93f34478-79ff-4f1c-b421-a4bb197e9719 {
    width: 100%;
    height: auto;
  }



  #s-93f34478-79ff-4f1c-b421-a4bb197e9719 img.shogun-image {
    

    
    
    
  }


#s-93f34478-79ff-4f1c-b421-a4bb197e9719 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a3fbe15-fbaf-4eed-9684-9362ac27c8ab {
  padding-top: 5%;
}
@media (max-width: 767px){#s-6a3fbe15-fbaf-4eed-9684-9362ac27c8ab {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-d09d8dce-0fe2-444e-a253-8ea311f88f63 {
  padding-top: 3%;
padding-bottom: 0%;
max-width: 310px;
}
@media (max-width: 767px){#s-d09d8dce-0fe2-444e-a253-8ea311f88f63 {
  margin-top: 5%;
margin-bottom: 0%;
}
}
#s-66044376-85fb-41f4-8000-5488998c9bfb {
  padding-left: 10%;
padding-bottom: 70px;
padding-right: 10%;
background-color: rgba(245, 244, 244, 1);
}
@media (max-width: 767px){#s-66044376-85fb-41f4-8000-5488998c9bfb {
  display: none;
}
#s-66044376-85fb-41f4-8000-5488998c9bfb, #wrap-s-66044376-85fb-41f4-8000-5488998c9bfb { display:none !important; }}
@media (min-width: 0px) {
[id="s-66044376-85fb-41f4-8000-5488998c9bfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66044376-85fb-41f4-8000-5488998c9bfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66044376-85fb-41f4-8000-5488998c9bfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66044376-85fb-41f4-8000-5488998c9bfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66044376-85fb-41f4-8000-5488998c9bfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66044376-85fb-41f4-8000-5488998c9bfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66044376-85fb-41f4-8000-5488998c9bfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c60b42dd-82be-4e10-9272-a3ac0b3a1667 {
  margin-top: 150%;
margin-left: 20%;
margin-bottom: 0px;
margin-right: -32%;
padding-top: 10%;
padding-bottom: 8px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c60b42dd-82be-4e10-9272-a3ac0b3a1667 {
  margin-top: 162%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c60b42dd-82be-4e10-9272-a3ac0b3a1667 {
  margin-top: 170%;
margin-right: -40%;
display: none;
}
#s-c60b42dd-82be-4e10-9272-a3ac0b3a1667, #wrap-s-c60b42dd-82be-4e10-9272-a3ac0b3a1667 { display:none !important; }}
#s-f2aa585f-32ac-4e01-af27-1556d437fec1 {
  margin-top: 150%;
margin-left: 20%;
margin-bottom: 0px;
margin-right: -32%;
padding-top: 10%;
padding-bottom: 8px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 1200px){#s-f2aa585f-32ac-4e01-af27-1556d437fec1 {
  display: none;
}
#s-f2aa585f-32ac-4e01-af27-1556d437fec1, #wrap-s-f2aa585f-32ac-4e01-af27-1556d437fec1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2aa585f-32ac-4e01-af27-1556d437fec1 {
  margin-top: 162%;
display: none;
}
#s-f2aa585f-32ac-4e01-af27-1556d437fec1, #wrap-s-f2aa585f-32ac-4e01-af27-1556d437fec1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2aa585f-32ac-4e01-af27-1556d437fec1 {
  margin-top: 170%;
margin-right: -40%;
}
}@media (max-width: 767px){#s-f2aa585f-32ac-4e01-af27-1556d437fec1 {
  display: none;
}
#s-f2aa585f-32ac-4e01-af27-1556d437fec1, #wrap-s-f2aa585f-32ac-4e01-af27-1556d437fec1 { display:none !important; }}
#s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c {
  margin-top: 15px;
margin-left: 20%;
margin-right: -74%;
max-width: 468px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 1200px){#s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c {
  display: none;
}
#s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c, #wrap-s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c {
  margin-right: -150%;
display: none;
}
#s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c, #wrap-s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c {
  margin-right: -134%;
}
}@media (max-width: 767px){#s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c {
  display: none;
}
#s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c, #wrap-s-7cdc8fb2-ef09-49c6-aa10-25fb4ec21f8c { display:none !important; }}
#s-7749c052-02c7-4822-9fe4-081844160510 {
  margin-top: 15px;
margin-left: 20%;
margin-right: -70%;
max-width: 468px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 1200px){#s-7749c052-02c7-4822-9fe4-081844160510 {
  margin-right: -72%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7749c052-02c7-4822-9fe4-081844160510 {
  margin-right: -72%;
max-width: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7749c052-02c7-4822-9fe4-081844160510 {
  margin-right: -72%;
max-width: 800px;
display: none;
}
#s-7749c052-02c7-4822-9fe4-081844160510, #wrap-s-7749c052-02c7-4822-9fe4-081844160510 { display:none !important; }}
#s-b97be072-7a48-4a4f-853e-ed20a00bf7cc {
  min-height: 50px;
}








#s-b97be072-7a48-4a4f-853e-ed20a00bf7cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b97be072-7a48-4a4f-853e-ed20a00bf7cc.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-0f053b22-e359-4449-8f79-24d858d3f81f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f053b22-e359-4449-8f79-24d858d3f81f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0f053b22-e359-4449-8f79-24d858d3f81f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0f053b22-e359-4449-8f79-24d858d3f81f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0f053b22-e359-4449-8f79-24d858d3f81f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f053b22-e359-4449-8f79-24d858d3f81f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0f053b22-e359-4449-8f79-24d858d3f81f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-b7b81190-e2f0-4c2c-a005-e4601c6832f4 {
  max-width: 658px;
aspect-ratio: 658/843;
text-align: center;
}
@media (min-width: 1200px){#s-b7b81190-e2f0-4c2c-a005-e4601c6832f4 {
  margin-left: 15%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
max-width: 85%;
text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7b81190-e2f0-4c2c-a005-e4601c6832f4 {
  margin-left: 4%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7b81190-e2f0-4c2c-a005-e4601c6832f4 {
  padding-left: 0%;
padding-right: 0%;
}
}




  #s-b7b81190-e2f0-4c2c-a005-e4601c6832f4 img.shogun-image,
  #s-b7b81190-e2f0-4c2c-a005-e4601c6832f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b7b81190-e2f0-4c2c-a005-e4601c6832f4 {
    width: 100%;
    height: auto;
  }



  #s-b7b81190-e2f0-4c2c-a005-e4601c6832f4 img.shogun-image {
    

    
    
    
  }


#s-b7b81190-e2f0-4c2c-a005-e4601c6832f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f30de6cc-9e7c-450e-a748-5c93384b6271 {
  max-width: 994px;
aspect-ratio: 994/1384;
text-align: center;
}





  #s-f30de6cc-9e7c-450e-a748-5c93384b6271 img.shogun-image,
  #s-f30de6cc-9e7c-450e-a748-5c93384b6271 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30de6cc-9e7c-450e-a748-5c93384b6271 {
    width: 100%;
    height: auto;
  }



  #s-f30de6cc-9e7c-450e-a748-5c93384b6271 img.shogun-image {
    

    
    
    
  }


#s-f30de6cc-9e7c-450e-a748-5c93384b6271 .shogun-image-content {
  
    align-items: center;
  
}

#s-89f51843-6b17-4425-a74b-e379c56a9187 {
  min-height: 50px;
background-color: rgba(245, 244, 244, 1);
}








#s-89f51843-6b17-4425-a74b-e379c56a9187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89f51843-6b17-4425-a74b-e379c56a9187.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8c4780c-d3f0-41e7-ad16-c37070e95e36 {
  text-align: left;
}
@media (min-width: 1200px){#s-e8c4780c-d3f0-41e7-ad16-c37070e95e36 {
  display: none;
}
#s-e8c4780c-d3f0-41e7-ad16-c37070e95e36, #wrap-s-e8c4780c-d3f0-41e7-ad16-c37070e95e36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8c4780c-d3f0-41e7-ad16-c37070e95e36 {
  display: none;
}
#s-e8c4780c-d3f0-41e7-ad16-c37070e95e36, #wrap-s-e8c4780c-d3f0-41e7-ad16-c37070e95e36 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8c4780c-d3f0-41e7-ad16-c37070e95e36 {
  display: none;
}
#s-e8c4780c-d3f0-41e7-ad16-c37070e95e36, #wrap-s-e8c4780c-d3f0-41e7-ad16-c37070e95e36 { display:none !important; }}@media (max-width: 767px){#s-e8c4780c-d3f0-41e7-ad16-c37070e95e36 {
  display: none;
}
#s-e8c4780c-d3f0-41e7-ad16-c37070e95e36, #wrap-s-e8c4780c-d3f0-41e7-ad16-c37070e95e36 { display:none !important; }}
#s-9c219fbd-02fb-43a1-9a25-dd2adc244701 {
  padding-left: 10%;
padding-right: 10%;
}

#s-9c219fbd-02fb-43a1-9a25-dd2adc244701 hr {
  border-top: 4px solid rgba(151, 151, 151, 1);
}
@media (min-width: 1200px){#s-9c219fbd-02fb-43a1-9a25-dd2adc244701 hr {
  border-top: 2px solid rgba(151, 151, 151, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c219fbd-02fb-43a1-9a25-dd2adc244701 hr {
  border-top: 2px solid rgba(151, 151, 151, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c219fbd-02fb-43a1-9a25-dd2adc244701 hr {
  border-top: 2px solid rgba(151, 151, 151, 1);
}
}@media (max-width: 767px){#s-9c219fbd-02fb-43a1-9a25-dd2adc244701 hr {
  border-top: 10px solid rgba(151, 151, 151, 1);
}
}
#s-23d761a7-c5c6-4460-a6f9-3bcabbcbbead {
  min-height: 30px;
background-color: rgba(245, 244, 244, 1);
}
@media (max-width: 767px){#s-23d761a7-c5c6-4460-a6f9-3bcabbcbbead {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-23d761a7-c5c6-4460-a6f9-3bcabbcbbead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23d761a7-c5c6-4460-a6f9-3bcabbcbbead.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-625bcbfd-18fb-4e4f-a791-845ff0e4fa39 {
  margin-top: 86px;
margin-left: auto;
margin-bottom: 114px;
margin-right: auto;
max-width: 884.79px;
background-color: rgba(245, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-625bcbfd-18fb-4e4f-a791-845ff0e4fa39 {
  margin-top: 50px;
margin-bottom: 80px;
}
}@media (max-width: 767px){#s-625bcbfd-18fb-4e4f-a791-845ff0e4fa39 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 37px;
padding-bottom: 50px;
padding-right: 37px;
}
}
@media (min-width: 0px) {
[id="s-625bcbfd-18fb-4e4f-a791-845ff0e4fa39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-625bcbfd-18fb-4e4f-a791-845ff0e4fa39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-625bcbfd-18fb-4e4f-a791-845ff0e4fa39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-625bcbfd-18fb-4e4f-a791-845ff0e4fa39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-47dc53f3-06b9-4d59-a692-ed399d113e32 {
  max-width: 1704px;
aspect-ratio: 1704/2309;
text-align: center;
background-color: rgba(245, 244, 244, 1);
}
@media (max-width: 767px){#s-47dc53f3-06b9-4d59-a692-ed399d113e32 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
}




  #s-47dc53f3-06b9-4d59-a692-ed399d113e32 img.shogun-image,
  #s-47dc53f3-06b9-4d59-a692-ed399d113e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47dc53f3-06b9-4d59-a692-ed399d113e32 {
    width: 100%;
    height: auto;
  }



  #s-47dc53f3-06b9-4d59-a692-ed399d113e32 img.shogun-image {
    

    
    
    
  }


#s-47dc53f3-06b9-4d59-a692-ed399d113e32 .shogun-image-content {
  
    align-items: center;
  
}

#s-67e70118-303b-478a-a71e-ffd9fca39dec {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 343px;
text-align: left;
}
@media (min-width: 1200px){#s-67e70118-303b-478a-a71e-ffd9fca39dec {
  display: none;
}
#s-67e70118-303b-478a-a71e-ffd9fca39dec, #wrap-s-67e70118-303b-478a-a71e-ffd9fca39dec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67e70118-303b-478a-a71e-ffd9fca39dec {
  display: none;
}
#s-67e70118-303b-478a-a71e-ffd9fca39dec, #wrap-s-67e70118-303b-478a-a71e-ffd9fca39dec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67e70118-303b-478a-a71e-ffd9fca39dec {
  display: none;
}
#s-67e70118-303b-478a-a71e-ffd9fca39dec, #wrap-s-67e70118-303b-478a-a71e-ffd9fca39dec { display:none !important; }}@media (max-width: 767px){#s-67e70118-303b-478a-a71e-ffd9fca39dec {
  margin-top: 30px;
margin-bottom: 20px;
max-width: 343px;
}
}
#s-67e70118-303b-478a-a71e-ffd9fca39dec .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight";
  font-style:  normal ;
  font-size: 43px;
  
  letter-spacing: -1px;
  text-align: left;
}



#s-1719cff5-9283-40e1-b57a-d5de592b9873 {
  margin-top: 0px;
margin-bottom: 30px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-1719cff5-9283-40e1-b57a-d5de592b9873 {
  padding-right: 0%;
display: none;
}
#s-1719cff5-9283-40e1-b57a-d5de592b9873, #wrap-s-1719cff5-9283-40e1-b57a-d5de592b9873 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1719cff5-9283-40e1-b57a-d5de592b9873 {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-1719cff5-9283-40e1-b57a-d5de592b9873, #wrap-s-1719cff5-9283-40e1-b57a-d5de592b9873 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1719cff5-9283-40e1-b57a-d5de592b9873 {
  display: none;
}
#s-1719cff5-9283-40e1-b57a-d5de592b9873, #wrap-s-1719cff5-9283-40e1-b57a-d5de592b9873 { display:none !important; }}@media (max-width: 767px){#s-1719cff5-9283-40e1-b57a-d5de592b9873 {
  margin-right: 5%;
}
}
#s-57a098ad-88f1-43fb-8c74-ddf25db24819 {
  margin-top: 0px;
margin-bottom: 30px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-57a098ad-88f1-43fb-8c74-ddf25db24819 {
  padding-right: 0%;
display: none;
}
#s-57a098ad-88f1-43fb-8c74-ddf25db24819, #wrap-s-57a098ad-88f1-43fb-8c74-ddf25db24819 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a098ad-88f1-43fb-8c74-ddf25db24819 {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-57a098ad-88f1-43fb-8c74-ddf25db24819, #wrap-s-57a098ad-88f1-43fb-8c74-ddf25db24819 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57a098ad-88f1-43fb-8c74-ddf25db24819 {
  display: none;
}
#s-57a098ad-88f1-43fb-8c74-ddf25db24819, #wrap-s-57a098ad-88f1-43fb-8c74-ddf25db24819 { display:none !important; }}@media (max-width: 767px){#s-57a098ad-88f1-43fb-8c74-ddf25db24819 {
  margin-right: 2%;
}
}
#s-65a7d276-b0ac-4813-b2df-27db0bd2e25c {
  text-align: center;
}
@media (max-width: 767px){#s-65a7d276-b0ac-4813-b2df-27db0bd2e25c {
  display: none;
}
#s-65a7d276-b0ac-4813-b2df-27db0bd2e25c, #wrap-s-65a7d276-b0ac-4813-b2df-27db0bd2e25c { display:none !important; }}






  #s-65a7d276-b0ac-4813-b2df-27db0bd2e25c img.shogun-image {
    

    
    
    
  }


#s-65a7d276-b0ac-4813-b2df-27db0bd2e25c .shogun-image-content {
  
    align-items: center;
  
}

#s-a6446a00-909f-49c6-b71f-200cbb22dbec {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 343px;
text-align: left;
}

#s-a6446a00-909f-49c6-b71f-200cbb22dbec .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Freight";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -1px;
  text-align: left;
}



#s-3e146c61-657d-418e-8b43-89279d10c4b2 {
  margin-bottom: 26px;
}
@media (min-width: 1200px){#s-3e146c61-657d-418e-8b43-89279d10c4b2 {
  display: none;
}
#s-3e146c61-657d-418e-8b43-89279d10c4b2, #wrap-s-3e146c61-657d-418e-8b43-89279d10c4b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e146c61-657d-418e-8b43-89279d10c4b2 {
  margin-bottom: 21px;
display: none;
}
#s-3e146c61-657d-418e-8b43-89279d10c4b2, #wrap-s-3e146c61-657d-418e-8b43-89279d10c4b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e146c61-657d-418e-8b43-89279d10c4b2 {
  display: none;
}
#s-3e146c61-657d-418e-8b43-89279d10c4b2, #wrap-s-3e146c61-657d-418e-8b43-89279d10c4b2 { display:none !important; }}@media (max-width: 767px){#s-3e146c61-657d-418e-8b43-89279d10c4b2 {
  
}
}
#s-3e621f5c-9794-46e3-9e4c-fe507d16795f {
  margin-bottom: 36px;
padding-left: 0%;
padding-right: 0%;
max-width: 343.55px;
}
@media (min-width: 1200px){#s-3e621f5c-9794-46e3-9e4c-fe507d16795f {
  margin-top: -20px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e621f5c-9794-46e3-9e4c-fe507d16795f {
  margin-top: -20px;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e621f5c-9794-46e3-9e4c-fe507d16795f {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-3e621f5c-9794-46e3-9e4c-fe507d16795f {
  
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}