.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-d665a38d-3313-4c73-bace-e4331933efff {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1408px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d665a38d-3313-4c73-bace-e4331933efff {
  
}
}@media (max-width: 767px){#s-d665a38d-3313-4c73-bace-e4331933efff {
  
}
}







#s-d665a38d-3313-4c73-bace-e4331933efff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d665a38d-3313-4c73-bace-e4331933efff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e0d8e53-6a2e-4a3f-8163-5a9c0106ff2f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1408px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e0d8e53-6a2e-4a3f-8163-5a9c0106ff2f {
  
}
}@media (max-width: 767px){#s-9e0d8e53-6a2e-4a3f-8163-5a9c0106ff2f {
  
}
}







#s-9e0d8e53-6a2e-4a3f-8163-5a9c0106ff2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e0d8e53-6a2e-4a3f-8163-5a9c0106ff2f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-8ce6af41-dc6f-4bb0-af23-5a70ea25ec49 {
  min-height: 50px;
}








#s-8ce6af41-dc6f-4bb0-af23-5a70ea25ec49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ce6af41-dc6f-4bb0-af23-5a70ea25ec49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65c21f48-a66f-4e2c-9b1c-9faade5950d9 {
  min-height: 50px;
}








#s-65c21f48-a66f-4e2c-9b1c-9faade5950d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65c21f48-a66f-4e2c-9b1c-9faade5950d9.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;
}
#s-c36ab70c-f65f-44db-aba0-754abe5e888c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2816px;
aspect-ratio: 2816/1080;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c36ab70c-f65f-44db-aba0-754abe5e888c {
  display: none;
}
#s-c36ab70c-f65f-44db-aba0-754abe5e888c, #wrap-s-c36ab70c-f65f-44db-aba0-754abe5e888c { display:none !important; }}@media (max-width: 767px){#s-c36ab70c-f65f-44db-aba0-754abe5e888c {
  display: none;
}
#s-c36ab70c-f65f-44db-aba0-754abe5e888c, #wrap-s-c36ab70c-f65f-44db-aba0-754abe5e888c { display:none !important; }}




  #s-c36ab70c-f65f-44db-aba0-754abe5e888c img.shogun-image,
  #s-c36ab70c-f65f-44db-aba0-754abe5e888c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c36ab70c-f65f-44db-aba0-754abe5e888c {
    width: 100%;
    height: auto;
  }



  #s-c36ab70c-f65f-44db-aba0-754abe5e888c img.shogun-image {
    

    
    
    
  }


#s-c36ab70c-f65f-44db-aba0-754abe5e888c .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bb2b408a-6a44-45fc-ad4f-9136d6bfcd0f {
  padding-top: 100px;
}

#s-0d32334c-6636-42f0-b46c-56b3be01a375 {
  padding-top: 0px;
}

#s-51c308f4-0d5b-43f4-b952-1587a6edb00a {
  padding-top: 0px;
}

#s-1f46c2ec-f7ee-43de-953d-2eda3dc01fb0 {
  padding-top: 50px;
}

#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  display: none;
}
#s-b1f3f315-c8a5-4469-8877-672d93b1c92c, #wrap-s-b1f3f315-c8a5-4469-8877-672d93b1c92c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  display: none;
}
#s-b1f3f315-c8a5-4469-8877-672d93b1c92c, #wrap-s-b1f3f315-c8a5-4469-8877-672d93b1c92c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  
}
}@media (max-width: 767px){#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  display: none;
}
#s-b1f3f315-c8a5-4469-8877-672d93b1c92c, #wrap-s-b1f3f315-c8a5-4469-8877-672d93b1c92c { display:none !important; }}






  #s-b1f3f315-c8a5-4469-8877-672d93b1c92c img.shogun-image {
    

    
    
    
  }


#s-b1f3f315-c8a5-4469-8877-672d93b1c92c .shogun-image-content {
  
    align-items: center;
  
}

#s-f6febffa-09a2-425a-aa9e-4eb7535f77b3 {
  padding-top: 80px;
}

#s-31f5f8cc-8e9c-4368-bcc1-a3a48998df70 {
  padding-top: 0px;
}

#s-7e77347c-cd55-4377-9862-c7597b51abde {
  padding-top: 0px;
}

#s-c66b3d58-2d4d-423e-b39e-b556caa4545c {
  padding-top: 20px;
}

#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  display: none;
}
#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8, #wrap-s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  display: none;
}
#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8, #wrap-s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  display: none;
}
#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8, #wrap-s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 { display:none !important; }}@media (max-width: 767px){#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  
}
}






  #s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 img.shogun-image {
    

    
    
    
  }


#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3739585-eb6f-4567-8743-99a8b36651db {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
}








#s-f3739585-eb6f-4567-8743-99a8b36651db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3739585-eb6f-4567-8743-99a8b36651db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2fe5e42-7c94-4146-b53b-30e12c4b95d5 {
  padding-top: 80px;
}

#s-a6d9de63-ea3c-45c6-bc59-a8a49ccfd772 {
  padding-top: 0px;
}

#s-1e7c1bd6-437b-4d6a-a6d6-6fb7dcc9f3ff {
  padding-top: 0px;
}

