.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-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  padding-top: 10%;
padding-left: 3%;
padding-bottom: 10%;
padding-right: 3%;
}
}
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-image: url(https://i.shgcdn.com/258be509-7455-4cb5-968d-90d26c44c541/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-image: url(https://i.shgcdn.com/258be509-7455-4cb5-968d-90d26c44c541/-/resize/480x/);
}
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-image: url(https://i.shgcdn.com/258be509-7455-4cb5-968d-90d26c44c541/-/resize/960x/);
}
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-image: url(https://i.shgcdn.com/258be509-7455-4cb5-968d-90d26c44c541/-/resize/768x/);
}
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-image: url(https://i.shgcdn.com/258be509-7455-4cb5-968d-90d26c44c541/-/resize/1536x/);
}
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-image: url(https://i.shgcdn.com/258be509-7455-4cb5-968d-90d26c44c541/-/resize/1024x/);
}
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-image: url(https://i.shgcdn.com/258be509-7455-4cb5-968d-90d26c44c541/-/resize/2048x/);
}
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-image: url(https://i.shgcdn.com/258be509-7455-4cb5-968d-90d26c44c541/-/resize/1200x/);
}
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 {
  background-image: url(https://i.shgcdn.com/258be509-7455-4cb5-968d-90d26c44c541/-/resize/2048x/);
}
#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-725ff0d1-e256-4ff4-8e5f-93b3df62b499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-dd65cf13-2db8-4a89-a316-007a0c285532 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd65cf13-2db8-4a89-a316-007a0c285532 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 90px;
  
  
  
}


@media (min-width: 1200px){#s-dd65cf13-2db8-4a89-a316-007a0c285532 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 90px;
  
  
  
}


}@media (max-width: 767px){#s-dd65cf13-2db8-4a89-a316-007a0c285532 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  
  
}


}
#s-715131cc-36b0-4dfc-8591-0ca32e79819e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-715131cc-36b0-4dfc-8591-0ca32e79819e {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-715131cc-36b0-4dfc-8591-0ca32e79819e {
  margin-top: 2%;
margin-left: 10%;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-715131cc-36b0-4dfc-8591-0ca32e79819e {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (max-width: 767px){#s-715131cc-36b0-4dfc-8591-0ca32e79819e {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}







#s-715131cc-36b0-4dfc-8591-0ca32e79819e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-715131cc-36b0-4dfc-8591-0ca32e79819e.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-7cb5df70-829c-44d5-afb5-961b267f9e7f {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7cb5df70-829c-44d5-afb5-961b267f9e7f {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(242, 242, 242, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cb5df70-829c-44d5-afb5-961b267f9e7f {
  background-color: rgba(242, 242, 242, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cb5df70-829c-44d5-afb5-961b267f9e7f {
  background-color: rgba(242, 242, 242, 0);
}
}@media (max-width: 767px){#s-7cb5df70-829c-44d5-afb5-961b267f9e7f {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}
}
#s-7cb5df70-829c-44d5-afb5-961b267f9e7f .shg-proportional-font-size,
#s-7cb5df70-829c-44d5-afb5-961b267f9e7f .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: 768px) and (max-width: 991px){#s-7cb5df70-829c-44d5-afb5-961b267f9e7f .shg-proportional-font-size,
#s-7cb5df70-829c-44d5-afb5-961b267f9e7f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-f0c614dc-d034-4187-aa70-315792eca817 {
  margin-top: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f0c614dc-d034-4187-aa70-315792eca817 {
  display: none;
}
#s-f0c614dc-d034-4187-aa70-315792eca817, #wrap-s-f0c614dc-d034-4187-aa70-315792eca817, #wrap-content-s-f0c614dc-d034-4187-aa70-315792eca817 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0c614dc-d034-4187-aa70-315792eca817 {
  display: none;
}
#s-f0c614dc-d034-4187-aa70-315792eca817, #wrap-s-f0c614dc-d034-4187-aa70-315792eca817, #wrap-content-s-f0c614dc-d034-4187-aa70-315792eca817 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0c614dc-d034-4187-aa70-315792eca817 {
  display: none;
}
#s-f0c614dc-d034-4187-aa70-315792eca817, #wrap-s-f0c614dc-d034-4187-aa70-315792eca817, #wrap-content-s-f0c614dc-d034-4187-aa70-315792eca817 { display: none !important; }}@media (max-width: 767px){#s-f0c614dc-d034-4187-aa70-315792eca817 {
  margin-top: 20px;
display: none;
}
#s-f0c614dc-d034-4187-aa70-315792eca817, #wrap-s-f0c614dc-d034-4187-aa70-315792eca817, #wrap-content-s-f0c614dc-d034-4187-aa70-315792eca817 { display: none !important; }}







