.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/082a4291-4163-44f5-99f0-bb7188300cba/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/082a4291-4163-44f5-99f0-bb7188300cba/-/resize/480x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/082a4291-4163-44f5-99f0-bb7188300cba/-/resize/960x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/082a4291-4163-44f5-99f0-bb7188300cba/-/resize/768x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/082a4291-4163-44f5-99f0-bb7188300cba/-/resize/1536x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/082a4291-4163-44f5-99f0-bb7188300cba/-/resize/1024x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/082a4291-4163-44f5-99f0-bb7188300cba/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/082a4291-4163-44f5-99f0-bb7188300cba/-/resize/1200x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/082a4291-4163-44f5-99f0-bb7188300cba/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#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: 36px;
  
  
  
}


}
#s-e8772331-9601-4e98-959d-0c6909f7406a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 0px;
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: 5%;
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-f39b2f45-df74-4f5f-b4b6-810e42a5391e {
  margin-top: 24px;
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: 6px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-f39b2f45-df74-4f5f-b4b6-810e42a5391e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f39b2f45-df74-4f5f-b4b6-810e42a5391e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-79d41da4-1436-4cd2-bf8c-b880f30cb30d {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-79d41da4-1436-4cd2-bf8c-b880f30cb30d {
  margin-top: -12px;
}
}
#s-79d41da4-1436-4cd2-bf8c-b880f30cb30d .shg-proportional-font-size,
#s-79d41da4-1436-4cd2-bf8c-b880f30cb30d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b7090fbb-5287-40b0-8c1a-22d261be4595 {
  margin-top: 8px;
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: rgb(174, 0, 0);
border-style: dashed;
border-radius: 4px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b7090fbb-5287-40b0-8c1a-22d261be4595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7090fbb-5287-40b0-8c1a-22d261be4595.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ce2a7de-0640-4f7e-b223-27f827202f50 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-0ce2a7de-0640-4f7e-b223-27f827202f50 {
  margin-top: -12px;
}
}
#s-0ce2a7de-0640-4f7e-b223-27f827202f50 .shg-proportional-font-size,
#s-0ce2a7de-0640-4f7e-b223-27f827202f50 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#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: 5%;
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: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

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

}

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

}

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

}

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

}

#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(19, 17, 12, 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;
}

.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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#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: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .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-e4938121-69e9-412a-bd0d-2e3928fae1bc .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-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e {
  margin-top: -12px;
}
}
#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: 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-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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0365bdb-9695-4f60-b50b-359a9b542360 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-946da930-77d8-4a1c-a1aa-af6f1a18c48b {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-946da930-77d8-4a1c-a1aa-af6f1a18c48b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-946da930-77d8-4a1c-a1aa-af6f1a18c48b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b .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-bcddf727-14b5-4c44-b984-9dc1d2ec470b .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-bcddf727-14b5-4c44-b984-9dc1d2ec470b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c {
  margin-top: -12px;
}
}
#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c .shg-proportional-font-size,
#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e431e133-2a15-4f5b-afb2-0b5880c0e421 {
  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-e431e133-2a15-4f5b-afb2-0b5880c0e421 {
  margin-top: 10px;
}
}







#s-e431e133-2a15-4f5b-afb2-0b5880c0e421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e431e133-2a15-4f5b-afb2-0b5880c0e421.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f475c22a-9947-48fc-906e-3f45589db902 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-f475c22a-9947-48fc-906e-3f45589db902 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f475c22a-9947-48fc-906e-3f45589db902-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-f475c22a-9947-48fc-906e-3f45589db902 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f475c22a-9947-48fc-906e-3f45589db902 .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-f475c22a-9947-48fc-906e-3f45589db902 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f475c22a-9947-48fc-906e-3f45589db902 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-f475c22a-9947-48fc-906e-3f45589db902 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f475c22a-9947-48fc-906e-3f45589db902 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f475c22a-9947-48fc-906e-3f45589db902-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-f475c22a-9947-48fc-906e-3f45589db902 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f475c22a-9947-48fc-906e-3f45589db902 .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-f475c22a-9947-48fc-906e-3f45589db902 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f475c22a-9947-48fc-906e-3f45589db902 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-f475c22a-9947-48fc-906e-3f45589db902 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f475c22a-9947-48fc-906e-3f45589db902 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f475c22a-9947-48fc-906e-3f45589db902-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-f475c22a-9947-48fc-906e-3f45589db902 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f475c22a-9947-48fc-906e-3f45589db902 .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-f475c22a-9947-48fc-906e-3f45589db902 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f475c22a-9947-48fc-906e-3f45589db902 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-f475c22a-9947-48fc-906e-3f45589db902 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f475c22a-9947-48fc-906e-3f45589db902 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f475c22a-9947-48fc-906e-3f45589db902-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-f475c22a-9947-48fc-906e-3f45589db902 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f475c22a-9947-48fc-906e-3f45589db902 .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-f475c22a-9947-48fc-906e-3f45589db902 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f475c22a-9947-48fc-906e-3f45589db902 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-f475c22a-9947-48fc-906e-3f45589db902 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f475c22a-9947-48fc-906e-3f45589db902 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f475c22a-9947-48fc-906e-3f45589db902-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-f475c22a-9947-48fc-906e-3f45589db902 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f475c22a-9947-48fc-906e-3f45589db902 .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-f475c22a-9947-48fc-906e-3f45589db902 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f475c22a-9947-48fc-906e-3f45589db902 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-f475c22a-9947-48fc-906e-3f45589db902 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f475c22a-9947-48fc-906e-3f45589db902.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ee2c4eda-4b72-43e9-9b64-831dd3839f5c {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-ee2c4eda-4b72-43e9-9b64-831dd3839f5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee2c4eda-4b72-43e9-9b64-831dd3839f5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13a7a220-f32f-4652-bb74-d910bab0d33f {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-13a7a220-f32f-4652-bb74-d910bab0d33f .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-13a7a220-f32f-4652-bb74-d910bab0d33f .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-13a7a220-f32f-4652-bb74-d910bab0d33f .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 {
  margin-top: -12px;
}
}
#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 .shg-proportional-font-size,
#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-00555fc3-fd0a-4161-8853-420532c509c0 {
  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-00555fc3-fd0a-4161-8853-420532c509c0 {
  margin-top: 10px;
}
}