#s-622eb84a-74d6-405a-a2ba-5d6688388579 {
  padding-top: 30px;
}

.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-e8b9e8a0-ee60-480e-ab9b-054724032c01 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e8b9e8a0-ee60-480e-ab9b-054724032c01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8b9e8a0-ee60-480e-ab9b-054724032c01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e8b9e8a0-ee60-480e-ab9b-054724032c01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8b9e8a0-ee60-480e-ab9b-054724032c01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-822a780a-ea8a-4567-b6d8-2b0d59a37bd5 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1388px;
aspect-ratio: 1388/1080;
text-align: center;
}





  #s-822a780a-ea8a-4567-b6d8-2b0d59a37bd5 img.shogun-image,
  #s-822a780a-ea8a-4567-b6d8-2b0d59a37bd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-822a780a-ea8a-4567-b6d8-2b0d59a37bd5 {
    width: 100%;
    height: auto;
  }



  #s-822a780a-ea8a-4567-b6d8-2b0d59a37bd5 img.shogun-image {
    

    
    
    
  }


#s-822a780a-ea8a-4567-b6d8-2b0d59a37bd5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4341c525-32d7-47ec-93ec-0ba1d67d57e1 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-4341c525-32d7-47ec-93ec-0ba1d67d57e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4341c525-32d7-47ec-93ec-0ba1d67d57e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-068349f0-6036-4386-afd4-bc78e16ba984 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-068349f0-6036-4386-afd4-bc78e16ba984:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-068349f0-6036-4386-afd4-bc78e16ba984:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-068349f0-6036-4386-afd4-bc78e16ba984 {
  display: none;
}
#s-068349f0-6036-4386-afd4-bc78e16ba984, #wrap-s-068349f0-6036-4386-afd4-bc78e16ba984 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-068349f0-6036-4386-afd4-bc78e16ba984 {
  display: none;
}
#s-068349f0-6036-4386-afd4-bc78e16ba984, #wrap-s-068349f0-6036-4386-afd4-bc78e16ba984 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-068349f0-6036-4386-afd4-bc78e16ba984 {
  display: none;
}
#s-068349f0-6036-4386-afd4-bc78e16ba984, #wrap-s-068349f0-6036-4386-afd4-bc78e16ba984 { display:none !important; }}

  #s-068349f0-6036-4386-afd4-bc78e16ba984-btn-wrapper {
    text-align: center;
  }


#s-068349f0-6036-4386-afd4-bc78e16ba984.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-068349f0-6036-4386-afd4-bc78e16ba984-btn-wrapper {
    text-align: center;
  }


#s-068349f0-6036-4386-afd4-bc78e16ba984.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-068349f0-6036-4386-afd4-bc78e16ba984-btn-wrapper {
    text-align: center;
  }


#s-068349f0-6036-4386-afd4-bc78e16ba984.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-068349f0-6036-4386-afd4-bc78e16ba984-btn-wrapper {
    text-align: center;
  }


#s-068349f0-6036-4386-afd4-bc78e16ba984.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-068349f0-6036-4386-afd4-bc78e16ba984-btn-wrapper {
    text-align: center;
  }


#s-068349f0-6036-4386-afd4-bc78e16ba984.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-41f6e911-bc28-4a5f-8269-3db42dd83bef {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-41f6e911-bc28-4a5f-8269-3db42dd83bef {
  display: none;
}
#s-41f6e911-bc28-4a5f-8269-3db42dd83bef, #wrap-s-41f6e911-bc28-4a5f-8269-3db42dd83bef { display:none !important; }}
@media (min-width: 0px) {
[id="s-41f6e911-bc28-4a5f-8269-3db42dd83bef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41f6e911-bc28-4a5f-8269-3db42dd83bef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41f6e911-bc28-4a5f-8269-3db42dd83bef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-41f6e911-bc28-4a5f-8269-3db42dd83bef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41f6e911-bc28-4a5f-8269-3db42dd83bef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-41f6e911-bc28-4a5f-8269-3db42dd83bef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41f6e911-bc28-4a5f-8269-3db42dd83bef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-be74438a-21fd-407c-9375-6476458385ce {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-be74438a-21fd-407c-9375-6476458385ce:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-be74438a-21fd-407c-9375-6476458385ce:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-be74438a-21fd-407c-9375-6476458385ce-btn-wrapper {
    text-align: center;
  }


#s-be74438a-21fd-407c-9375-6476458385ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-be74438a-21fd-407c-9375-6476458385ce-btn-wrapper {
    text-align: center;
  }


#s-be74438a-21fd-407c-9375-6476458385ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be74438a-21fd-407c-9375-6476458385ce-btn-wrapper {
    text-align: center;
  }


#s-be74438a-21fd-407c-9375-6476458385ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be74438a-21fd-407c-9375-6476458385ce-btn-wrapper {
    text-align: center;
  }


#s-be74438a-21fd-407c-9375-6476458385ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-be74438a-21fd-407c-9375-6476458385ce-btn-wrapper {
    text-align: center;
  }


