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

.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-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
min-height: 300px;
background-position: center center;
}

#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/cd3cc1d3-37ab-41c1-9167-6b519f4a2cfc/);
}








#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 > .shg-box-overlay {
  background-color: rgba(19, 17, 12, 1);
  opacity: 0.5;
  display: block;
}#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.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: #000000;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  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-742bbfa3-5096-4017-91d8-4b257ec37149 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b {
  padding-top: 0%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b.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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e66da34e-e32c-4e62-aa3b-44c1d3d8a483 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-e66da34e-e32c-4e62-aa3b-44c1d3d8a483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e66da34e-e32c-4e62-aa3b-44c1d3d8a483.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e1c5918-dd7b-4d41-bfd2-4e453136ddb7 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-4e1c5918-dd7b-4d41-bfd2-4e453136ddb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e1c5918-dd7b-4d41-bfd2-4e453136ddb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4938121-69e9-412a-bd0d-2e3928fae1bc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e4938121-69e9-412a-bd0d-2e3928fae1bc {
  margin-bottom: 0px;
}
}
#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


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

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

#s-00d01b6e-2458-4f1d-a075-cd60059baa61 {
  margin-left: auto;
margin-right: auto;
}

#s-00d01b6e-2458-4f1d-a075-cd60059baa61 hr {
  border-top: 2px solid rgba(227, 227, 227, 1);
}

.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-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e {
  margin-top: -16px;
}
}
#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e .shg-proportional-font-size,
#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-176120a5-9201-4544-a2fc-85e94665f25e {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-176120a5-9201-4544-a2fc-85e94665f25e {
  margin-top: 10px;
padding-top: 6%;
}
}







#s-176120a5-9201-4544-a2fc-85e94665f25e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-176120a5-9201-4544-a2fc-85e94665f25e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-124aa648-9cca-4dfc-bc2c-d30ed45cc072 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-124aa648-9cca-4dfc-bc2c-d30ed45cc072"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-124aa648-9cca-4dfc-bc2c-d30ed45cc072"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-124aa648-9cca-4dfc-bc2c-d30ed45cc072"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-124aa648-9cca-4dfc-bc2c-d30ed45cc072"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 {
  margin-left: auto;
margin-right: auto;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column, #s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-ebbdb480-1389-40d5-95ce-c94b442dae20 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column, #s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebbdb480-1389-40d5-95ce-c94b442dae20 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column, #s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-ebbdb480-1389-40d5-95ce-c94b442dae20 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column, #s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-006f627d-ff42-408f-a83e-b2f20e665e42 {
  margin-left: auto;
margin-right: auto;
}

#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size,
#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size,
#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size,
#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size,
#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 {
  margin-left: auto;
margin-right: auto;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column, #s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column, #s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column, #s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column, #s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 {
  margin-left: auto;
margin-right: auto;
}

#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size,
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size,
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size,
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size,
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f {
  margin-left: auto;
margin-right: auto;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column, #s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column, #s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column, #s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column, #s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 {
  margin-left: auto;
margin-right: auto;
}

#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size,
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size,
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size,
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size,
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 {
  margin-left: auto;
margin-right: auto;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column, #s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column, #s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column, #s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column, #s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 {
  margin-left: auto;
margin-right: auto;
}

#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size,
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size,
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size,
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size,
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-d5a7250b-0b7b-4c76-aa18-41c109707621 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d5a7250b-0b7b-4c76-aa18-41c109707621 {
  padding-top: 10%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-d5a7250b-0b7b-4c76-aa18-41c109707621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5a7250b-0b7b-4c76-aa18-41c109707621.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-059e26fe-b9a6-49aa-ac53-c35f1df645d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}








#s-059e26fe-b9a6-49aa-ac53-c35f1df645d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-059e26fe-b9a6-49aa-ac53-c35f1df645d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin-left: auto;
margin-right: auto;
max-width: 1254px;
text-align: center;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  max-width: 1254px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f58211fe-9831-4d39-80f4-81cccbb29c31 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-f58211fe-9831-4d39-80f4-81cccbb29c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f58211fe-9831-4d39-80f4-81cccbb29c31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-828c3c43-9e1e-4779-8b35-f9f5e5d0d634 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-828c3c43-9e1e-4779-8b35-f9f5e5d0d634 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-828c3c43-9e1e-4779-8b35-f9f5e5d0d634 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-828c3c43-9e1e-4779-8b35-f9f5e5d0d634 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-0a9de8e0-cfd2-4db1-b21f-f01364ca9802 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0a9de8e0-cfd2-4db1-b21f-f01364ca9802 {
  margin-top: -12px;
}
}
#s-0a9de8e0-cfd2-4db1-b21f-f01364ca9802 .shg-proportional-font-size,
#s-0a9de8e0-cfd2-4db1-b21f-f01364ca9802 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-21b691b4-342c-46a4-8a3c-cf285ae9bc18 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}