#s-00555fc3-fd0a-4161-8853-420532c509c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00555fc3-fd0a-4161-8853-420532c509c0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
text-align: center;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fbce5da9-1450-4c75-a431-28132b661597 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-fbce5da9-1450-4c75-a431-28132b661597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbce5da9-1450-4c75-a431-28132b661597.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-883ba26b-a762-40df-bb6b-fc7907ee172c {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-883ba26b-a762-40df-bb6b-fc7907ee172c .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-883ba26b-a762-40df-bb6b-fc7907ee172c .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-883ba26b-a762-40df-bb6b-fc7907ee172c .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-cff5a172-431c-4eca-97fd-f406599ddf42 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cff5a172-431c-4eca-97fd-f406599ddf42 {
  margin-top: -12px;
}
}
#s-cff5a172-431c-4eca-97fd-f406599ddf42 .shg-proportional-font-size,
#s-cff5a172-431c-4eca-97fd-f406599ddf42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7b8d63b2-0c86-4f80-9b46-10198a57e6bb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7b8d63b2-0c86-4f80-9b46-10198a57e6bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7b8d63b2-0c86-4f80-9b46-10198a57e6bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7b8d63b2-0c86-4f80-9b46-10198a57e6bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7b8d63b2-0c86-4f80-9b46-10198a57e6bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a6ed3762-922e-4dc2-846b-81207c103f4f {
  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-a6ed3762-922e-4dc2-846b-81207c103f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6ed3762-922e-4dc2-846b-81207c103f4f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945-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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 .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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-52e9f223-0c5f-42f3-985a-b354d9dfd945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945-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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 .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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 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-52e9f223-0c5f-42f3-985a-b354d9dfd945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945-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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 .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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 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-52e9f223-0c5f-42f3-985a-b354d9dfd945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945-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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 .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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 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-52e9f223-0c5f-42f3-985a-b354d9dfd945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945-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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 .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-52e9f223-0c5f-42f3-985a-b354d9dfd945 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945 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-52e9f223-0c5f-42f3-985a-b354d9dfd945 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e9f223-0c5f-42f3-985a-b354d9dfd945.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a790ecb0-af84-45e9-be17-8f2d3c17249d {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-a790ecb0-af84-45e9-be17-8f2d3c17249d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a790ecb0-af84-45e9-be17-8f2d3c17249d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10900501-bc46-4774-82af-cb191c3cf06b {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-10900501-bc46-4774-82af-cb191c3cf06b .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-10900501-bc46-4774-82af-cb191c3cf06b .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-10900501-bc46-4774-82af-cb191c3cf06b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-bba8e4e2-8da0-41ae-a8bb-c9f3a839605f {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-bba8e4e2-8da0-41ae-a8bb-c9f3a839605f {
  margin-top: -12px;
}
}
#s-bba8e4e2-8da0-41ae-a8bb-c9f3a839605f .shg-proportional-font-size,
#s-bba8e4e2-8da0-41ae-a8bb-c9f3a839605f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-14c9cb30-3fe4-4957-a54f-95381fb139cd {
  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-14c9cb30-3fe4-4957-a54f-95381fb139cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14c9cb30-3fe4-4957-a54f-95381fb139cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-34039f5c-830c-43ae-8d78-fddef541fba5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-37ccb2a7-4285-4904-a549-2f0341a8cf7b {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-37ccb2a7-4285-4904-a549-2f0341a8cf7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37ccb2a7-4285-4904-a549-2f0341a8cf7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ea209ee-3462-4ea0-afa1-83a5500018b5 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1ea209ee-3462-4ea0-afa1-83a5500018b5 .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-1ea209ee-3462-4ea0-afa1-83a5500018b5 .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-1ea209ee-3462-4ea0-afa1-83a5500018b5 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-144f86a2-63d2-49bb-ba62-a9e222890557 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-144f86a2-63d2-49bb-ba62-a9e222890557 {
  margin-top: -12px;
}
}
#s-144f86a2-63d2-49bb-ba62-a9e222890557 .shg-proportional-font-size,
#s-144f86a2-63d2-49bb-ba62-a9e222890557 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-64432748-3f7b-4dda-b3b2-eab1e3c8a4d8 {
  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-64432748-3f7b-4dda-b3b2-eab1e3c8a4d8 {
  margin-top: 10px;
}
}







#s-64432748-3f7b-4dda-b3b2-eab1e3c8a4d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64432748-3f7b-4dda-b3b2-eab1e3c8a4d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-850479c2-877d-41bf-aae9-6e78345ed7ae {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f4fd8729-3bfa-41ca-ac26-070367de8d7c {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-f4fd8729-3bfa-41ca-ac26-070367de8d7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4fd8729-3bfa-41ca-ac26-070367de8d7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e609c41-c2fc-4d6c-873e-1a2ca10e9816 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5e609c41-c2fc-4d6c-873e-1a2ca10e9816 .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-5e609c41-c2fc-4d6c-873e-1a2ca10e9816 .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-5e609c41-c2fc-4d6c-873e-1a2ca10e9816 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-01773276-4cf3-4877-ab41-61f25a2ed0b5 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-01773276-4cf3-4877-ab41-61f25a2ed0b5 {
  margin-top: -12px;
}
}
#s-01773276-4cf3-4877-ab41-61f25a2ed0b5 .shg-proportional-font-size,
#s-01773276-4cf3-4877-ab41-61f25a2ed0b5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b573e263-a42a-4440-bd13-c4db9c3050bb {
  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-b573e263-a42a-4440-bd13-c4db9c3050bb {
  margin-top: 10px;
}
}