#s-be74438a-21fd-407c-9375-6476458385ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-6e372c48-1de7-4736-b4ff-159e4206d6ff {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1388px;
aspect-ratio: 1388/1080;
text-align: center;
}





  #s-6e372c48-1de7-4736-b4ff-159e4206d6ff img.shogun-image,
  #s-6e372c48-1de7-4736-b4ff-159e4206d6ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6e372c48-1de7-4736-b4ff-159e4206d6ff {
    width: 100%;
    height: auto;
  }



  #s-6e372c48-1de7-4736-b4ff-159e4206d6ff img.shogun-image {
    

    
    
    
  }


#s-6e372c48-1de7-4736-b4ff-159e4206d6ff .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2f6a7cc6-c708-42c0-8cca-951961290034 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-2f6a7cc6-c708-42c0-8cca-951961290034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f6a7cc6-c708-42c0-8cca-951961290034.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05587921-37dd-4c4a-941d-0fb36d53a5a7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-05587921-37dd-4c4a-941d-0fb36d53a5a7:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-05587921-37dd-4c4a-941d-0fb36d53a5a7:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-05587921-37dd-4c4a-941d-0fb36d53a5a7 {
  display: none;
}
#s-05587921-37dd-4c4a-941d-0fb36d53a5a7, #wrap-s-05587921-37dd-4c4a-941d-0fb36d53a5a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05587921-37dd-4c4a-941d-0fb36d53a5a7 {
  display: none;
}
#s-05587921-37dd-4c4a-941d-0fb36d53a5a7, #wrap-s-05587921-37dd-4c4a-941d-0fb36d53a5a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05587921-37dd-4c4a-941d-0fb36d53a5a7 {
  display: none;
}
#s-05587921-37dd-4c4a-941d-0fb36d53a5a7, #wrap-s-05587921-37dd-4c4a-941d-0fb36d53a5a7 { display:none !important; }}

  #s-05587921-37dd-4c4a-941d-0fb36d53a5a7-btn-wrapper {
    text-align: center;
  }


#s-05587921-37dd-4c4a-941d-0fb36d53a5a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-05587921-37dd-4c4a-941d-0fb36d53a5a7-btn-wrapper {
    text-align: center;
  }


#s-05587921-37dd-4c4a-941d-0fb36d53a5a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05587921-37dd-4c4a-941d-0fb36d53a5a7-btn-wrapper {
    text-align: center;
  }


#s-05587921-37dd-4c4a-941d-0fb36d53a5a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05587921-37dd-4c4a-941d-0fb36d53a5a7-btn-wrapper {
    text-align: center;
  }


#s-05587921-37dd-4c4a-941d-0fb36d53a5a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-05587921-37dd-4c4a-941d-0fb36d53a5a7-btn-wrapper {
    text-align: center;
  }


#s-05587921-37dd-4c4a-941d-0fb36d53a5a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-06a22e34-4291-411c-88eb-8adf74905eb0 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-06a22e34-4291-411c-88eb-8adf74905eb0 {
  display: none;
}
#s-06a22e34-4291-411c-88eb-8adf74905eb0, #wrap-s-06a22e34-4291-411c-88eb-8adf74905eb0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-06a22e34-4291-411c-88eb-8adf74905eb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06a22e34-4291-411c-88eb-8adf74905eb0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06a22e34-4291-411c-88eb-8adf74905eb0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06a22e34-4291-411c-88eb-8adf74905eb0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06a22e34-4291-411c-88eb-8adf74905eb0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06a22e34-4291-411c-88eb-8adf74905eb0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06a22e34-4291-411c-88eb-8adf74905eb0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-da166cac-2758-4ed7-8854-7d5b65ce6fbd {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-da166cac-2758-4ed7-8854-7d5b65ce6fbd:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-da166cac-2758-4ed7-8854-7d5b65ce6fbd:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-da166cac-2758-4ed7-8854-7d5b65ce6fbd-btn-wrapper {
    text-align: center;
  }


#s-da166cac-2758-4ed7-8854-7d5b65ce6fbd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-da166cac-2758-4ed7-8854-7d5b65ce6fbd-btn-wrapper {
    text-align: center;
  }


#s-da166cac-2758-4ed7-8854-7d5b65ce6fbd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da166cac-2758-4ed7-8854-7d5b65ce6fbd-btn-wrapper {
    text-align: center;
  }


#s-da166cac-2758-4ed7-8854-7d5b65ce6fbd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da166cac-2758-4ed7-8854-7d5b65ce6fbd-btn-wrapper {
    text-align: center;
  }


#s-da166cac-2758-4ed7-8854-7d5b65ce6fbd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-da166cac-2758-4ed7-8854-7d5b65ce6fbd-btn-wrapper {
    text-align: center;
  }


#s-da166cac-2758-4ed7-8854-7d5b65ce6fbd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-291eaa74-5e7d-4aba-b86f-e086e2f9c4fd {
  min-height: 50px;
}
@media (max-width: 767px){#s-291eaa74-5e7d-4aba-b86f-e086e2f9c4fd {
  display: none;
}
#s-291eaa74-5e7d-4aba-b86f-e086e2f9c4fd, #wrap-s-291eaa74-5e7d-4aba-b86f-e086e2f9c4fd { display:none !important; }}