#s-21b691b4-342c-46a4-8a3c-cf285ae9bc18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21b691b4-342c-46a4-8a3c-cf285ae9bc18.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin-left: auto;
margin-right: auto;
max-width: 1254px;
text-align: center;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  max-width: 1254px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b4fd1b75-9c9a-49aa-8e12-437cbef24d59 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-b4fd1b75-9c9a-49aa-8e12-437cbef24d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4fd1b75-9c9a-49aa-8e12-437cbef24d59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b61cb6f-5fa5-4564-ba4f-e158b8d646f4 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7b61cb6f-5fa5-4564-ba4f-e158b8d646f4 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7b61cb6f-5fa5-4564-ba4f-e158b8d646f4 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-7b61cb6f-5fa5-4564-ba4f-e158b8d646f4 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-e145620c-d679-4eb5-96d4-61ed5887a80e {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e145620c-d679-4eb5-96d4-61ed5887a80e {
  margin-top: -12px;
}
}
#s-e145620c-d679-4eb5-96d4-61ed5887a80e .shg-proportional-font-size,
#s-e145620c-d679-4eb5-96d4-61ed5887a80e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-302fdf85-ce03-4b37-ac23-783ba89fcd91 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (max-width: 767px){#s-302fdf85-ce03-4b37-ac23-783ba89fcd91 {
  margin-top: 10px;
}
}







#s-302fdf85-ce03-4b37-ac23-783ba89fcd91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-302fdf85-ce03-4b37-ac23-783ba89fcd91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fedc9fe2-bb23-4354-9d38-649027f895b3 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-fedc9fe2-bb23-4354-9d38-649027f895b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fedc9fe2-bb23-4354-9d38-649027f895b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd3d8945-adc8-48cc-9eb5-c6349817950b {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cd3d8945-adc8-48cc-9eb5-c6349817950b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cd3d8945-adc8-48cc-9eb5-c6349817950b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-cd3d8945-adc8-48cc-9eb5-c6349817950b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-7ca48d6d-6d22-4866-9115-f9c07448f7f7 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7ca48d6d-6d22-4866-9115-f9c07448f7f7 {
  margin-top: -12px;
}
}
#s-7ca48d6d-6d22-4866-9115-f9c07448f7f7 .shg-proportional-font-size,
#s-7ca48d6d-6d22-4866-9115-f9c07448f7f7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d7f5edbb-8bd5-42b4-bf28-98a8d90c1814 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (max-width: 767px){#s-d7f5edbb-8bd5-42b4-bf28-98a8d90c1814 {
  margin-top: 10px;
}
}







#s-d7f5edbb-8bd5-42b4-bf28-98a8d90c1814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7f5edbb-8bd5-42b4-bf28-98a8d90c1814.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  max-width: 720px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4e893c03-1c63-4e33-a53a-07e5f40aba47 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-4e893c03-1c63-4e33-a53a-07e5f40aba47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e893c03-1c63-4e33-a53a-07e5f40aba47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b4d0242-dd98-418e-80b7-77be5fb8494e {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4b4d0242-dd98-418e-80b7-77be5fb8494e .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b4d0242-dd98-418e-80b7-77be5fb8494e .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-4b4d0242-dd98-418e-80b7-77be5fb8494e .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-120e2016-1474-4cb7-be9d-7e7cfac7bd8b {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-120e2016-1474-4cb7-be9d-7e7cfac7bd8b {
  margin-top: -12px;
}
}
#s-120e2016-1474-4cb7-be9d-7e7cfac7bd8b .shg-proportional-font-size,
#s-120e2016-1474-4cb7-be9d-7e7cfac7bd8b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-16a22cd5-5fb0-423f-9ca5-2dd3642e1c9a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-16a22cd5-5fb0-423f-9ca5-2dd3642e1c9a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-16a22cd5-5fb0-423f-9ca5-2dd3642e1c9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-16a22cd5-5fb0-423f-9ca5-2dd3642e1c9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-16a22cd5-5fb0-423f-9ca5-2dd3642e1c9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-3951d4b2-70c5-425c-91a4-a525a8692b4c {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}