#s-f0c614dc-d034-4187-aa70-315792eca817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0c614dc-d034-4187-aa70-315792eca817.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4876e737-04ee-4978-84a9-372927a4eb6e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-4876e737-04ee-4978-84a9-372927a4eb6e {
  margin-bottom: 0px;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4876e737-04ee-4978-84a9-372927a4eb6e {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4876e737-04ee-4978-84a9-372927a4eb6e {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-4876e737-04ee-4978-84a9-372927a4eb6e {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-radius: 5px;
}
}







#s-4876e737-04ee-4978-84a9-372927a4eb6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4876e737-04ee-4978-84a9-372927a4eb6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5149af8-28ea-45ea-9f92-53596c5346e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-e5149af8-28ea-45ea-9f92-53596c5346e2 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-e5149af8-28ea-45ea-9f92-53596c5346e2 {
  margin-top: 4px;
}
}
#s-e5149af8-28ea-45ea-9f92-53596c5346e2 .shg-proportional-font-size,
#s-e5149af8-28ea-45ea-9f92-53596c5346e2 .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: 768px) and (max-width: 991px){#s-e5149af8-28ea-45ea-9f92-53596c5346e2 .shg-proportional-font-size,
#s-e5149af8-28ea-45ea-9f92-53596c5346e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-bae6203d-4ec7-40f0-9d3d-d03bf939bb91 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-bae6203d-4ec7-40f0-9d3d-d03bf939bb91 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-bae6203d-4ec7-40f0-9d3d-d03bf939bb91 {
  margin-top: 4px;
}
}
#s-bae6203d-4ec7-40f0-9d3d-d03bf939bb91 .shg-proportional-font-size,
#s-bae6203d-4ec7-40f0-9d3d-d03bf939bb91 .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: 768px) and (max-width: 991px){#s-bae6203d-4ec7-40f0-9d3d-d03bf939bb91 .shg-proportional-font-size,
#s-bae6203d-4ec7-40f0-9d3d-d03bf939bb91 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-3dd83dc3-58c6-4fbf-84d3-d7ee3b06520e {
  margin-top: 70px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dd83dc3-58c6-4fbf-84d3-d7ee3b06520e {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-3dd83dc3-58c6-4fbf-84d3-d7ee3b06520e {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-3dd83dc3-58c6-4fbf-84d3-d7ee3b06520e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dd83dc3-58c6-4fbf-84d3-d7ee3b06520e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdc19a85-306f-4898-baec-535b4f43d3a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-bdc19a85-306f-4898-baec-535b4f43d3a1 {
  padding-bottom: 0px;
}
}
#s-bdc19a85-306f-4898-baec-535b4f43d3a1 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bdc19a85-306f-4898-baec-535b4f43d3a1 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-bdc19a85-306f-4898-baec-535b4f43d3a1 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
.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-1a9f6562-d8ee-4cf1-a90c-886fd54377bf {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1a9f6562-d8ee-4cf1-a90c-886fd54377bf {
  display: none;
}
#s-1a9f6562-d8ee-4cf1-a90c-886fd54377bf, #wrap-s-1a9f6562-d8ee-4cf1-a90c-886fd54377bf, #wrap-content-s-1a9f6562-d8ee-4cf1-a90c-886fd54377bf { display: none !important; }}
@media (min-width: 0px) {
[id="s-1a9f6562-d8ee-4cf1-a90c-886fd54377bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a9f6562-d8ee-4cf1-a90c-886fd54377bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1a9f6562-d8ee-4cf1-a90c-886fd54377bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1a9f6562-d8ee-4cf1-a90c-886fd54377bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d24bea93-c7a6-4f3e-9f63-68cd3a82c27a {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d24bea93-c7a6-4f3e-9f63-68cd3a82c27a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d24bea93-c7a6-4f3e-9f63-68cd3a82c27a.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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  margin-left: auto;
margin-right: auto;
max-width: 1066px;
text-align: center;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235-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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 img.shogun-image {
  width: 100%;
  
  
  max-width: 1066px;

  /* 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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235-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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235-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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235-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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235-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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235 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-7f39d346-c9c3-41fa-9d2a-426e0fc18235 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f39d346-c9c3-41fa-9d2a-426e0fc18235.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0328ca6b-e13a-46e7-bcd7-399114d0003a {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-0328ca6b-e13a-46e7-bcd7-399114d0003a {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-0328ca6b-e13a-46e7-bcd7-399114d0003a {
  margin-top: 4px;
}
}
#s-0328ca6b-e13a-46e7-bcd7-399114d0003a .shg-proportional-font-size,
#s-0328ca6b-e13a-46e7-bcd7-399114d0003a .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: 768px) and (max-width: 991px){#s-0328ca6b-e13a-46e7-bcd7-399114d0003a .shg-proportional-font-size,
#s-0328ca6b-e13a-46e7-bcd7-399114d0003a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-9f416b3d-c207-4ae8-a323-7c60717bf966 {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-9f416b3d-c207-4ae8-a323-7c60717bf966 {
  margin-top: 10px;
}
}







#s-9f416b3d-c207-4ae8-a323-7c60717bf966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f416b3d-c207-4ae8-a323-7c60717bf966.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  margin-left: auto;
margin-right: auto;
max-width: 1052px;
text-align: center;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55-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-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1052px;

  /* 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-354c74cf-92dd-4a87-bff2-fe68107e5d55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55-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-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 .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-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 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-354c74cf-92dd-4a87-bff2-fe68107e5d55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55-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-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 .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-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 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-354c74cf-92dd-4a87-bff2-fe68107e5d55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55-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-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 .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-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 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-354c74cf-92dd-4a87-bff2-fe68107e5d55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55-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-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 .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-354c74cf-92dd-4a87-bff2-fe68107e5d55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55 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-354c74cf-92dd-4a87-bff2-fe68107e5d55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354c74cf-92dd-4a87-bff2-fe68107e5d55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-655edfeb-9fdf-485a-8e27-d19e96bc7364 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-655edfeb-9fdf-485a-8e27-d19e96bc7364 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-655edfeb-9fdf-485a-8e27-d19e96bc7364 {
  margin-top: 4px;
}
}
#s-655edfeb-9fdf-485a-8e27-d19e96bc7364 .shg-proportional-font-size,
#s-655edfeb-9fdf-485a-8e27-d19e96bc7364 .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: 768px) and (max-width: 991px){#s-655edfeb-9fdf-485a-8e27-d19e96bc7364 .shg-proportional-font-size,
#s-655edfeb-9fdf-485a-8e27-d19e96bc7364 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-c1c950f0-b53c-4e29-9f56-3c8bc94faacb {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-c1c950f0-b53c-4e29-9f56-3c8bc94faacb {
  margin-top: 10px;
}
}







#s-c1c950f0-b53c-4e29-9f56-3c8bc94faacb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1c950f0-b53c-4e29-9f56-3c8bc94faacb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  margin-left: auto;
margin-right: auto;
max-width: 917px;
text-align: center;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f-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-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f img.shogun-image {
  width: 100%;
  
  
  max-width: 917px;

  /* 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-2057db93-aeb4-41c8-ab60-4899eb719f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f-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-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f .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-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f 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-2057db93-aeb4-41c8-ab60-4899eb719f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f-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-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f .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-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f 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-2057db93-aeb4-41c8-ab60-4899eb719f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f-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-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f .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-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f 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-2057db93-aeb4-41c8-ab60-4899eb719f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f-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-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f .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-2057db93-aeb4-41c8-ab60-4899eb719f7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f 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-2057db93-aeb4-41c8-ab60-4899eb719f7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2057db93-aeb4-41c8-ab60-4899eb719f7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0fe448cc-4ea4-46d1-897d-1790e30fe32a {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-0fe448cc-4ea4-46d1-897d-1790e30fe32a {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-0fe448cc-4ea4-46d1-897d-1790e30fe32a {
  margin-top: 4px;
}
}
#s-0fe448cc-4ea4-46d1-897d-1790e30fe32a .shg-proportional-font-size,
#s-0fe448cc-4ea4-46d1-897d-1790e30fe32a .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: 768px) and (max-width: 991px){#s-0fe448cc-4ea4-46d1-897d-1790e30fe32a .shg-proportional-font-size,
#s-0fe448cc-4ea4-46d1-897d-1790e30fe32a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-6b15578d-0283-4878-9bda-144524d46898 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-6b15578d-0283-4878-9bda-144524d46898 {
  display: none;
}
#s-6b15578d-0283-4878-9bda-144524d46898, #wrap-s-6b15578d-0283-4878-9bda-144524d46898, #wrap-content-s-6b15578d-0283-4878-9bda-144524d46898 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b15578d-0283-4878-9bda-144524d46898 {
  display: none;
}
#s-6b15578d-0283-4878-9bda-144524d46898, #wrap-s-6b15578d-0283-4878-9bda-144524d46898, #wrap-content-s-6b15578d-0283-4878-9bda-144524d46898 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b15578d-0283-4878-9bda-144524d46898 {
  display: none;
}
#s-6b15578d-0283-4878-9bda-144524d46898, #wrap-s-6b15578d-0283-4878-9bda-144524d46898, #wrap-content-s-6b15578d-0283-4878-9bda-144524d46898 { display: none !important; }}@media (max-width: 767px){#s-6b15578d-0283-4878-9bda-144524d46898 {
  margin-top: 4%;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
}
}







#s-6b15578d-0283-4878-9bda-144524d46898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b15578d-0283-4878-9bda-144524d46898.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0f036d7-7c45-4515-be81-f5d2eb19a216 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a0f036d7-7c45-4515-be81-f5d2eb19a216"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a0f036d7-7c45-4515-be81-f5d2eb19a216"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a0f036d7-7c45-4515-be81-f5d2eb19a216"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0f036d7-7c45-4515-be81-f5d2eb19a216"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5766329e-4b78-4758-808c-a42e2fe443c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1066px;
text-align: center;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0-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-5766329e-4b78-4758-808c-a42e2fe443c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0 .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5766329e-4b78-4758-808c-a42e2fe443c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5766329e-4b78-4758-808c-a42e2fe443c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1066px;

  /* 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-5766329e-4b78-4758-808c-a42e2fe443c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5766329e-4b78-4758-808c-a42e2fe443c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0-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-5766329e-4b78-4758-808c-a42e2fe443c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0 .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-5766329e-4b78-4758-808c-a42e2fe443c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5766329e-4b78-4758-808c-a42e2fe443c0 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-5766329e-4b78-4758-808c-a42e2fe443c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5766329e-4b78-4758-808c-a42e2fe443c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0-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-5766329e-4b78-4758-808c-a42e2fe443c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0 .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-5766329e-4b78-4758-808c-a42e2fe443c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5766329e-4b78-4758-808c-a42e2fe443c0 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-5766329e-4b78-4758-808c-a42e2fe443c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5766329e-4b78-4758-808c-a42e2fe443c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0-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-5766329e-4b78-4758-808c-a42e2fe443c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0 .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-5766329e-4b78-4758-808c-a42e2fe443c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5766329e-4b78-4758-808c-a42e2fe443c0 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-5766329e-4b78-4758-808c-a42e2fe443c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5766329e-4b78-4758-808c-a42e2fe443c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0-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-5766329e-4b78-4758-808c-a42e2fe443c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0 .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-5766329e-4b78-4758-808c-a42e2fe443c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5766329e-4b78-4758-808c-a42e2fe443c0 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-5766329e-4b78-4758-808c-a42e2fe443c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5766329e-4b78-4758-808c-a42e2fe443c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2f1a57be-8074-41c9-ae68-d80f52ef4245 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2f1a57be-8074-41c9-ae68-d80f52ef4245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f1a57be-8074-41c9-ae68-d80f52ef4245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77bbaef5-e9c1-4105-98bd-d3e9877a6b31 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-77bbaef5-e9c1-4105-98bd-d3e9877a6b31 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-77bbaef5-e9c1-4105-98bd-d3e9877a6b31 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
}
#s-77bbaef5-e9c1-4105-98bd-d3e9877a6b31 .shg-proportional-font-size,
#s-77bbaef5-e9c1-4105-98bd-d3e9877a6b31 .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: 768px) and (max-width: 991px){#s-77bbaef5-e9c1-4105-98bd-d3e9877a6b31 .shg-proportional-font-size,
#s-77bbaef5-e9c1-4105-98bd-d3e9877a6b31 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9 {
  display: none;
}
#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9, #wrap-s-cfe70a09-5c78-46f4-aa09-d226301dd6c9, #wrap-content-s-cfe70a09-5c78-46f4-aa09-d226301dd6c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9 {
  display: none;
}
#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9, #wrap-s-cfe70a09-5c78-46f4-aa09-d226301dd6c9, #wrap-content-s-cfe70a09-5c78-46f4-aa09-d226301dd6c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9 {
  display: none;
}
#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9, #wrap-s-cfe70a09-5c78-46f4-aa09-d226301dd6c9, #wrap-content-s-cfe70a09-5c78-46f4-aa09-d226301dd6c9 { display: none !important; }}@media (max-width: 767px){#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9 {
  margin-top: 2%;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
}
}







#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfe70a09-5c78-46f4-aa09-d226301dd6c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6db3d4da-4241-44b4-a64d-11ff1da5e704 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6db3d4da-4241-44b4-a64d-11ff1da5e704"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6db3d4da-4241-44b4-a64d-11ff1da5e704"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6db3d4da-4241-44b4-a64d-11ff1da5e704"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6db3d4da-4241-44b4-a64d-11ff1da5e704"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-016a7852-f004-433c-8242-b75a3e45b52d {
  margin-left: auto;
margin-right: auto;
max-width: 1052px;
text-align: center;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d-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-016a7852-f004-433c-8242-b75a3e45b52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-016a7852-f004-433c-8242-b75a3e45b52d .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-016a7852-f004-433c-8242-b75a3e45b52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-016a7852-f004-433c-8242-b75a3e45b52d img.shogun-image {
  width: 100%;
  
  
  max-width: 1052px;

  /* 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-016a7852-f004-433c-8242-b75a3e45b52d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-016a7852-f004-433c-8242-b75a3e45b52d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d-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-016a7852-f004-433c-8242-b75a3e45b52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-016a7852-f004-433c-8242-b75a3e45b52d .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-016a7852-f004-433c-8242-b75a3e45b52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-016a7852-f004-433c-8242-b75a3e45b52d 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-016a7852-f004-433c-8242-b75a3e45b52d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-016a7852-f004-433c-8242-b75a3e45b52d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d-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-016a7852-f004-433c-8242-b75a3e45b52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-016a7852-f004-433c-8242-b75a3e45b52d .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-016a7852-f004-433c-8242-b75a3e45b52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-016a7852-f004-433c-8242-b75a3e45b52d 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-016a7852-f004-433c-8242-b75a3e45b52d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-016a7852-f004-433c-8242-b75a3e45b52d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d-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-016a7852-f004-433c-8242-b75a3e45b52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-016a7852-f004-433c-8242-b75a3e45b52d .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-016a7852-f004-433c-8242-b75a3e45b52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-016a7852-f004-433c-8242-b75a3e45b52d 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-016a7852-f004-433c-8242-b75a3e45b52d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-016a7852-f004-433c-8242-b75a3e45b52d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d-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-016a7852-f004-433c-8242-b75a3e45b52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-016a7852-f004-433c-8242-b75a3e45b52d .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-016a7852-f004-433c-8242-b75a3e45b52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-016a7852-f004-433c-8242-b75a3e45b52d 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-016a7852-f004-433c-8242-b75a3e45b52d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016a7852-f004-433c-8242-b75a3e45b52d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2c1bbf2e-48f6-4816-92d3-c7ae709f35fe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2c1bbf2e-48f6-4816-92d3-c7ae709f35fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c1bbf2e-48f6-4816-92d3-c7ae709f35fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-615d659f-021c-4ed8-896f-871d68cdb7d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-615d659f-021c-4ed8-896f-871d68cdb7d8 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-615d659f-021c-4ed8-896f-871d68cdb7d8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
}
#s-615d659f-021c-4ed8-896f-871d68cdb7d8 .shg-proportional-font-size,
#s-615d659f-021c-4ed8-896f-871d68cdb7d8 .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: 768px) and (max-width: 991px){#s-615d659f-021c-4ed8-896f-871d68cdb7d8 .shg-proportional-font-size,
#s-615d659f-021c-4ed8-896f-871d68cdb7d8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210 {
  display: none;
}
#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210, #wrap-s-0c76e5d1-d767-43f9-835d-b6b89c3ba210, #wrap-content-s-0c76e5d1-d767-43f9-835d-b6b89c3ba210 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210 {
  display: none;
}
#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210, #wrap-s-0c76e5d1-d767-43f9-835d-b6b89c3ba210, #wrap-content-s-0c76e5d1-d767-43f9-835d-b6b89c3ba210 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210 {
  display: none;
}
#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210, #wrap-s-0c76e5d1-d767-43f9-835d-b6b89c3ba210, #wrap-content-s-0c76e5d1-d767-43f9-835d-b6b89c3ba210 { display: none !important; }}@media (max-width: 767px){#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210 {
  margin-top: 2%;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
}
}







#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c76e5d1-d767-43f9-835d-b6b89c3ba210.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdf81751-c826-4b9b-a06a-650f2df206c0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fdf81751-c826-4b9b-a06a-650f2df206c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fdf81751-c826-4b9b-a06a-650f2df206c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fdf81751-c826-4b9b-a06a-650f2df206c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdf81751-c826-4b9b-a06a-650f2df206c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  margin-left: auto;
margin-right: auto;
max-width: 917px;
text-align: center;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee-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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee img.shogun-image {
  width: 100%;
  
  
  max-width: 917px;

  /* 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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee-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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee 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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee-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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee 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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee-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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee 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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee-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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee 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-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb57f131-9bd2-4c0a-b0d7-fd71139b44ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f0486d86-b5cd-47f2-8247-96f855684334 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f0486d86-b5cd-47f2-8247-96f855684334 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0486d86-b5cd-47f2-8247-96f855684334.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a8425d0-2a60-4155-9f3e-fd6412c441fc {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-4a8425d0-2a60-4155-9f3e-fd6412c441fc {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-4a8425d0-2a60-4155-9f3e-fd6412c441fc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
}
#s-4a8425d0-2a60-4155-9f3e-fd6412c441fc .shg-proportional-font-size,
#s-4a8425d0-2a60-4155-9f3e-fd6412c441fc .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: 768px) and (max-width: 991px){#s-4a8425d0-2a60-4155-9f3e-fd6412c441fc .shg-proportional-font-size,
#s-4a8425d0-2a60-4155-9f3e-fd6412c441fc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-25364280-6988-4cd8-8b30-50c4e0641551 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-25364280-6988-4cd8-8b30-50c4e0641551"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-25364280-6988-4cd8-8b30-50c4e0641551"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-25364280-6988-4cd8-8b30-50c4e0641551"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-25364280-6988-4cd8-8b30-50c4e0641551"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-12517d4d-bbab-463b-8999-7de2b4f6bad3 {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-12517d4d-bbab-463b-8999-7de2b4f6bad3 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}







#s-12517d4d-bbab-463b-8999-7de2b4f6bad3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12517d4d-bbab-463b-8999-7de2b4f6bad3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7-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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7-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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7-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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7-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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7-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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 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-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fac1c2f-e1f3-41f1-b8b9-72a94ee2b5e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ca559323-dbc3-4084-9f33-8666fc54da4b {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-ca559323-dbc3-4084-9f33-8666fc54da4b {
  border-style: solid;
border-color: #000;
margin-top: 0px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}







#s-ca559323-dbc3-4084-9f33-8666fc54da4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca559323-dbc3-4084-9f33-8666fc54da4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c {
  margin-left: auto;
margin-right: auto;
max-width: 1048px;
text-align: center;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c-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-dad8811f-7818-4c51-8398-85e4fa38022c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dad8811f-7818-4c51-8398-85e4fa38022c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dad8811f-7818-4c51-8398-85e4fa38022c img.shogun-image {
  width: 100%;
  
  
  max-width: 1048px;

  /* 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-dad8811f-7818-4c51-8398-85e4fa38022c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dad8811f-7818-4c51-8398-85e4fa38022c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c-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-dad8811f-7818-4c51-8398-85e4fa38022c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c .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-dad8811f-7818-4c51-8398-85e4fa38022c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dad8811f-7818-4c51-8398-85e4fa38022c 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-dad8811f-7818-4c51-8398-85e4fa38022c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dad8811f-7818-4c51-8398-85e4fa38022c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c-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-dad8811f-7818-4c51-8398-85e4fa38022c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c .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-dad8811f-7818-4c51-8398-85e4fa38022c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dad8811f-7818-4c51-8398-85e4fa38022c 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-dad8811f-7818-4c51-8398-85e4fa38022c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dad8811f-7818-4c51-8398-85e4fa38022c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c-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-dad8811f-7818-4c51-8398-85e4fa38022c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c .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-dad8811f-7818-4c51-8398-85e4fa38022c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dad8811f-7818-4c51-8398-85e4fa38022c 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-dad8811f-7818-4c51-8398-85e4fa38022c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dad8811f-7818-4c51-8398-85e4fa38022c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c-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-dad8811f-7818-4c51-8398-85e4fa38022c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dad8811f-7818-4c51-8398-85e4fa38022c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dad8811f-7818-4c51-8398-85e4fa38022c 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-dad8811f-7818-4c51-8398-85e4fa38022c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad8811f-7818-4c51-8398-85e4fa38022c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-92db521a-5f22-4406-9df8-63ab3bbce778 {
  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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-92db521a-5f22-4406-9df8-63ab3bbce778 {
  border-style: solid;
border-color: #000;
margin-top: 0px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}







#s-92db521a-5f22-4406-9df8-63ab3bbce778 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92db521a-5f22-4406-9df8-63ab3bbce778.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682 {
  margin-left: auto;
margin-right: auto;
max-width: 3648px;
text-align: center;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682-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-92d95ba3-9678-4dc9-9582-cecd96780682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682 .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92d95ba3-9678-4dc9-9582-cecd96780682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d95ba3-9678-4dc9-9582-cecd96780682 img.shogun-image {
  width: 100%;
  
  
  max-width: 3648px;

  /* 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-92d95ba3-9678-4dc9-9582-cecd96780682 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-92d95ba3-9678-4dc9-9582-cecd96780682 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682-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-92d95ba3-9678-4dc9-9582-cecd96780682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682 .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-92d95ba3-9678-4dc9-9582-cecd96780682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d95ba3-9678-4dc9-9582-cecd96780682 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-92d95ba3-9678-4dc9-9582-cecd96780682 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-92d95ba3-9678-4dc9-9582-cecd96780682 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682-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-92d95ba3-9678-4dc9-9582-cecd96780682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682 .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-92d95ba3-9678-4dc9-9582-cecd96780682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d95ba3-9678-4dc9-9582-cecd96780682 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-92d95ba3-9678-4dc9-9582-cecd96780682 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-92d95ba3-9678-4dc9-9582-cecd96780682 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682-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-92d95ba3-9678-4dc9-9582-cecd96780682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682 .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-92d95ba3-9678-4dc9-9582-cecd96780682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d95ba3-9678-4dc9-9582-cecd96780682 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-92d95ba3-9678-4dc9-9582-cecd96780682 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-92d95ba3-9678-4dc9-9582-cecd96780682 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682-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-92d95ba3-9678-4dc9-9582-cecd96780682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-92d95ba3-9678-4dc9-9582-cecd96780682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d95ba3-9678-4dc9-9582-cecd96780682 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-92d95ba3-9678-4dc9-9582-cecd96780682 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d95ba3-9678-4dc9-9582-cecd96780682.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1fc7183d-7d03-4fc6-839a-a8e83337fe27 {
  margin-top: 70px;
margin-left: 10%;
margin-right: 10%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-1fc7183d-7d03-4fc6-839a-a8e83337fe27 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fc7183d-7d03-4fc6-839a-a8e83337fe27 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fc7183d-7d03-4fc6-839a-a8e83337fe27 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-1fc7183d-7d03-4fc6-839a-a8e83337fe27 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-1fc7183d-7d03-4fc6-839a-a8e83337fe27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fc7183d-7d03-4fc6-839a-a8e83337fe27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-d6bb3216-c848-4ced-98b4-d6573ac21c6c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-d6bb3216-c848-4ced-98b4-d6573ac21c6c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 6px;
}

#s-d6bb3216-c848-4ced-98b4-d6573ac21c6c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d6bb3216-c848-4ced-98b4-d6573ac21c6c td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d6bb3216-c848-4ced-98b4-d6573ac21c6c td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d6bb3216-c848-4ced-98b4-d6573ac21c6c td.shogun-table-column, #s-d6bb3216-c848-4ced-98b4-d6573ac21c6c td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-5a2c7050-d763-403d-bde8-7c30b0fe2fb1 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-5a2c7050-d763-403d-bde8-7c30b0fe2fb1 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-5a2c7050-d763-403d-bde8-7c30b0fe2fb1 {
  margin-top: 4px;
}
}
#s-5a2c7050-d763-403d-bde8-7c30b0fe2fb1 .shg-proportional-font-size,
#s-5a2c7050-d763-403d-bde8-7c30b0fe2fb1 .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: 768px) and (max-width: 991px){#s-5a2c7050-d763-403d-bde8-7c30b0fe2fb1 .shg-proportional-font-size,
#s-5a2c7050-d763-403d-bde8-7c30b0fe2fb1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-71942ff1-4b4e-416f-aae3-b37c218538d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-71942ff1-4b4e-416f-aae3-b37c218538d1 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-71942ff1-4b4e-416f-aae3-b37c218538d1 {
  margin-top: 4px;
}
}
#s-71942ff1-4b4e-416f-aae3-b37c218538d1 .shg-proportional-font-size,
#s-71942ff1-4b4e-416f-aae3-b37c218538d1 .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: 768px) and (max-width: 991px){#s-71942ff1-4b4e-416f-aae3-b37c218538d1 .shg-proportional-font-size,
#s-71942ff1-4b4e-416f-aae3-b37c218538d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-0b412d2b-5a35-4dce-acda-258b2e1fb5c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-0b412d2b-5a35-4dce-acda-258b2e1fb5c8 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-0b412d2b-5a35-4dce-acda-258b2e1fb5c8 {
  margin-top: 4px;
}
}
#s-0b412d2b-5a35-4dce-acda-258b2e1fb5c8 .shg-proportional-font-size,
#s-0b412d2b-5a35-4dce-acda-258b2e1fb5c8 .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: 768px) and (max-width: 991px){#s-0b412d2b-5a35-4dce-acda-258b2e1fb5c8 .shg-proportional-font-size,
#s-0b412d2b-5a35-4dce-acda-258b2e1fb5c8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-08b3f4c5-b8a7-4eaf-906d-aa0680bfdedf {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-08b3f4c5-b8a7-4eaf-906d-aa0680bfdedf {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-08b3f4c5-b8a7-4eaf-906d-aa0680bfdedf {
  margin-top: 4px;
}
}
#s-08b3f4c5-b8a7-4eaf-906d-aa0680bfdedf .shg-proportional-font-size,
#s-08b3f4c5-b8a7-4eaf-906d-aa0680bfdedf .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: 768px) and (max-width: 991px){#s-08b3f4c5-b8a7-4eaf-906d-aa0680bfdedf .shg-proportional-font-size,
#s-08b3f4c5-b8a7-4eaf-906d-aa0680bfdedf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-41370b92-6232-4d59-8424-c4ed5c7cab1b {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-41370b92-6232-4d59-8424-c4ed5c7cab1b {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-41370b92-6232-4d59-8424-c4ed5c7cab1b {
  margin-top: 4px;
}
}
#s-41370b92-6232-4d59-8424-c4ed5c7cab1b .shg-proportional-font-size,
#s-41370b92-6232-4d59-8424-c4ed5c7cab1b .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: 768px) and (max-width: 991px){#s-41370b92-6232-4d59-8424-c4ed5c7cab1b .shg-proportional-font-size,
#s-41370b92-6232-4d59-8424-c4ed5c7cab1b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-95edd737-2024-41c7-812c-2ffd8f7ae7fd {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-95edd737-2024-41c7-812c-2ffd8f7ae7fd {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-95edd737-2024-41c7-812c-2ffd8f7ae7fd {
  margin-top: 4px;
}
}
#s-95edd737-2024-41c7-812c-2ffd8f7ae7fd .shg-proportional-font-size,
#s-95edd737-2024-41c7-812c-2ffd8f7ae7fd .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: 768px) and (max-width: 991px){#s-95edd737-2024-41c7-812c-2ffd8f7ae7fd .shg-proportional-font-size,
#s-95edd737-2024-41c7-812c-2ffd8f7ae7fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-6aa9a908-9977-4298-b456-e91d3669b0ec {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-6aa9a908-9977-4298-b456-e91d3669b0ec {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-6aa9a908-9977-4298-b456-e91d3669b0ec {
  margin-top: 4px;
}
}
#s-6aa9a908-9977-4298-b456-e91d3669b0ec .shg-proportional-font-size,
#s-6aa9a908-9977-4298-b456-e91d3669b0ec .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: 768px) and (max-width: 991px){#s-6aa9a908-9977-4298-b456-e91d3669b0ec .shg-proportional-font-size,
#s-6aa9a908-9977-4298-b456-e91d3669b0ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-f7b382e6-2e2a-4358-aca8-2601134577b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-f7b382e6-2e2a-4358-aca8-2601134577b4 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-f7b382e6-2e2a-4358-aca8-2601134577b4 {
  margin-top: 4px;
}
}
#s-f7b382e6-2e2a-4358-aca8-2601134577b4 .shg-proportional-font-size,
#s-f7b382e6-2e2a-4358-aca8-2601134577b4 .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: 768px) and (max-width: 991px){#s-f7b382e6-2e2a-4358-aca8-2601134577b4 .shg-proportional-font-size,
#s-f7b382e6-2e2a-4358-aca8-2601134577b4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-30a834a2-667d-48c4-b8b9-9c73a02da5e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-30a834a2-667d-48c4-b8b9-9c73a02da5e6 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-30a834a2-667d-48c4-b8b9-9c73a02da5e6 {
  margin-top: 4px;
}
}
#s-30a834a2-667d-48c4-b8b9-9c73a02da5e6 .shg-proportional-font-size,
#s-30a834a2-667d-48c4-b8b9-9c73a02da5e6 .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: 768px) and (max-width: 991px){#s-30a834a2-667d-48c4-b8b9-9c73a02da5e6 .shg-proportional-font-size,
#s-30a834a2-667d-48c4-b8b9-9c73a02da5e6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-db04700b-cda5-4192-b0e5-2ecf89fe5b4c {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-db04700b-cda5-4192-b0e5-2ecf89fe5b4c {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-db04700b-cda5-4192-b0e5-2ecf89fe5b4c {
  margin-top: 4px;
}
}
#s-db04700b-cda5-4192-b0e5-2ecf89fe5b4c .shg-proportional-font-size,
#s-db04700b-cda5-4192-b0e5-2ecf89fe5b4c .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: 768px) and (max-width: 991px){#s-db04700b-cda5-4192-b0e5-2ecf89fe5b4c .shg-proportional-font-size,
#s-db04700b-cda5-4192-b0e5-2ecf89fe5b4c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-2c086e9f-b3cf-46d2-b194-d31f6dfca95f {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-2c086e9f-b3cf-46d2-b194-d31f6dfca95f {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-2c086e9f-b3cf-46d2-b194-d31f6dfca95f {
  margin-top: 4px;
}
}
#s-2c086e9f-b3cf-46d2-b194-d31f6dfca95f .shg-proportional-font-size,
#s-2c086e9f-b3cf-46d2-b194-d31f6dfca95f .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: 768px) and (max-width: 991px){#s-2c086e9f-b3cf-46d2-b194-d31f6dfca95f .shg-proportional-font-size,
#s-2c086e9f-b3cf-46d2-b194-d31f6dfca95f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-832aea21-0fff-4630-9f80-6c3aaaa5a3d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-832aea21-0fff-4630-9f80-6c3aaaa5a3d8 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-832aea21-0fff-4630-9f80-6c3aaaa5a3d8 {
  margin-top: 4px;
}
}
#s-832aea21-0fff-4630-9f80-6c3aaaa5a3d8 .shg-proportional-font-size,
#s-832aea21-0fff-4630-9f80-6c3aaaa5a3d8 .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: 768px) and (max-width: 991px){#s-832aea21-0fff-4630-9f80-6c3aaaa5a3d8 .shg-proportional-font-size,
#s-832aea21-0fff-4630-9f80-6c3aaaa5a3d8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-c8d75502-ad80-4f61-a7ad-23bb56497170 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-c8d75502-ad80-4f61-a7ad-23bb56497170 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-c8d75502-ad80-4f61-a7ad-23bb56497170 {
  margin-top: 4px;
}
}
#s-c8d75502-ad80-4f61-a7ad-23bb56497170 .shg-proportional-font-size,
#s-c8d75502-ad80-4f61-a7ad-23bb56497170 .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: 768px) and (max-width: 991px){#s-c8d75502-ad80-4f61-a7ad-23bb56497170 .shg-proportional-font-size,
#s-c8d75502-ad80-4f61-a7ad-23bb56497170 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-9c68336e-9f74-4cfd-89cc-432b5f75dc46 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-9c68336e-9f74-4cfd-89cc-432b5f75dc46 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-9c68336e-9f74-4cfd-89cc-432b5f75dc46 {
  margin-top: 4px;
}
}
#s-9c68336e-9f74-4cfd-89cc-432b5f75dc46 .shg-proportional-font-size,
#s-9c68336e-9f74-4cfd-89cc-432b5f75dc46 .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: 768px) and (max-width: 991px){#s-9c68336e-9f74-4cfd-89cc-432b5f75dc46 .shg-proportional-font-size,
#s-9c68336e-9f74-4cfd-89cc-432b5f75dc46 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-a73436f5-768d-4607-a1ff-8efe53e2e699 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-a73436f5-768d-4607-a1ff-8efe53e2e699 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-a73436f5-768d-4607-a1ff-8efe53e2e699 {
  margin-top: 4px;
}
}
#s-a73436f5-768d-4607-a1ff-8efe53e2e699 .shg-proportional-font-size,
#s-a73436f5-768d-4607-a1ff-8efe53e2e699 .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: 768px) and (max-width: 991px){#s-a73436f5-768d-4607-a1ff-8efe53e2e699 .shg-proportional-font-size,
#s-a73436f5-768d-4607-a1ff-8efe53e2e699 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-604f5437-e61c-4d38-9f00-b439d8adf6a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-604f5437-e61c-4d38-9f00-b439d8adf6a1 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-604f5437-e61c-4d38-9f00-b439d8adf6a1 {
  margin-top: 4px;
}
}
#s-604f5437-e61c-4d38-9f00-b439d8adf6a1 .shg-proportional-font-size,
#s-604f5437-e61c-4d38-9f00-b439d8adf6a1 .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: 768px) and (max-width: 991px){#s-604f5437-e61c-4d38-9f00-b439d8adf6a1 .shg-proportional-font-size,
#s-604f5437-e61c-4d38-9f00-b439d8adf6a1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-aa902049-99bd-4992-9104-6ba0c161ef03 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-aa902049-99bd-4992-9104-6ba0c161ef03 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-aa902049-99bd-4992-9104-6ba0c161ef03 {
  margin-top: 4px;
}
}
#s-aa902049-99bd-4992-9104-6ba0c161ef03 .shg-proportional-font-size,
#s-aa902049-99bd-4992-9104-6ba0c161ef03 .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: 768px) and (max-width: 991px){#s-aa902049-99bd-4992-9104-6ba0c161ef03 .shg-proportional-font-size,
#s-aa902049-99bd-4992-9104-6ba0c161ef03 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-eb843ff4-0239-479d-abe5-0690f3d76649 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-eb843ff4-0239-479d-abe5-0690f3d76649 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-eb843ff4-0239-479d-abe5-0690f3d76649 {
  margin-top: 4px;
}
}
#s-eb843ff4-0239-479d-abe5-0690f3d76649 .shg-proportional-font-size,
#s-eb843ff4-0239-479d-abe5-0690f3d76649 .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: 768px) and (max-width: 991px){#s-eb843ff4-0239-479d-abe5-0690f3d76649 .shg-proportional-font-size,
#s-eb843ff4-0239-479d-abe5-0690f3d76649 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-9eb3d637-fd86-4518-8610-edc2112104de {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-9eb3d637-fd86-4518-8610-edc2112104de {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-9eb3d637-fd86-4518-8610-edc2112104de {
  margin-top: 4px;
}
}
#s-9eb3d637-fd86-4518-8610-edc2112104de .shg-proportional-font-size,
#s-9eb3d637-fd86-4518-8610-edc2112104de .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: 768px) and (max-width: 991px){#s-9eb3d637-fd86-4518-8610-edc2112104de .shg-proportional-font-size,
#s-9eb3d637-fd86-4518-8610-edc2112104de .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-7ec1cd03-79d3-4ecb-9440-1dae33b45946 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-7ec1cd03-79d3-4ecb-9440-1dae33b45946 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-7ec1cd03-79d3-4ecb-9440-1dae33b45946 {
  margin-top: 4px;
}
}
#s-7ec1cd03-79d3-4ecb-9440-1dae33b45946 .shg-proportional-font-size,
#s-7ec1cd03-79d3-4ecb-9440-1dae33b45946 .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: 768px) and (max-width: 991px){#s-7ec1cd03-79d3-4ecb-9440-1dae33b45946 .shg-proportional-font-size,
#s-7ec1cd03-79d3-4ecb-9440-1dae33b45946 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-e9e49589-a3f3-490a-8de8-0c2170adb126 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-e9e49589-a3f3-490a-8de8-0c2170adb126 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-e9e49589-a3f3-490a-8de8-0c2170adb126 {
  margin-top: 4px;
}
}
#s-e9e49589-a3f3-490a-8de8-0c2170adb126 .shg-proportional-font-size,
#s-e9e49589-a3f3-490a-8de8-0c2170adb126 .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: 768px) and (max-width: 991px){#s-e9e49589-a3f3-490a-8de8-0c2170adb126 .shg-proportional-font-size,
#s-e9e49589-a3f3-490a-8de8-0c2170adb126 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-4d96ba70-a606-4215-a3df-81ef2c1c06f9 {
  margin-top: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-4d96ba70-a606-4215-a3df-81ef2c1c06f9 {
  margin-top: 50px;
}
}







#s-4d96ba70-a606-4215-a3df-81ef2c1c06f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d96ba70-a606-4215-a3df-81ef2c1c06f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-292e7555-7e4e-4a1a-a66c-f58c8dc9f53f {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-292e7555-7e4e-4a1a-a66c-f58c8dc9f53f {
  margin-bottom: 0px;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-292e7555-7e4e-4a1a-a66c-f58c8dc9f53f {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-292e7555-7e4e-4a1a-a66c-f58c8dc9f53f {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-292e7555-7e4e-4a1a-a66c-f58c8dc9f53f {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-radius: 5px;
}
}







#s-292e7555-7e4e-4a1a-a66c-f58c8dc9f53f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-292e7555-7e4e-4a1a-a66c-f58c8dc9f53f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da0c4006-2c6f-4292-bcea-b1e5b9c1e39f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-da0c4006-2c6f-4292-bcea-b1e5b9c1e39f {
  padding-bottom: 0px;
}
}
#s-da0c4006-2c6f-4292-bcea-b1e5b9c1e39f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-da0c4006-2c6f-4292-bcea-b1e5b9c1e39f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-da0c4006-2c6f-4292-bcea-b1e5b9c1e39f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-66f17ca3-fc0c-488f-9e8d-f10cab0f06aa {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-66f17ca3-fc0c-488f-9e8d-f10cab0f06aa {
  margin-top: 3%;
}
}
@media (min-width: 0px) {
[id="s-66f17ca3-fc0c-488f-9e8d-f10cab0f06aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66f17ca3-fc0c-488f-9e8d-f10cab0f06aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-66f17ca3-fc0c-488f-9e8d-f10cab0f06aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-66f17ca3-fc0c-488f-9e8d-f10cab0f06aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-fa54ef0d-5781-4c42-adca-a9eaa5d8fbbf {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fa54ef0d-5781-4c42-adca-a9eaa5d8fbbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa54ef0d-5781-4c42-adca-a9eaa5d8fbbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039-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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 .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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-1838af24-8a5b-4455-85bc-e4ff0a37d039 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039-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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 .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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 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-1838af24-8a5b-4455-85bc-e4ff0a37d039 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039-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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 .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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 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-1838af24-8a5b-4455-85bc-e4ff0a37d039 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039-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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 .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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 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-1838af24-8a5b-4455-85bc-e4ff0a37d039 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039-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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 .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-1838af24-8a5b-4455-85bc-e4ff0a37d039 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039 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-1838af24-8a5b-4455-85bc-e4ff0a37d039 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1838af24-8a5b-4455-85bc-e4ff0a37d039.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0c370d17-35a6-4a7c-9e13-ad997ed8917a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0c370d17-35a6-4a7c-9e13-ad997ed8917a {
  margin-top: 10px;
}
}







#s-0c370d17-35a6-4a7c-9e13-ad997ed8917a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c370d17-35a6-4a7c-9e13-ad997ed8917a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3-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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3-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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3-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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3-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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3-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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 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-c9d0304a-895e-4ca1-809a-dc42f6ed07e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9d0304a-895e-4ca1-809a-dc42f6ed07e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-36ab0cc0-c0a8-47d0-af35-93196c3ec82c {
  margin-top: 70px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-36ab0cc0-c0a8-47d0-af35-93196c3ec82c {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-36ab0cc0-c0a8-47d0-af35-93196c3ec82c {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-36ab0cc0-c0a8-47d0-af35-93196c3ec82c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36ab0cc0-c0a8-47d0-af35-93196c3ec82c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-609cf54a-441e-4010-9a35-bce9b2fb108f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-609cf54a-441e-4010-9a35-bce9b2fb108f {
  padding-bottom: 0px;
}
}
#s-609cf54a-441e-4010-9a35-bce9b2fb108f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-609cf54a-441e-4010-9a35-bce9b2fb108f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-609cf54a-441e-4010-9a35-bce9b2fb108f .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-0abc69cd-ace6-4f63-ab2e-1019d997814f {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0abc69cd-ace6-4f63-ab2e-1019d997814f {
  margin-top: 4%;
}
}
#s-0abc69cd-ace6-4f63-ab2e-1019d997814f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-0abc69cd-ace6-4f63-ab2e-1019d997814f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0abc69cd-ace6-4f63-ab2e-1019d997814f td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-0abc69cd-ace6-4f63-ab2e-1019d997814f td.shogun-table-row {
  background-color: rgba(242, 242, 242, 1);
  padding: 10px;
}

#s-0abc69cd-ace6-4f63-ab2e-1019d997814f td.shogun-table-column, #s-0abc69cd-ace6-4f63-ab2e-1019d997814f td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-3dce0ce8-13e3-48a1-adbb-b034de6b8efa {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 1%;
padding-bottom: 0%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-3dce0ce8-13e3-48a1-adbb-b034de6b8efa {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-3dce0ce8-13e3-48a1-adbb-b034de6b8efa {
  margin-top: 4px;
}
}
#s-3dce0ce8-13e3-48a1-adbb-b034de6b8efa .shg-proportional-font-size,
#s-3dce0ce8-13e3-48a1-adbb-b034de6b8efa .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: 768px) and (max-width: 991px){#s-3dce0ce8-13e3-48a1-adbb-b034de6b8efa .shg-proportional-font-size,
#s-3dce0ce8-13e3-48a1-adbb-b034de6b8efa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-462674b1-d345-45de-b29e-a090cf74e635 {
  margin-top: 70px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-462674b1-d345-45de-b29e-a090cf74e635 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-462674b1-d345-45de-b29e-a090cf74e635 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-462674b1-d345-45de-b29e-a090cf74e635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-462674b1-d345-45de-b29e-a090cf74e635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4904e44f-63b1-40ca-a156-2ec81c6244f0 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-4904e44f-63b1-40ca-a156-2ec81c6244f0 {
  margin-top: 0%;
padding-top: 5%;
padding-bottom: 5%;
}
}







#s-4904e44f-63b1-40ca-a156-2ec81c6244f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4904e44f-63b1-40ca-a156-2ec81c6244f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81377eda-e758-4244-a0b4-6dd51cce5d94 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-81377eda-e758-4244-a0b4-6dd51cce5d94 {
  padding-bottom: 0px;
}
}
#s-81377eda-e758-4244-a0b4-6dd51cce5d94 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-81377eda-e758-4244-a0b4-6dd51cce5d94 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-81377eda-e758-4244-a0b4-6dd51cce5d94 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-23b105fe-f0fc-4779-ab61-7f6b82e62ab5 {
  margin-top: 2%;
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: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-23b105fe-f0fc-4779-ab61-7f6b82e62ab5 {
  margin-top: 4%;
padding-top: 5%;
padding-bottom: 3%;
}
}







#s-23b105fe-f0fc-4779-ab61-7f6b82e62ab5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23b105fe-f0fc-4779-ab61-7f6b82e62ab5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d49c2f3-cfd4-41e0-ac46-65074941a758 {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6d49c2f3-cfd4-41e0-ac46-65074941a758"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d49c2f3-cfd4-41e0-ac46-65074941a758"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d49c2f3-cfd4-41e0-ac46-65074941a758"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d49c2f3-cfd4-41e0-ac46-65074941a758"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d49c2f3-cfd4-41e0-ac46-65074941a758"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d49c2f3-cfd4-41e0-ac46-65074941a758"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d49c2f3-cfd4-41e0-ac46-65074941a758"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-11c11d7c-8fea-45f5-b45d-8588fa2946c6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-11c11d7c-8fea-45f5-b45d-8588fa2946c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11c11d7c-8fea-45f5-b45d-8588fa2946c6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4b604475-a499-4f20-a407-6e9c5236e894 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4b604475-a499-4f20-a407-6e9c5236e894 {
  padding-bottom: 0px;
}
}
#s-4b604475-a499-4f20-a407-6e9c5236e894 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-4b604475-a499-4f20-a407-6e9c5236e894 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-1c7cc7be-b0ae-481d-80db-0fbfb72c1c75 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-1c7cc7be-b0ae-481d-80db-0fbfb72c1c75 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-1c7cc7be-b0ae-481d-80db-0fbfb72c1c75 {
  margin-top: 4px;
}
}
#s-1c7cc7be-b0ae-481d-80db-0fbfb72c1c75 .shg-proportional-font-size,
#s-1c7cc7be-b0ae-481d-80db-0fbfb72c1c75 .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: 768px) and (max-width: 991px){#s-1c7cc7be-b0ae-481d-80db-0fbfb72c1c75 .shg-proportional-font-size,
#s-1c7cc7be-b0ae-481d-80db-0fbfb72c1c75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-6664ad9e-f5fc-4779-b5ac-173d58355969 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6664ad9e-f5fc-4779-b5ac-173d58355969"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6664ad9e-f5fc-4779-b5ac-173d58355969"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6664ad9e-f5fc-4779-b5ac-173d58355969"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6664ad9e-f5fc-4779-b5ac-173d58355969"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-38b22e90-febe-4687-9387-1595c0418c0a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a-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-38b22e90-febe-4687-9387-1595c0418c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38b22e90-febe-4687-9387-1595c0418c0a .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38b22e90-febe-4687-9387-1595c0418c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38b22e90-febe-4687-9387-1595c0418c0a 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-38b22e90-febe-4687-9387-1595c0418c0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-38b22e90-febe-4687-9387-1595c0418c0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a-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-38b22e90-febe-4687-9387-1595c0418c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38b22e90-febe-4687-9387-1595c0418c0a .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-38b22e90-febe-4687-9387-1595c0418c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38b22e90-febe-4687-9387-1595c0418c0a 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-38b22e90-febe-4687-9387-1595c0418c0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-38b22e90-febe-4687-9387-1595c0418c0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a-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-38b22e90-febe-4687-9387-1595c0418c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38b22e90-febe-4687-9387-1595c0418c0a .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-38b22e90-febe-4687-9387-1595c0418c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38b22e90-febe-4687-9387-1595c0418c0a 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-38b22e90-febe-4687-9387-1595c0418c0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-38b22e90-febe-4687-9387-1595c0418c0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a-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-38b22e90-febe-4687-9387-1595c0418c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38b22e90-febe-4687-9387-1595c0418c0a .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-38b22e90-febe-4687-9387-1595c0418c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38b22e90-febe-4687-9387-1595c0418c0a 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-38b22e90-febe-4687-9387-1595c0418c0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-38b22e90-febe-4687-9387-1595c0418c0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a-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-38b22e90-febe-4687-9387-1595c0418c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38b22e90-febe-4687-9387-1595c0418c0a .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-38b22e90-febe-4687-9387-1595c0418c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38b22e90-febe-4687-9387-1595c0418c0a 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-38b22e90-febe-4687-9387-1595c0418c0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b22e90-febe-4687-9387-1595c0418c0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582-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-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 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-768d3721-7ec8-44a7-8154-8d653cd6b582 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582-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-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 .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-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 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-768d3721-7ec8-44a7-8154-8d653cd6b582 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582-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-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 .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-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 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-768d3721-7ec8-44a7-8154-8d653cd6b582 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582-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-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 .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-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 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-768d3721-7ec8-44a7-8154-8d653cd6b582 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582-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-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 .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-768d3721-7ec8-44a7-8154-8d653cd6b582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768d3721-7ec8-44a7-8154-8d653cd6b582 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-768d3721-7ec8-44a7-8154-8d653cd6b582 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768d3721-7ec8-44a7-8154-8d653cd6b582.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3652c059-96ac-4b8b-ac92-fc650608e3b2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3652c059-96ac-4b8b-ac92-fc650608e3b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3652c059-96ac-4b8b-ac92-fc650608e3b2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  margin-top: 10px;
}
}
#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1-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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .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: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1-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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1-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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1-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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1-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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 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-cac0f855-dbd2-4e29-9b19-437ec00a9ea1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cac0f855-dbd2-4e29-9b19-437ec00a9ea1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-98fa7c52-1333-4ea8-b34b-9c54e10bbce7 {
  margin-top: 70px;
margin-left: 10%;
margin-bottom: 70px;
margin-right: 10%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-98fa7c52-1333-4ea8-b34b-9c54e10bbce7 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98fa7c52-1333-4ea8-b34b-9c54e10bbce7 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 25px;
}
}@media (max-width: 767px){#s-98fa7c52-1333-4ea8-b34b-9c54e10bbce7 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-style: none;
}
}







#s-98fa7c52-1333-4ea8-b34b-9c54e10bbce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98fa7c52-1333-4ea8-b34b-9c54e10bbce7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54e4fe51-599b-4143-b8b6-e9b9bc2a5951 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54e4fe51-599b-4143-b8b6-e9b9bc2a5951 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-54e4fe51-599b-4143-b8b6-e9b9bc2a5951 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-54e4fe51-599b-4143-b8b6-e9b9bc2a5951 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-e6afa03b-6b48-45d6-9a29-5b2628a44e29 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
}

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