#s-291eaa74-5e7d-4aba-b86f-e086e2f9c4fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-291eaa74-5e7d-4aba-b86f-e086e2f9c4fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b {
  min-height: 50px;
}
@media (max-width: 767px){#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b {
  display: none;
}
#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b, #wrap-s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b { display:none !important; }}







#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01c5407e-af4c-403d-8e65-3928d89ea237 {
  padding-top: 140px;
}

#s-de4df472-a9e5-47c4-9c70-1319c92b3edb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 160px;
}

@media (min-width: 0px) {
[id="s-de4df472-a9e5-47c4-9c70-1319c92b3edb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-de4df472-a9e5-47c4-9c70-1319c92b3edb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-de4df472-a9e5-47c4-9c70-1319c92b3edb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-de4df472-a9e5-47c4-9c70-1319c92b3edb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-26539b1b-3ec2-4196-aacb-e5b54f613886 {
  max-width: 436px;
aspect-ratio: 436/760;
text-align: center;
}





  #s-26539b1b-3ec2-4196-aacb-e5b54f613886 img.shogun-image,
  #s-26539b1b-3ec2-4196-aacb-e5b54f613886 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26539b1b-3ec2-4196-aacb-e5b54f613886 {
    width: 100%;
    height: auto;
  }



  #s-26539b1b-3ec2-4196-aacb-e5b54f613886 img.shogun-image {
    

    
    
    
  }


#s-26539b1b-3ec2-4196-aacb-e5b54f613886 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7b2dcbb0-6282-4d46-8b4c-69c5c5dfaadc {
  max-width: 436px;
aspect-ratio: 436/760;
text-align: center;
}





  #s-7b2dcbb0-6282-4d46-8b4c-69c5c5dfaadc img.shogun-image,
  #s-7b2dcbb0-6282-4d46-8b4c-69c5c5dfaadc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b2dcbb0-6282-4d46-8b4c-69c5c5dfaadc {
    width: 100%;
    height: auto;
  }



  #s-7b2dcbb0-6282-4d46-8b4c-69c5c5dfaadc img.shogun-image {
    

    
    
    
  }


#s-7b2dcbb0-6282-4d46-8b4c-69c5c5dfaadc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e6c72c3f-b0ff-4976-b93a-a7470b0111c8 {
  max-width: 436px;
aspect-ratio: 436/760;
text-align: center;
}





  #s-e6c72c3f-b0ff-4976-b93a-a7470b0111c8 img.shogun-image,
  #s-e6c72c3f-b0ff-4976-b93a-a7470b0111c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6c72c3f-b0ff-4976-b93a-a7470b0111c8 {
    width: 100%;
    height: auto;
  }



  #s-e6c72c3f-b0ff-4976-b93a-a7470b0111c8 img.shogun-image {
    

    
    
    
  }


#s-e6c72c3f-b0ff-4976-b93a-a7470b0111c8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-07b7a35e-023d-4443-899b-de81a7ef94c0 {
  max-width: 436px;
aspect-ratio: 436/760;
text-align: center;
}





  #s-07b7a35e-023d-4443-899b-de81a7ef94c0 img.shogun-image,
  #s-07b7a35e-023d-4443-899b-de81a7ef94c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07b7a35e-023d-4443-899b-de81a7ef94c0 {
    width: 100%;
    height: auto;
  }



  #s-07b7a35e-023d-4443-899b-de81a7ef94c0 img.shogun-image {
    

    
    
    
  }


#s-07b7a35e-023d-4443-899b-de81a7ef94c0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-81d59be8-056e-4919-9d10-1a7999e422db {
  min-height: 50px;
}
@media (min-width: 1200px){#s-81d59be8-056e-4919-9d10-1a7999e422db {
  display: none;
}
#s-81d59be8-056e-4919-9d10-1a7999e422db, #wrap-s-81d59be8-056e-4919-9d10-1a7999e422db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81d59be8-056e-4919-9d10-1a7999e422db {
  display: none;
}
#s-81d59be8-056e-4919-9d10-1a7999e422db, #wrap-s-81d59be8-056e-4919-9d10-1a7999e422db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81d59be8-056e-4919-9d10-1a7999e422db {
  display: none;
}
#s-81d59be8-056e-4919-9d10-1a7999e422db, #wrap-s-81d59be8-056e-4919-9d10-1a7999e422db { display:none !important; }}@media (max-width: 767px){#s-81d59be8-056e-4919-9d10-1a7999e422db {
  
}
}







#s-81d59be8-056e-4919-9d10-1a7999e422db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81d59be8-056e-4919-9d10-1a7999e422db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  display: none;
}
#s-23694aea-50cc-4810-9a6a-84bbcca72379, #wrap-s-23694aea-50cc-4810-9a6a-84bbcca72379 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  display: none;
}
#s-23694aea-50cc-4810-9a6a-84bbcca72379, #wrap-s-23694aea-50cc-4810-9a6a-84bbcca72379 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  display: none;
}
#s-23694aea-50cc-4810-9a6a-84bbcca72379, #wrap-s-23694aea-50cc-4810-9a6a-84bbcca72379 { display:none !important; }}@media (max-width: 767px){#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  
}
}