#s-3951d4b2-70c5-425c-91a4-a525a8692b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3951d4b2-70c5-425c-91a4-a525a8692b4c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b img.shogun-image {
  width: 100%;
  
  
  max-width: 720px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cca8aac6-b190-4c95-9314-50ce337e407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cca8aac6-b190-4c95-9314-50ce337e407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cca8aac6-b190-4c95-9314-50ce337e407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cca8aac6-b190-4c95-9314-50ce337e407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cca8aac6-b190-4c95-9314-50ce337e407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cca8aac6-b190-4c95-9314-50ce337e407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cca8aac6-b190-4c95-9314-50ce337e407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cca8aac6-b190-4c95-9314-50ce337e407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cca8aac6-b190-4c95-9314-50ce337e407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cca8aac6-b190-4c95-9314-50ce337e407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca8aac6-b190-4c95-9314-50ce337e407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-45a5edbb-8dec-4115-b6e8-b0ad87c20cf0 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-45a5edbb-8dec-4115-b6e8-b0ad87c20cf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45a5edbb-8dec-4115-b6e8-b0ad87c20cf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bd1cf4a-4f4e-4021-977d-cb1853fde219 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0bd1cf4a-4f4e-4021-977d-cb1853fde219 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0bd1cf4a-4f4e-4021-977d-cb1853fde219 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-0bd1cf4a-4f4e-4021-977d-cb1853fde219 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-0ed70bfc-08ac-42f0-815c-990f2a1b9f44 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0ed70bfc-08ac-42f0-815c-990f2a1b9f44 {
  margin-top: -12px;
}
}
#s-0ed70bfc-08ac-42f0-815c-990f2a1b9f44 .shg-proportional-font-size,
#s-0ed70bfc-08ac-42f0-815c-990f2a1b9f44 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-332b5c5c-076a-4e0c-8300-92f14f35a88b {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}








#s-332b5c5c-076a-4e0c-8300-92f14f35a88b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-332b5c5c-076a-4e0c-8300-92f14f35a88b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 img.shogun-image {
  width: 100%;
  
  
  max-width: 720px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d8f264-c025-41dc-9f69-fc9b44be9fb7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f7ef87f3-df28-47c0-9892-ccd767d03720 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-f7ef87f3-df28-47c0-9892-ccd767d03720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7ef87f3-df28-47c0-9892-ccd767d03720.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6579eefa-8fde-4e59-8901-803bbbf352fb {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6579eefa-8fde-4e59-8901-803bbbf352fb .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6579eefa-8fde-4e59-8901-803bbbf352fb .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-6579eefa-8fde-4e59-8901-803bbbf352fb .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-85527ae4-3372-4747-9e53-9021934393cf {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-85527ae4-3372-4747-9e53-9021934393cf {
  margin-top: -12px;
}
}
#s-85527ae4-3372-4747-9e53-9021934393cf .shg-proportional-font-size,
#s-85527ae4-3372-4747-9e53-9021934393cf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1e5467a0-7fff-418b-bbcb-b7161bd50c31 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (max-width: 767px){#s-1e5467a0-7fff-418b-bbcb-b7161bd50c31 {
  margin-top: 10px;
}
}







#s-1e5467a0-7fff-418b-bbcb-b7161bd50c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e5467a0-7fff-418b-bbcb-b7161bd50c31.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac img.shogun-image {
  width: 100%;
  
  
  max-width: 720px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d004da4b-9685-42f0-bd57-8da859a3b5ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d004da4b-9685-42f0-bd57-8da859a3b5ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d004da4b-9685-42f0-bd57-8da859a3b5ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f1ec530f-3227-4a8e-ae34-cfdf7e4f8d89 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-f1ec530f-3227-4a8e-ae34-cfdf7e4f8d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1ec530f-3227-4a8e-ae34-cfdf7e4f8d89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9de50db6-3fbc-44f6-84a3-2fa74b1c501b {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9de50db6-3fbc-44f6-84a3-2fa74b1c501b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9de50db6-3fbc-44f6-84a3-2fa74b1c501b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-9de50db6-3fbc-44f6-84a3-2fa74b1c501b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-efc4981c-5fe5-4b57-9e27-5f409006f7ed {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-efc4981c-5fe5-4b57-9e27-5f409006f7ed {
  margin-top: -12px;
}
}
#s-efc4981c-5fe5-4b57-9e27-5f409006f7ed .shg-proportional-font-size,
#s-efc4981c-5fe5-4b57-9e27-5f409006f7ed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4fc487b2-8720-428f-97aa-d95fedf37723 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (max-width: 767px){#s-4fc487b2-8720-428f-97aa-d95fedf37723 {
  margin-top: 10px;
}
}