#s-b573e263-a42a-4440-bd13-c4db9c3050bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b573e263-a42a-4440-bd13-c4db9c3050bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508-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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508 .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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f61c841-7870-4c98-8f42-742eb0be5508 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

  /* 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-5f61c841-7870-4c98-8f42-742eb0be5508 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5f61c841-7870-4c98-8f42-742eb0be5508 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508-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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508 .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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f61c841-7870-4c98-8f42-742eb0be5508 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-5f61c841-7870-4c98-8f42-742eb0be5508 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5f61c841-7870-4c98-8f42-742eb0be5508 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508-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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508 .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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f61c841-7870-4c98-8f42-742eb0be5508 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-5f61c841-7870-4c98-8f42-742eb0be5508 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5f61c841-7870-4c98-8f42-742eb0be5508 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508-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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508 .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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f61c841-7870-4c98-8f42-742eb0be5508 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-5f61c841-7870-4c98-8f42-742eb0be5508 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5f61c841-7870-4c98-8f42-742eb0be5508 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508-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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508 .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-5f61c841-7870-4c98-8f42-742eb0be5508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f61c841-7870-4c98-8f42-742eb0be5508 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-5f61c841-7870-4c98-8f42-742eb0be5508 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f61c841-7870-4c98-8f42-742eb0be5508.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-79e62823-ad6a-4516-b494-25e6bf8bbf76 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-79e62823-ad6a-4516-b494-25e6bf8bbf76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79e62823-ad6a-4516-b494-25e6bf8bbf76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-045bbd30-824f-46d6-82e6-50f66eea6976 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-045bbd30-824f-46d6-82e6-50f66eea6976 .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-045bbd30-824f-46d6-82e6-50f66eea6976 .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-045bbd30-824f-46d6-82e6-50f66eea6976 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-79d76caf-7e92-461a-af2e-098a5dda3559 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-79d76caf-7e92-461a-af2e-098a5dda3559 {
  margin-top: -12px;
}
}
#s-79d76caf-7e92-461a-af2e-098a5dda3559 .shg-proportional-font-size,
#s-79d76caf-7e92-461a-af2e-098a5dda3559 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-caa296f1-f469-4fd8-9b26-171e1cb7ba83 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-caa296f1-f469-4fd8-9b26-171e1cb7ba83 {
  padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-caa296f1-f469-4fd8-9b26-171e1cb7ba83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caa296f1-f469-4fd8-9b26-171e1cb7ba83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4269b4f8-e067-4e87-851a-9a40b704d2c2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4269b4f8-e067-4e87-851a-9a40b704d2c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4269b4f8-e067-4e87-851a-9a40b704d2c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4269b4f8-e067-4e87-851a-9a40b704d2c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4269b4f8-e067-4e87-851a-9a40b704d2c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-20a3dfc3-3b6a-437a-87b6-fff0f50e8fe3 {
  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-20a3dfc3-3b6a-437a-87b6-fff0f50e8fe3 {
  padding-top: 8%;
}
}







#s-20a3dfc3-3b6a-437a-87b6-fff0f50e8fe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20a3dfc3-3b6a-437a-87b6-fff0f50e8fe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin-left: auto;
margin-right: auto;
max-width: 4800px;
text-align: center;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf img.shogun-image {
  width: 100%;
  
  
  max-width: 4800px;

  /* 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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf 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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf 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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf 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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf 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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bdf12070-4703-4a62-bc1e-adfefc8d76aa {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bdf12070-4703-4a62-bc1e-adfefc8d76aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bdf12070-4703-4a62-bc1e-adfefc8d76aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bdf12070-4703-4a62-bc1e-adfefc8d76aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdf12070-4703-4a62-bc1e-adfefc8d76aa"] > .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-a8ea84bc-5b27-43b6-a888-6d282a26d8ff {
  margin-left: auto;
margin-right: auto;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff 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-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-column, #s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff 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-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-column, #s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff 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-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-column, #s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff 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-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-column, #s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda {
  margin-left: auto;
margin-right: auto;
}

#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size,
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .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-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size,
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .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-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size,
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .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-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size,
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b {
  margin-left: auto;
margin-right: auto;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b 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-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-column, #s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b 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-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-column, #s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b 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-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-column, #s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b 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-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-column, #s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff {
  margin-left: auto;
margin-right: auto;
}

#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size,
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .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-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size,
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .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-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size,
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .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-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size,
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-41daa3c4-75fd-47df-a42b-77976ef708ec {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-41daa3c4-75fd-47df-a42b-77976ef708ec {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-41daa3c4-75fd-47df-a42b-77976ef708ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-41daa3c4-75fd-47df-a42b-77976ef708ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-41daa3c4-75fd-47df-a42b-77976ef708ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-41daa3c4-75fd-47df-a42b-77976ef708ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0fb8e13c-3442-430c-89fe-8b3868638c3c {
  margin-top: 0px;
}
}
#s-0fb8e13c-3442-430c-89fe-8b3868638c3c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c 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-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-column, #s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-0fb8e13c-3442-430c-89fe-8b3868638c3c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c 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-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-column, #s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fb8e13c-3442-430c-89fe-8b3868638c3c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c 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-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-column, #s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-0fb8e13c-3442-430c-89fe-8b3868638c3c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c 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-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-column, #s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 {
  margin-left: auto;
margin-right: auto;
}

#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size,
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .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-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size,
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .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-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size,
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .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-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size,
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-48968aad-ca81-41fe-812f-110911e4159e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-48968aad-ca81-41fe-812f-110911e4159e {
  margin-top: 0px;
}
}
#s-48968aad-ca81-41fe-812f-110911e4159e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-48968aad-ca81-41fe-812f-110911e4159e 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-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-column, #s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-48968aad-ca81-41fe-812f-110911e4159e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-48968aad-ca81-41fe-812f-110911e4159e 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-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-column, #s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-48968aad-ca81-41fe-812f-110911e4159e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-48968aad-ca81-41fe-812f-110911e4159e 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-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-column, #s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-48968aad-ca81-41fe-812f-110911e4159e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-48968aad-ca81-41fe-812f-110911e4159e 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-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-column, #s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 {
  margin-left: auto;
margin-right: auto;
}

#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size,
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .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-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size,
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .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-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size,
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .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-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size,
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 {
  margin-top: 0px;
}
}
#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 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-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-column, #s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 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-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-column, #s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 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-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-column, #s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 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-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-column, #s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 {
  margin-left: auto;
margin-right: auto;
}

#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size,
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .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-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size,
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .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-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size,
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .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-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size,
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 {
  margin-top: 0px;
}
}
#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 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-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-column, #s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 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-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-column, #s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 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-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-column, #s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 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-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-column, #s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce {
  margin-left: auto;
margin-right: auto;
}

#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size,
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .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-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size,
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .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-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size,
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .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-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size,
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-f8dfdcc5-bf71-4068-a98a-41d1028ff18b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f8dfdcc5-bf71-4068-a98a-41d1028ff18b {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-f8dfdcc5-bf71-4068-a98a-41d1028ff18b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f8dfdcc5-bf71-4068-a98a-41d1028ff18b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f8dfdcc5-bf71-4068-a98a-41d1028ff18b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8dfdcc5-bf71-4068-a98a-41d1028ff18b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f092b393-bda6-4168-b896-4056214c9a9a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f092b393-bda6-4168-b896-4056214c9a9a {
  margin-top: 0px;
}
}
#s-f092b393-bda6-4168-b896-4056214c9a9a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a 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-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-column, #s-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f092b393-bda6-4168-b896-4056214c9a9a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a 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-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-column, #s-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-f092b393-bda6-4168-b896-4056214c9a9a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a 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-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-column, #s-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-f092b393-bda6-4168-b896-4056214c9a9a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a 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-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-column, #s-f092b393-bda6-4168-b896-4056214c9a9a td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-3df6a249-275f-4a0b-a2d3-f8c71f8007cd {
  margin-left: auto;
margin-right: auto;
}

#s-3df6a249-275f-4a0b-a2d3-f8c71f8007cd .shg-proportional-font-size,
#s-3df6a249-275f-4a0b-a2d3-f8c71f8007cd .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-3df6a249-275f-4a0b-a2d3-f8c71f8007cd .shg-proportional-font-size,
#s-3df6a249-275f-4a0b-a2d3-f8c71f8007cd .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-3df6a249-275f-4a0b-a2d3-f8c71f8007cd .shg-proportional-font-size,
#s-3df6a249-275f-4a0b-a2d3-f8c71f8007cd .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-3df6a249-275f-4a0b-a2d3-f8c71f8007cd .shg-proportional-font-size,
#s-3df6a249-275f-4a0b-a2d3-f8c71f8007cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-6c8489e7-dc58-4382-85e0-f350b85fed4c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6c8489e7-dc58-4382-85e0-f350b85fed4c {
  margin-top: 0px;
}
}
#s-6c8489e7-dc58-4382-85e0-f350b85fed4c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c 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-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-column, #s-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-6c8489e7-dc58-4382-85e0-f350b85fed4c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c 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-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-column, #s-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c8489e7-dc58-4382-85e0-f350b85fed4c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c 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-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-column, #s-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-6c8489e7-dc58-4382-85e0-f350b85fed4c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c 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-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-column, #s-6c8489e7-dc58-4382-85e0-f350b85fed4c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-29fb0bcc-291a-42a5-b9a8-c9da08878c64 {
  margin-left: auto;
margin-right: auto;
}

#s-29fb0bcc-291a-42a5-b9a8-c9da08878c64 .shg-proportional-font-size,
#s-29fb0bcc-291a-42a5-b9a8-c9da08878c64 .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-29fb0bcc-291a-42a5-b9a8-c9da08878c64 .shg-proportional-font-size,
#s-29fb0bcc-291a-42a5-b9a8-c9da08878c64 .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-29fb0bcc-291a-42a5-b9a8-c9da08878c64 .shg-proportional-font-size,
#s-29fb0bcc-291a-42a5-b9a8-c9da08878c64 .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-29fb0bcc-291a-42a5-b9a8-c9da08878c64 .shg-proportional-font-size,
#s-29fb0bcc-291a-42a5-b9a8-c9da08878c64 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-7eb88f26-50ec-4470-9afa-2f959e83e987 {
  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-7eb88f26-50ec-4470-9afa-2f959e83e987 {
  margin-top: 10px;
padding-top: 8%;
}
}







#s-7eb88f26-50ec-4470-9afa-2f959e83e987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7eb88f26-50ec-4470-9afa-2f959e83e987.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  margin-left: auto;
margin-right: auto;
max-width: 4800px;
text-align: center;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5-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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 .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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 img.shogun-image {
  width: 100%;
  
  
  max-width: 4800px;

  /* 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-432a4773-1b7a-437c-b109-7e37d754b5b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5-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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 .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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 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-432a4773-1b7a-437c-b109-7e37d754b5b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5-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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 .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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 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-432a4773-1b7a-437c-b109-7e37d754b5b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5-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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 .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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 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-432a4773-1b7a-437c-b109-7e37d754b5b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5-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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 .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-432a4773-1b7a-437c-b109-7e37d754b5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-432a4773-1b7a-437c-b109-7e37d754b5b5 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-432a4773-1b7a-437c-b109-7e37d754b5b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432a4773-1b7a-437c-b109-7e37d754b5b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ba2b0f89-af1e-4b5c-90be-afb8c6fa6d81 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ba2b0f89-af1e-4b5c-90be-afb8c6fa6d81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ba2b0f89-af1e-4b5c-90be-afb8c6fa6d81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ba2b0f89-af1e-4b5c-90be-afb8c6fa6d81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba2b0f89-af1e-4b5c-90be-afb8c6fa6d81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb {
  margin-left: auto;
margin-right: auto;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb 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-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-column, #s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb 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-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-column, #s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb 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-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-column, #s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb 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-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-column, #s-4f1f69ae-7d04-4b0b-b96a-7a468f7a40fb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-5d5ea1cc-ad23-40bc-a376-9a3dca07217d {
  margin-left: auto;
margin-right: auto;
}

#s-5d5ea1cc-ad23-40bc-a376-9a3dca07217d .shg-proportional-font-size,
#s-5d5ea1cc-ad23-40bc-a376-9a3dca07217d .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-5d5ea1cc-ad23-40bc-a376-9a3dca07217d .shg-proportional-font-size,
#s-5d5ea1cc-ad23-40bc-a376-9a3dca07217d .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-5d5ea1cc-ad23-40bc-a376-9a3dca07217d .shg-proportional-font-size,
#s-5d5ea1cc-ad23-40bc-a376-9a3dca07217d .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-5d5ea1cc-ad23-40bc-a376-9a3dca07217d .shg-proportional-font-size,
#s-5d5ea1cc-ad23-40bc-a376-9a3dca07217d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 {
  margin-left: auto;
margin-right: auto;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 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-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-column, #s-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 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-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-column, #s-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 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-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-column, #s-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 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-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-column, #s-5d6cc8df-8d66-41a8-b565-12ebc8170324 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-309bb184-765a-4ae0-ad58-2bb57e7655de {
  margin-left: auto;
margin-right: auto;
}

#s-309bb184-765a-4ae0-ad58-2bb57e7655de .shg-proportional-font-size,
#s-309bb184-765a-4ae0-ad58-2bb57e7655de .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-309bb184-765a-4ae0-ad58-2bb57e7655de .shg-proportional-font-size,
#s-309bb184-765a-4ae0-ad58-2bb57e7655de .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-309bb184-765a-4ae0-ad58-2bb57e7655de .shg-proportional-font-size,
#s-309bb184-765a-4ae0-ad58-2bb57e7655de .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-309bb184-765a-4ae0-ad58-2bb57e7655de .shg-proportional-font-size,
#s-309bb184-765a-4ae0-ad58-2bb57e7655de .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-3cde89f6-8d87-422b-8df1-e7f1be7e32ce {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3cde89f6-8d87-422b-8df1-e7f1be7e32ce {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-3cde89f6-8d87-422b-8df1-e7f1be7e32ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3cde89f6-8d87-422b-8df1-e7f1be7e32ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3cde89f6-8d87-422b-8df1-e7f1be7e32ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cde89f6-8d87-422b-8df1-e7f1be7e32ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb {
  margin-top: 0px;
}
}
#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb 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-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-column, #s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb 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-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-column, #s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb 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-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-column, #s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb 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-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-column, #s-31a078f3-376a-4f9d-bd49-dd9f25b12cbb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-603dd241-b389-48a5-bb01-1c5adf937482 {
  margin-left: auto;
margin-right: auto;
}

#s-603dd241-b389-48a5-bb01-1c5adf937482 .shg-proportional-font-size,
#s-603dd241-b389-48a5-bb01-1c5adf937482 .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-603dd241-b389-48a5-bb01-1c5adf937482 .shg-proportional-font-size,
#s-603dd241-b389-48a5-bb01-1c5adf937482 .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-603dd241-b389-48a5-bb01-1c5adf937482 .shg-proportional-font-size,
#s-603dd241-b389-48a5-bb01-1c5adf937482 .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-603dd241-b389-48a5-bb01-1c5adf937482 .shg-proportional-font-size,
#s-603dd241-b389-48a5-bb01-1c5adf937482 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf {
  margin-top: 0px;
}
}
#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf 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-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-column, #s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf 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-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-column, #s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf 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-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-column, #s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf 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-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-column, #s-05df7d57-eda6-4530-873b-0e1b5b7e3cdf td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-3b7a60cb-ac81-4737-b950-3279f101088a {
  margin-left: auto;
margin-right: auto;
}

#s-3b7a60cb-ac81-4737-b950-3279f101088a .shg-proportional-font-size,
#s-3b7a60cb-ac81-4737-b950-3279f101088a .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-3b7a60cb-ac81-4737-b950-3279f101088a .shg-proportional-font-size,
#s-3b7a60cb-ac81-4737-b950-3279f101088a .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-3b7a60cb-ac81-4737-b950-3279f101088a .shg-proportional-font-size,
#s-3b7a60cb-ac81-4737-b950-3279f101088a .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-3b7a60cb-ac81-4737-b950-3279f101088a .shg-proportional-font-size,
#s-3b7a60cb-ac81-4737-b950-3279f101088a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-fd8c99a6-ad18-4682-b260-90b2b1c834a8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fd8c99a6-ad18-4682-b260-90b2b1c834a8 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-fd8c99a6-ad18-4682-b260-90b2b1c834a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fd8c99a6-ad18-4682-b260-90b2b1c834a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fd8c99a6-ad18-4682-b260-90b2b1c834a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd8c99a6-ad18-4682-b260-90b2b1c834a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed {
  margin-top: 0px;
}
}
#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed 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-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-column, #s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed 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-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-column, #s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed 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-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-column, #s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed 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-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-column, #s-e16c8156-6304-4b0e-a7a7-3381c9f6e1ed td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-da203467-853b-49a1-84d8-0787d4f176a0 {
  margin-left: auto;
margin-right: auto;
}

#s-da203467-853b-49a1-84d8-0787d4f176a0 .shg-proportional-font-size,
#s-da203467-853b-49a1-84d8-0787d4f176a0 .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-da203467-853b-49a1-84d8-0787d4f176a0 .shg-proportional-font-size,
#s-da203467-853b-49a1-84d8-0787d4f176a0 .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-da203467-853b-49a1-84d8-0787d4f176a0 .shg-proportional-font-size,
#s-da203467-853b-49a1-84d8-0787d4f176a0 .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-da203467-853b-49a1-84d8-0787d4f176a0 .shg-proportional-font-size,
#s-da203467-853b-49a1-84d8-0787d4f176a0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-6b59c3c5-b7a0-40ba-872c-981239767e7d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6b59c3c5-b7a0-40ba-872c-981239767e7d {
  margin-top: 0px;
}
}
#s-6b59c3c5-b7a0-40ba-872c-981239767e7d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d 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-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-column, #s-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-6b59c3c5-b7a0-40ba-872c-981239767e7d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d 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-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-column, #s-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b59c3c5-b7a0-40ba-872c-981239767e7d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d 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-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-column, #s-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-6b59c3c5-b7a0-40ba-872c-981239767e7d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d 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-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-column, #s-6b59c3c5-b7a0-40ba-872c-981239767e7d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-1711cb0f-83da-4884-aef2-3232d096d363 {
  margin-left: auto;
margin-right: auto;
}

#s-1711cb0f-83da-4884-aef2-3232d096d363 .shg-proportional-font-size,
#s-1711cb0f-83da-4884-aef2-3232d096d363 .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-1711cb0f-83da-4884-aef2-3232d096d363 .shg-proportional-font-size,
#s-1711cb0f-83da-4884-aef2-3232d096d363 .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-1711cb0f-83da-4884-aef2-3232d096d363 .shg-proportional-font-size,
#s-1711cb0f-83da-4884-aef2-3232d096d363 .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-1711cb0f-83da-4884-aef2-3232d096d363 .shg-proportional-font-size,
#s-1711cb0f-83da-4884-aef2-3232d096d363 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-f49f9c79-2733-4029-a7a3-fb3a0a9f0bfe {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f49f9c79-2733-4029-a7a3-fb3a0a9f0bfe {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-f49f9c79-2733-4029-a7a3-fb3a0a9f0bfe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f49f9c79-2733-4029-a7a3-fb3a0a9f0bfe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f49f9c79-2733-4029-a7a3-fb3a0a9f0bfe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f49f9c79-2733-4029-a7a3-fb3a0a9f0bfe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 {
  margin-top: 0px;
}
}
#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 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-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-column, #s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 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-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-column, #s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 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-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-column, #s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 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-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-column, #s-f12a18f0-f4a8-4975-98d9-4bd6d5d22902 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-e9f86457-626b-487f-9170-702fe2953b52 {
  margin-left: auto;
margin-right: auto;
}

#s-e9f86457-626b-487f-9170-702fe2953b52 .shg-proportional-font-size,
#s-e9f86457-626b-487f-9170-702fe2953b52 .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-e9f86457-626b-487f-9170-702fe2953b52 .shg-proportional-font-size,
#s-e9f86457-626b-487f-9170-702fe2953b52 .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-e9f86457-626b-487f-9170-702fe2953b52 .shg-proportional-font-size,
#s-e9f86457-626b-487f-9170-702fe2953b52 .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-e9f86457-626b-487f-9170-702fe2953b52 .shg-proportional-font-size,
#s-e9f86457-626b-487f-9170-702fe2953b52 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d {
  margin-top: 0px;
}
}
#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d 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-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-column, #s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d 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-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-column, #s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d 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-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-column, #s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d 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-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-column, #s-9e3dc49d-574c-4496-b4a8-6b320c15fd4d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-ef12a6f3-5404-49d2-84fa-a89a423376ce {
  margin-left: auto;
margin-right: auto;
}

#s-ef12a6f3-5404-49d2-84fa-a89a423376ce .shg-proportional-font-size,
#s-ef12a6f3-5404-49d2-84fa-a89a423376ce .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-ef12a6f3-5404-49d2-84fa-a89a423376ce .shg-proportional-font-size,
#s-ef12a6f3-5404-49d2-84fa-a89a423376ce .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-ef12a6f3-5404-49d2-84fa-a89a423376ce .shg-proportional-font-size,
#s-ef12a6f3-5404-49d2-84fa-a89a423376ce .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-ef12a6f3-5404-49d2-84fa-a89a423376ce .shg-proportional-font-size,
#s-ef12a6f3-5404-49d2-84fa-a89a423376ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-a5ff0c57-13bf-4fb3-a003-57b3d4aa8886 {
  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-a5ff0c57-13bf-4fb3-a003-57b3d4aa8886 {
  padding-top: 5%;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
}
}







#s-a5ff0c57-13bf-4fb3-a003-57b3d4aa8886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5ff0c57-13bf-4fb3-a003-57b3d4aa8886.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abb2f9fd-7ea5-4549-a9e6-cf007fe5e005 {
  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: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (max-width: 767px){#s-abb2f9fd-7ea5-4549-a9e6-cf007fe5e005 {
  padding-top: 8%;
}
}







#s-abb2f9fd-7ea5-4549-a9e6-cf007fe5e005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abb2f9fd-7ea5-4549-a9e6-cf007fe5e005.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df034f1e-18c3-4a10-ab5b-dea30b8773ab {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-df034f1e-18c3-4a10-ab5b-dea30b8773ab .shogun-heading-component h2 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-df034f1e-18c3-4a10-ab5b-dea30b8773ab .shogun-heading-component h2 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-df034f1e-18c3-4a10-ab5b-dea30b8773ab .shogun-heading-component h2 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-3bdfcc34-f747-4ad6-808b-9aeed53c5018 {
  margin-top: 24px;
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: 6px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-3bdfcc34-f747-4ad6-808b-9aeed53c5018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bdfcc34-f747-4ad6-808b-9aeed53c5018.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f2fff3d6-5f28-487a-b328-b49370dfd304 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f2fff3d6-5f28-487a-b328-b49370dfd304"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f2fff3d6-5f28-487a-b328-b49370dfd304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f2fff3d6-5f28-487a-b328-b49370dfd304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2fff3d6-5f28-487a-b328-b49370dfd304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3e7ede79-960d-45fe-88dd-39a079c3b313 {
  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: 4px;
}

#s-6f21c687-9b04-4c22-92ec-df4d4be08221 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6f21c687-9b04-4c22-92ec-df4d4be08221 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
#s-aae785d8-ec3b-4fb8-baaf-d9be4e52c37e {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-aae785d8-ec3b-4fb8-baaf-d9be4e52c37e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-aae785d8-ec3b-4fb8-baaf-d9be4e52c37e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
}

#s-aae785d8-ec3b-4fb8-baaf-d9be4e52c37e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d282d275-d984-489b-9753-30fff008a2c9 {
  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: 4px;
}

#s-04a8372b-0477-4712-80c5-0889933fdb4b {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-04a8372b-0477-4712-80c5-0889933fdb4b .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
#s-05da5e05-6f5c-4a81-981b-8eeea8f49923 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-05da5e05-6f5c-4a81-981b-8eeea8f49923 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-05da5e05-6f5c-4a81-981b-8eeea8f49923 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
}

#s-05da5e05-6f5c-4a81-981b-8eeea8f49923 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3aef9872-a9b2-4688-bfad-19baeb71d870 {
  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: 4px;
}

#s-2d71110a-c001-43c2-aa0d-48c1f128cfa3 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2d71110a-c001-43c2-aa0d-48c1f128cfa3 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
#s-4b917de6-4344-4660-92cc-ca3448c878a8 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4b917de6-4344-4660-92cc-ca3448c878a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-4b917de6-4344-4660-92cc-ca3448c878a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
}

#s-4b917de6-4344-4660-92cc-ca3448c878a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-716d54d4-5815-4ae0-8ef3-9bfd3f8877bd {
  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: 4px;
}

#s-6e24e02e-78fa-427c-9ef6-860a59229ee1 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6e24e02e-78fa-427c-9ef6-860a59229ee1 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4621774d-8661-4268-b069-92dafa46982c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
#s-0a60bf94-66e4-4284-9447-ac8a7e93e634 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0a60bf94-66e4-4284-9447-ac8a7e93e634 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-0a60bf94-66e4-4284-9447-ac8a7e93e634 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
}

#s-0a60bf94-66e4-4284-9447-ac8a7e93e634 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26f222e4-0f86-4866-a98a-ca1fccf29c50 {
  margin-top: 10px;
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: 6px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-26f222e4-0f86-4866-a98a-ca1fccf29c50 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-26f222e4-0f86-4866-a98a-ca1fccf29c50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26f222e4-0f86-4866-a98a-ca1fccf29c50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0af8827e-9fd7-4b6f-bc41-5ca46a0cdf69 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0af8827e-9fd7-4b6f-bc41-5ca46a0cdf69 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8848f0f6-4569-4f19-975b-5dfcda3a24c5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-8848f0f6-4569-4f19-975b-5dfcda3a24c5 {
  margin-top: -6px;
margin-bottom: -12px;
}
}
#s-8848f0f6-4569-4f19-975b-5dfcda3a24c5 .shg-proportional-font-size,
#s-8848f0f6-4569-4f19-975b-5dfcda3a24c5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-25ed0867-1c31-4310-abdf-f0ec3073354e {
  margin-top: 10px;
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: 6px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-25ed0867-1c31-4310-abdf-f0ec3073354e {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-25ed0867-1c31-4310-abdf-f0ec3073354e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25ed0867-1c31-4310-abdf-f0ec3073354e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59771223-dff2-4375-8d2c-3575be7c1cf7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-59771223-dff2-4375-8d2c-3575be7c1cf7 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3fb56f1d-388f-4afe-81a4-92d32f309e7c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-3fb56f1d-388f-4afe-81a4-92d32f309e7c {
  margin-top: -6px;
margin-bottom: -12px;
}
}
#s-3fb56f1d-388f-4afe-81a4-92d32f309e7c .shg-proportional-font-size,
#s-3fb56f1d-388f-4afe-81a4-92d32f309e7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-36d76c4c-0ad3-42ba-bd3b-d46a6ed6f93c {
  margin-top: 10px;
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: 6px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-36d76c4c-0ad3-42ba-bd3b-d46a6ed6f93c {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-36d76c4c-0ad3-42ba-bd3b-d46a6ed6f93c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36d76c4c-0ad3-42ba-bd3b-d46a6ed6f93c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-694fae64-c015-4ddc-b32d-c65010600597 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-694fae64-c015-4ddc-b32d-c65010600597 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-57d1c5dc-58fd-4581-85ce-8d9b0ee8a0af {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-57d1c5dc-58fd-4581-85ce-8d9b0ee8a0af {
  margin-top: -6px;
margin-bottom: -12px;
}
}
#s-57d1c5dc-58fd-4581-85ce-8d9b0ee8a0af .shg-proportional-font-size,
#s-57d1c5dc-58fd-4581-85ce-8d9b0ee8a0af .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;
}