#s-23694aea-50cc-4810-9a6a-84bbcca72379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23694aea-50cc-4810-9a6a-84bbcca72379.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39c9dca4-a0b6-48ae-86a9-3d84bfcdfd33 {
  padding-top: 140px;
}

#s-7161875c-7f38-4d50-a407-46f89b429b8f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 160px;
}

@media (min-width: 0px) {
[id="s-7161875c-7f38-4d50-a407-46f89b429b8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7161875c-7f38-4d50-a407-46f89b429b8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7161875c-7f38-4d50-a407-46f89b429b8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7161875c-7f38-4d50-a407-46f89b429b8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d314de97-a3b1-48c8-a209-61d9c534925a {
  max-width: 436px;
aspect-ratio: 436/760;
text-align: center;
}





  #s-d314de97-a3b1-48c8-a209-61d9c534925a img.shogun-image,
  #s-d314de97-a3b1-48c8-a209-61d9c534925a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d314de97-a3b1-48c8-a209-61d9c534925a {
    width: 100%;
    height: auto;
  }



  #s-d314de97-a3b1-48c8-a209-61d9c534925a img.shogun-image {
    

    
    
    
  }


#s-d314de97-a3b1-48c8-a209-61d9c534925a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd {
  max-width: 436px;
aspect-ratio: 436/760;
text-align: center;
}





  #s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd img.shogun-image,
  #s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd {
    width: 100%;
    height: auto;
  }



  #s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd img.shogun-image {
    

    
    
    
  }


#s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 {
  padding-top: 20px;
padding-bottom: 0px;
max-width: 436px;
aspect-ratio: 436/760;
text-align: center;
}





  #s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 img.shogun-image,
  #s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 {
    width: 100%;
    height: auto;
  }



  #s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 img.shogun-image {
    

    
    
    
  }


#s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4d27045a-4b29-4a58-a225-c242a27c62e3 {
  padding-top: 20px;
padding-bottom: 0px;
max-width: 436px;
aspect-ratio: 436/760;
text-align: center;
}





  #s-4d27045a-4b29-4a58-a225-c242a27c62e3 img.shogun-image,
  #s-4d27045a-4b29-4a58-a225-c242a27c62e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d27045a-4b29-4a58-a225-c242a27c62e3 {
    width: 100%;
    height: auto;
  }



  #s-4d27045a-4b29-4a58-a225-c242a27c62e3 img.shogun-image {
    

    
    
    
  }


#s-4d27045a-4b29-4a58-a225-c242a27c62e3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ea937e07-c868-47e5-ba4f-e5666a828a01 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-ea937e07-c868-47e5-ba4f-e5666a828a01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea937e07-c868-47e5-ba4f-e5666a828a01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76fb04e5-1b74-4a2b-b97c-6a5bd6e7c436 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-76fb04e5-1b74-4a2b-b97c-6a5bd6e7c436"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76fb04e5-1b74-4a2b-b97c-6a5bd6e7c436"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-76fb04e5-1b74-4a2b-b97c-6a5bd6e7c436"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-76fb04e5-1b74-4a2b-b97c-6a5bd6e7c436"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8215b63e-5470-4c42-af3a-72706d7cdc88 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1388px;
aspect-ratio: 1388/1080;
text-align: center;
}





  #s-8215b63e-5470-4c42-af3a-72706d7cdc88 img.shogun-image,
  #s-8215b63e-5470-4c42-af3a-72706d7cdc88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8215b63e-5470-4c42-af3a-72706d7cdc88 {
    width: 100%;
    height: auto;
  }



  #s-8215b63e-5470-4c42-af3a-72706d7cdc88 img.shogun-image {
    

    
    
    
  }


#s-8215b63e-5470-4c42-af3a-72706d7cdc88 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3fe02c9e-3ad3-4402-a875-974d28c041a9 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-3fe02c9e-3ad3-4402-a875-974d28c041a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe02c9e-3ad3-4402-a875-974d28c041a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07837222-03f5-4484-8470-bd0ccab4155e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-07837222-03f5-4484-8470-bd0ccab4155e:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-07837222-03f5-4484-8470-bd0ccab4155e:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-07837222-03f5-4484-8470-bd0ccab4155e {
  display: none;
}
#s-07837222-03f5-4484-8470-bd0ccab4155e, #wrap-s-07837222-03f5-4484-8470-bd0ccab4155e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07837222-03f5-4484-8470-bd0ccab4155e {
  display: none;
}
#s-07837222-03f5-4484-8470-bd0ccab4155e, #wrap-s-07837222-03f5-4484-8470-bd0ccab4155e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07837222-03f5-4484-8470-bd0ccab4155e {
  display: none;
}
#s-07837222-03f5-4484-8470-bd0ccab4155e, #wrap-s-07837222-03f5-4484-8470-bd0ccab4155e { display:none !important; }}

  #s-07837222-03f5-4484-8470-bd0ccab4155e-btn-wrapper {
    text-align: center;
  }