#s-4fc487b2-8720-428f-97aa-d95fedf37723 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fc487b2-8720-428f-97aa-d95fedf37723.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffe595b5-d623-437d-993f-27301a1d958d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d img.shogun-image {
  width: 100%;
  
  
  max-width: 1440px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ffe595b5-d623-437d-993f-27301a1d958d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ffe595b5-d623-437d-993f-27301a1d958d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffe595b5-d623-437d-993f-27301a1d958d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ffe595b5-d623-437d-993f-27301a1d958d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ffe595b5-d623-437d-993f-27301a1d958d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffe595b5-d623-437d-993f-27301a1d958d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ffe595b5-d623-437d-993f-27301a1d958d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ffe595b5-d623-437d-993f-27301a1d958d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffe595b5-d623-437d-993f-27301a1d958d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ffe595b5-d623-437d-993f-27301a1d958d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ffe595b5-d623-437d-993f-27301a1d958d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ffe595b5-d623-437d-993f-27301a1d958d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ffe595b5-d623-437d-993f-27301a1d958d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ffe595b5-d623-437d-993f-27301a1d958d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffe595b5-d623-437d-993f-27301a1d958d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-42f9eee4-6d66-4582-ba69-229dc99e1e9b {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-42f9eee4-6d66-4582-ba69-229dc99e1e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42f9eee4-6d66-4582-ba69-229dc99e1e9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c49edd68-e6b1-408e-87f8-a589a752ad66 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c49edd68-e6b1-408e-87f8-a589a752ad66 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c49edd68-e6b1-408e-87f8-a589a752ad66 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-c49edd68-e6b1-408e-87f8-a589a752ad66 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-3e5c3d14-a407-43b3-a5b4-7cb3ed0ca015 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3e5c3d14-a407-43b3-a5b4-7cb3ed0ca015 {
  margin-top: -12px;
}
}
#s-3e5c3d14-a407-43b3-a5b4-7cb3ed0ca015 .shg-proportional-font-size,
#s-3e5c3d14-a407-43b3-a5b4-7cb3ed0ca015 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e8772331-9601-4e98-959d-0c6909f7406a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 100px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e8772331-9601-4e98-959d-0c6909f7406a {
  padding-top: 10%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-e8772331-9601-4e98-959d-0c6909f7406a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8772331-9601-4e98-959d-0c6909f7406a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326692cf-b071-48bd-9bf3-b985b5247c23 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-326692cf-b071-48bd-9bf3-b985b5247c23 {
  padding-top: 8%;
}
}







#s-326692cf-b071-48bd-9bf3-b985b5247c23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-326692cf-b071-48bd-9bf3-b985b5247c23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dc77f1a-7972-452a-b536-1f719ae74169 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8dc77f1a-7972-452a-b536-1f719ae74169 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8dc77f1a-7972-452a-b536-1f719ae74169 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-8dc77f1a-7972-452a-b536-1f719ae74169 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-52fc3810-fb70-4f40-bdb2-1807d0250f99 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-52fc3810-fb70-4f40-bdb2-1807d0250f99 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
}
}







#s-52fc3810-fb70-4f40-bdb2-1807d0250f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52fc3810-fb70-4f40-bdb2-1807d0250f99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41296c89-cdf9-40b7-9120-31d24836f8d3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-41296c89-cdf9-40b7-9120-31d24836f8d3 {
  margin-top: -12px;
}
}
#s-41296c89-cdf9-40b7-9120-31d24836f8d3 .shg-proportional-font-size,
#s-41296c89-cdf9-40b7-9120-31d24836f8d3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}@media (max-width: 767px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}







#s-b9df29a8-afc2-4728-ab69-25c10483e53a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9df29a8-afc2-4728-ab69-25c10483e53a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