#s-07837222-03f5-4484-8470-bd0ccab4155e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-07837222-03f5-4484-8470-bd0ccab4155e-btn-wrapper {
    text-align: center;
  }


#s-07837222-03f5-4484-8470-bd0ccab4155e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07837222-03f5-4484-8470-bd0ccab4155e-btn-wrapper {
    text-align: center;
  }


#s-07837222-03f5-4484-8470-bd0ccab4155e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07837222-03f5-4484-8470-bd0ccab4155e-btn-wrapper {
    text-align: center;
  }


#s-07837222-03f5-4484-8470-bd0ccab4155e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-07837222-03f5-4484-8470-bd0ccab4155e-btn-wrapper {
    text-align: center;
  }


#s-07837222-03f5-4484-8470-bd0ccab4155e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-1435de12-8e03-4ba2-baaf-ac8d19fc6771 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-1435de12-8e03-4ba2-baaf-ac8d19fc6771 {
  display: none;
}
#s-1435de12-8e03-4ba2-baaf-ac8d19fc6771, #wrap-s-1435de12-8e03-4ba2-baaf-ac8d19fc6771 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1435de12-8e03-4ba2-baaf-ac8d19fc6771"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1435de12-8e03-4ba2-baaf-ac8d19fc6771"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1435de12-8e03-4ba2-baaf-ac8d19fc6771"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1435de12-8e03-4ba2-baaf-ac8d19fc6771"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1435de12-8e03-4ba2-baaf-ac8d19fc6771"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1435de12-8e03-4ba2-baaf-ac8d19fc6771"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1435de12-8e03-4ba2-baaf-ac8d19fc6771"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6-btn-wrapper {
    text-align: center;
  }


#s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6-btn-wrapper {
    text-align: center;
  }


#s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6-btn-wrapper {
    text-align: center;
  }


#s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6-btn-wrapper {
    text-align: center;
  }


#s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6-btn-wrapper {
    text-align: center;
  }


#s-23f4adf0-ad87-4799-9ca0-f3fd6a2c65e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-329e3d0a-d9fc-4a01-8400-34458c5b7ddd {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1388px;
aspect-ratio: 1388/1080;
text-align: center;
}





  #s-329e3d0a-d9fc-4a01-8400-34458c5b7ddd img.shogun-image,
  #s-329e3d0a-d9fc-4a01-8400-34458c5b7ddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-329e3d0a-d9fc-4a01-8400-34458c5b7ddd {
    width: 100%;
    height: auto;
  }



  #s-329e3d0a-d9fc-4a01-8400-34458c5b7ddd img.shogun-image {
    

    
    
    
  }


#s-329e3d0a-d9fc-4a01-8400-34458c5b7ddd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7706c67f-216b-40be-8078-0b84d5494bee {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-7706c67f-216b-40be-8078-0b84d5494bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7706c67f-216b-40be-8078-0b84d5494bee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d {
  display: none;
}
#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d, #wrap-s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d {
  display: none;
}
#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d, #wrap-s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d {
  display: none;
}
#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d, #wrap-s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d { display:none !important; }}

  #s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d-btn-wrapper {
    text-align: center;
  }


#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d-btn-wrapper {
    text-align: center;
  }


#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d-btn-wrapper {
    text-align: center;
  }


#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d-btn-wrapper {
    text-align: center;
  }


#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d-btn-wrapper {
    text-align: center;
  }


#s-5ead146b-8ab1-4734-8bc5-3d12b1c8e39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-d1241683-2db8-4e55-8203-1d788ba9aab3 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-d1241683-2db8-4e55-8203-1d788ba9aab3 {
  display: none;
}
#s-d1241683-2db8-4e55-8203-1d788ba9aab3, #wrap-s-d1241683-2db8-4e55-8203-1d788ba9aab3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d1241683-2db8-4e55-8203-1d788ba9aab3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1241683-2db8-4e55-8203-1d788ba9aab3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1241683-2db8-4e55-8203-1d788ba9aab3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1241683-2db8-4e55-8203-1d788ba9aab3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1241683-2db8-4e55-8203-1d788ba9aab3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1241683-2db8-4e55-8203-1d788ba9aab3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1241683-2db8-4e55-8203-1d788ba9aab3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f739933e-50a4-47b6-9f86-3df5ea2cf877 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-f739933e-50a4-47b6-9f86-3df5ea2cf877:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f739933e-50a4-47b6-9f86-3df5ea2cf877:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f739933e-50a4-47b6-9f86-3df5ea2cf877-btn-wrapper {
    text-align: center;
  }


#s-f739933e-50a4-47b6-9f86-3df5ea2cf877.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f739933e-50a4-47b6-9f86-3df5ea2cf877-btn-wrapper {
    text-align: center;
  }


#s-f739933e-50a4-47b6-9f86-3df5ea2cf877.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f739933e-50a4-47b6-9f86-3df5ea2cf877-btn-wrapper {
    text-align: center;
  }


#s-f739933e-50a4-47b6-9f86-3df5ea2cf877.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f739933e-50a4-47b6-9f86-3df5ea2cf877-btn-wrapper {
    text-align: center;
  }


#s-f739933e-50a4-47b6-9f86-3df5ea2cf877.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f739933e-50a4-47b6-9f86-3df5ea2cf877-btn-wrapper {
    text-align: center;
  }


#s-f739933e-50a4-47b6-9f86-3df5ea2cf877.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-af993045-0029-4fc3-813e-5d75140d2681 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 2816px;
aspect-ratio: 2816/1080;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-af993045-0029-4fc3-813e-5d75140d2681 {
  display: none;
}
#s-af993045-0029-4fc3-813e-5d75140d2681, #wrap-s-af993045-0029-4fc3-813e-5d75140d2681 { display:none !important; }}@media (max-width: 767px){#s-af993045-0029-4fc3-813e-5d75140d2681 {
  display: none;
}
#s-af993045-0029-4fc3-813e-5d75140d2681, #wrap-s-af993045-0029-4fc3-813e-5d75140d2681 { display:none !important; }}




  #s-af993045-0029-4fc3-813e-5d75140d2681 img.shogun-image,
  #s-af993045-0029-4fc3-813e-5d75140d2681 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af993045-0029-4fc3-813e-5d75140d2681 {
    width: 100%;
    height: auto;
  }



  #s-af993045-0029-4fc3-813e-5d75140d2681 img.shogun-image {
    

    
    
    
  }


#s-af993045-0029-4fc3-813e-5d75140d2681 .shogun-image-content {
  
    align-items: center;
  
}

#s-356378b4-56a0-4a87-a20b-e6953289c5f7 {
  padding-top: 0px;
}

#s-02393763-6923-49cd-aa51-318a417a1752 {
  padding-top: 0px;
}

#s-3bd84bfb-19c5-4048-95e1-b3b66e7770cc {
  padding-top: 0px;
}

#s-e863ba5a-88ce-40ec-b915-cadb70769aad {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e863ba5a-88ce-40ec-b915-cadb70769aad {
  display: none;
}
#s-e863ba5a-88ce-40ec-b915-cadb70769aad, #wrap-s-e863ba5a-88ce-40ec-b915-cadb70769aad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e863ba5a-88ce-40ec-b915-cadb70769aad {
  display: none;
}
#s-e863ba5a-88ce-40ec-b915-cadb70769aad, #wrap-s-e863ba5a-88ce-40ec-b915-cadb70769aad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e863ba5a-88ce-40ec-b915-cadb70769aad {
  padding-top: 10px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-e863ba5a-88ce-40ec-b915-cadb70769aad {
  padding-top: 0px;
display: none;
}
#s-e863ba5a-88ce-40ec-b915-cadb70769aad, #wrap-s-e863ba5a-88ce-40ec-b915-cadb70769aad { display:none !important; }}






  #s-e863ba5a-88ce-40ec-b915-cadb70769aad img.shogun-image {
    

    
    
    
  }


#s-e863ba5a-88ce-40ec-b915-cadb70769aad .shogun-image-content {
  
    align-items: center;
  
}

#s-3dff9dfd-5b56-4cdc-8633-d2cd6a72932f {
  padding-top: 0px;
}

#s-6e260612-8f4e-42ec-9b58-9f52e69c4cb3 {
  padding-top: 0px;
}

#s-603f2c75-8b4e-45aa-acbb-56a9a4b3f610 {
  padding-top: 0px;
}

#s-28f56a97-6196-4975-a191-a05b647acfaa {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-28f56a97-6196-4975-a191-a05b647acfaa {
  display: none;
}
#s-28f56a97-6196-4975-a191-a05b647acfaa, #wrap-s-28f56a97-6196-4975-a191-a05b647acfaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28f56a97-6196-4975-a191-a05b647acfaa {
  display: none;
}
#s-28f56a97-6196-4975-a191-a05b647acfaa, #wrap-s-28f56a97-6196-4975-a191-a05b647acfaa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28f56a97-6196-4975-a191-a05b647acfaa {
  margin-top: 10px;
display: none;
}
#s-28f56a97-6196-4975-a191-a05b647acfaa, #wrap-s-28f56a97-6196-4975-a191-a05b647acfaa { display:none !important; }}@media (max-width: 767px){#s-28f56a97-6196-4975-a191-a05b647acfaa {
  margin-top: 10px;
}
}






  #s-28f56a97-6196-4975-a191-a05b647acfaa img.shogun-image {
    

    
    
    
  }


#s-28f56a97-6196-4975-a191-a05b647acfaa .shogun-image-content {
  
    align-items: center;
  
}

#s-6fd64f6d-8c7f-4263-9aec-57ae6e51224b {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
}








#s-6fd64f6d-8c7f-4263-9aec-57ae6e51224b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fd64f6d-8c7f-4263-9aec-57ae6e51224b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db9bc907-3863-414c-a035-ebf9d757e070 {
  padding-top: 0px;
}

#s-b15888ef-89b1-4872-afcb-c99edb2ae705 {
  padding-top: 0px;
}

#s-778d51ac-5bca-4aae-aadb-5ae942ff3ef9 {
  padding-top: 0px;
}

#s-0b1d361b-257a-42c9-984e-9b001effb8f0 {
  padding-top: 160px;
padding-bottom: 60px;
min-height: 50px;
}








#s-0b1d361b-257a-42c9-984e-9b001effb8f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b1d361b-257a-42c9-984e-9b001effb8f0.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-4d61ef36-1921-4b17-92de-f52ce5d4b441"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d61ef36-1921-4b17-92de-f52ce5d4b441"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-4d61ef36-1921-4b17-92de-f52ce5d4b441"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-4d61ef36-1921-4b17-92de-f52ce5d4b441"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-4d61ef36-1921-4b17-92de-f52ce5d4b441"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-4d61ef36-1921-4b17-92de-f52ce5d4b441"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-4d61ef36-1921-4b17-92de-f52ce5d4b441"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-407d68fd-0f31-4f0f-b849-5874a24a0dfc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 933px;
}
@media (min-width: 1200px){#s-407d68fd-0f31-4f0f-b849-5874a24a0dfc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-407d68fd-0f31-4f0f-b849-5874a24a0dfc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-407d68fd-0f31-4f0f-b849-5874a24a0dfc {
  
}
}







#s-407d68fd-0f31-4f0f-b849-5874a24a0dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-407d68fd-0f31-4f0f-b849-5874a24a0dfc.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;
}

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;
}

#s-95a05d33-fe51-40d7-8438-10b5de6bf4da {
  text-align: center;
}







  img.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
    
    
  }


.s-95a05d33-fe51-40d7-8438-10b5de6bf4da .shogun-image-content {
  
    align-items: center;
  
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shg-align-container {
  text-align: center
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
    
    
  }


.s-95a05d33-fe51-40d7-8438-10b5de6bf4da .shogun-image-content {
  
    align-items: center;
  
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shg-align-container {
  text-align: center
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
    
    
  }


.s-95a05d33-fe51-40d7-8438-10b5de6bf4da .shogun-image-content {
  
    align-items: center;
  
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shg-align-container {
  text-align: center
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
    
    
  }


.s-95a05d33-fe51-40d7-8438-10b5de6bf4da .shogun-image-content {
  
    align-items: center;
  
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shg-align-container {
  text-align: center
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
    
    
  }


.s-95a05d33-fe51-40d7-8438-10b5de6bf4da .shogun-image-content {
  
    align-items: center;
  
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shg-align-container {
  text-align: center
}

.s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a05d33-fe51-40d7-8438-10b5de6bf4da.shogun-image {
  box-sizing: border-box;
}


}
#s-f3aa648f-d6f9-4777-a462-40e727cf4f2b {
  min-height: 50px;
}








#s-f3aa648f-d6f9-4777-a462-40e727cf4f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3aa648f-d6f9-4777-a462-40e727cf4f2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcea9b1b-7eda-445f-9dcd-5671c0d8d063 {
  padding-top: 40px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
}

#s-807e101e-b34b-4527-8ae5-8ec8cfe035a9 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-807e101e-b34b-4527-8ae5-8ec8cfe035a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-807e101e-b34b-4527-8ae5-8ec8cfe035a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bed1655-5900-43a7-b8c0-f974509e0b7c {
  padding-left: 0%;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2bed1655-5900-43a7-b8c0-f974509e0b7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bed1655-5900-43a7-b8c0-f974509e0b7c {
  
}
}
@media (min-width: 0px) {
[id="s-2bed1655-5900-43a7-b8c0-f974509e0b7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2bed1655-5900-43a7-b8c0-f974509e0b7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2bed1655-5900-43a7-b8c0-f974509e0b7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bed1655-5900-43a7-b8c0-f974509e0b7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-487a33ce-0484-4c6d-8a5d-1ad00acbdcfc {
  max-width: 1408px;
aspect-ratio: 1408/1110;
text-align: center;
}





  #s-487a33ce-0484-4c6d-8a5d-1ad00acbdcfc img.shogun-image,
  #s-487a33ce-0484-4c6d-8a5d-1ad00acbdcfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487a33ce-0484-4c6d-8a5d-1ad00acbdcfc {
    width: 100%;
    height: auto;
  }



  #s-487a33ce-0484-4c6d-8a5d-1ad00acbdcfc img.shogun-image {
    

    
    
    
  }


#s-487a33ce-0484-4c6d-8a5d-1ad00acbdcfc .shogun-image-content {
  
    align-items: center;
  
}

#s-b57817a7-a2d9-4f23-9052-8d4df7ccef67 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

#s-83634380-85b2-427e-af82-8409152c5922 {
  max-width: 1408px;
aspect-ratio: 1408/1110;
text-align: center;
}





  #s-83634380-85b2-427e-af82-8409152c5922 img.shogun-image,
  #s-83634380-85b2-427e-af82-8409152c5922 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83634380-85b2-427e-af82-8409152c5922 {
    width: 100%;
    height: auto;
  }



  #s-83634380-85b2-427e-af82-8409152c5922 img.shogun-image {
    

    
    
    
  }


#s-83634380-85b2-427e-af82-8409152c5922 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d7f6f19-4842-4b0f-bdb8-98d7c3a153c4 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

/*
  $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}
