.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-5a83b194-4f7f-49f2-a37a-b33ce4033449 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(10, 15, 30, 1);
}
@media (max-width: 767px){#s-5a83b194-4f7f-49f2-a37a-b33ce4033449 {
  display: none;
}
#s-5a83b194-4f7f-49f2-a37a-b33ce4033449, #wrap-s-5a83b194-4f7f-49f2-a37a-b33ce4033449, #wrap-content-s-5a83b194-4f7f-49f2-a37a-b33ce4033449 { display: none !important; }}







#s-5a83b194-4f7f-49f2-a37a-b33ce4033449 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a83b194-4f7f-49f2-a37a-b33ce4033449.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-03103d84-6902-4b44-81da-341b236718ee {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 100%;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee {
  --swiper-pagination-color: rgba(240, 226, 226, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(240, 226, 226, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(255, 255, 255, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 15px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee > .swiper-button-prev,
#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee > .swiper-button-prev svg,
#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
    background-color: rgba(10, 15, 30, 1) !important;
    padding: 8px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
}

#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1) !important;
  width: calc(15px * 1) !important;
  height: 15px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-03103d84-6902-4b44-81da-341b236718ee .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-3e8e9792-b3d4-45ff-80dd-8f5cca03c65a {
  background-repeat: repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 115px;
padding-bottom: 115px;
min-height: 50px;
background-position: right top;
}
@media (max-width: 767px){#s-3e8e9792-b3d4-45ff-80dd-8f5cca03c65a {
  padding-top: 104px;
padding-left: 0px;
padding-bottom: 104px;
padding-right: 0px;
}
}
#s-3e8e9792-b3d4-45ff-80dd-8f5cca03c65a {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/);
}








#s-3e8e9792-b3d4-45ff-80dd-8f5cca03c65a > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0.2;
  display: block;
}#s-3e8e9792-b3d4-45ff-80dd-8f5cca03c65a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-3e8e9792-b3d4-45ff-80dd-8f5cca03c65a > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0;
  display: block;
}#s-3e8e9792-b3d4-45ff-80dd-8f5cca03c65a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-f8fcbbcc-7d2a-462c-836f-adebae769bd4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}
@media (max-width: 767px){#s-f8fcbbcc-7d2a-462c-836f-adebae769bd4 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-f8fcbbcc-7d2a-462c-836f-adebae769bd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8fcbbcc-7d2a-462c-836f-adebae769bd4.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-3c7d2ee7-0f23-4743-8d85-b3405235d681 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-3c7d2ee7-0f23-4743-8d85-b3405235d681 {
  margin-left: 0px;
margin-right: 0px;
max-width: 260px;
}
}
#s-3c7d2ee7-0f23-4743-8d85-b3405235d681 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-3c7d2ee7-0f23-4743-8d85-b3405235d681 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


}
.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-1c57424c-df09-46c9-8da9-19a51a07750a {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-1c57424c-df09-46c9-8da9-19a51a07750a {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-1c57424c-df09-46c9-8da9-19a51a07750a .shg-proportional-font-size,
#s-1c57424c-df09-46c9-8da9-19a51a07750a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-1c57424c-df09-46c9-8da9-19a51a07750a .shg-proportional-font-size,
#s-1c57424c-df09-46c9-8da9-19a51a07750a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-0970e1da-585a-43da-acc3-4ef625014a5f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 650px;
}

#s-0970e1da-585a-43da-acc3-4ef625014a5f .shg-proportional-font-size,
#s-0970e1da-585a-43da-acc3-4ef625014a5f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-0970e1da-585a-43da-acc3-4ef625014a5f .shg-proportional-font-size,
#s-0970e1da-585a-43da-acc3-4ef625014a5f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-7a329ee6-e6cd-4e35-8bd9-ffa6479498f2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(227, 229, 241, 0.7);
background-attachment: scroll;
}








#s-7a329ee6-e6cd-4e35-8bd9-ffa6479498f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a329ee6-e6cd-4e35-8bd9-ffa6479498f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-054f7ca4-01b7-447d-8a58-9ecbba176b6b {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-054f7ca4-01b7-447d-8a58-9ecbba176b6b {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-054f7ca4-01b7-447d-8a58-9ecbba176b6b .shg-proportional-font-size,
#s-054f7ca4-01b7-447d-8a58-9ecbba176b6b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-054f7ca4-01b7-447d-8a58-9ecbba176b6b .shg-proportional-font-size,
#s-054f7ca4-01b7-447d-8a58-9ecbba176b6b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-fd13abf6-fe3b-4dbd-83e9-32f0ef8d2fee {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
max-width: 950px;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-fd13abf6-fe3b-4dbd-83e9-32f0ef8d2fee {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-fd13abf6-fe3b-4dbd-83e9-32f0ef8d2fee .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-fd13abf6-fe3b-4dbd-83e9-32f0ef8d2fee .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


}
#s-828fc4b6-e27d-44ab-9897-7c6d96ad2030 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(250, 245, 251, 0.7);
}
@media (max-width: 767px){#s-828fc4b6-e27d-44ab-9897-7c6d96ad2030 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-828fc4b6-e27d-44ab-9897-7c6d96ad2030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-828fc4b6-e27d-44ab-9897-7c6d96ad2030.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-46d590dd-6d2f-44a9-ab89-1593993e9b04 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-46d590dd-6d2f-44a9-ab89-1593993e9b04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46d590dd-6d2f-44a9-ab89-1593993e9b04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-46d590dd-6d2f-44a9-ab89-1593993e9b04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-46d590dd-6d2f-44a9-ab89-1593993e9b04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-40765264-61a0-462a-91ba-9977a267033e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}








#s-40765264-61a0-462a-91ba-9977a267033e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40765264-61a0-462a-91ba-9977a267033e.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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  max-width: 70px;
}
}
#s-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53-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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 .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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-a17b71a1-987b-41ca-9599-46d12e08ed53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53-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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 .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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a17b71a1-987b-41ca-9599-46d12e08ed53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53-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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 .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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a17b71a1-987b-41ca-9599-46d12e08ed53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53-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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 .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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a17b71a1-987b-41ca-9599-46d12e08ed53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53-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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 .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-a17b71a1-987b-41ca-9599-46d12e08ed53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a17b71a1-987b-41ca-9599-46d12e08ed53 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-a17b71a1-987b-41ca-9599-46d12e08ed53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17b71a1-987b-41ca-9599-46d12e08ed53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ae8dc7f1-ffa3-4978-adff-624412fb8c9a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ae8dc7f1-ffa3-4978-adff-624412fb8c9a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



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

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

#s-161c25c4-2619-4ef9-b372-9ca8cfa3880d {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-161c25c4-2619-4ef9-b372-9ca8cfa3880d hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-0ce747d5-ef63-4115-8664-c23ac0a5426a {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-0ce747d5-ef63-4115-8664-c23ac0a5426a .shg-proportional-font-size,
#s-0ce747d5-ef63-4115-8664-c23ac0a5426a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-0ce747d5-ef63-4115-8664-c23ac0a5426a .shg-proportional-font-size,
#s-0ce747d5-ef63-4115-8664-c23ac0a5426a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-69f04ede-8167-4c32-a6fa-d27fa282da02 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-69f04ede-8167-4c32-a6fa-d27fa282da02 {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 60px;
}
}







#s-69f04ede-8167-4c32-a6fa-d27fa282da02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69f04ede-8167-4c32-a6fa-d27fa282da02.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  max-width: 70px;
}
}
#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1-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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1-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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1-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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1-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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1-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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .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-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf63e44-2133-4e59-a2bc-7d776ce7ecb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a36018e8-7906-44f9-ba0e-ba8feea985bc {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
text-align: center;
}

#s-a36018e8-7906-44f9-ba0e-ba8feea985bc .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-d98bf3f9-492e-45c0-92c6-b6c7cf4053f0 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-d98bf3f9-492e-45c0-92c6-b6c7cf4053f0 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-24257586-69b2-4e8c-b9a9-04b4ea57fd8c {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-24257586-69b2-4e8c-b9a9-04b4ea57fd8c .shg-proportional-font-size,
#s-24257586-69b2-4e8c-b9a9-04b4ea57fd8c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-24257586-69b2-4e8c-b9a9-04b4ea57fd8c .shg-proportional-font-size,
#s-24257586-69b2-4e8c-b9a9-04b4ea57fd8c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-ca161c82-47ef-4519-a215-00c177747482 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-ca161c82-47ef-4519-a215-00c177747482 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-ca161c82-47ef-4519-a215-00c177747482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca161c82-47ef-4519-a215-00c177747482.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-33727a5a-a6b4-4193-9900-72abce49c866 {
  max-width: 70px;
}
}
#s-33727a5a-a6b4-4193-9900-72abce49c866 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866-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-33727a5a-a6b4-4193-9900-72abce49c866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-33727a5a-a6b4-4193-9900-72abce49c866 .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-33727a5a-a6b4-4193-9900-72abce49c866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33727a5a-a6b4-4193-9900-72abce49c866 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-33727a5a-a6b4-4193-9900-72abce49c866 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-33727a5a-a6b4-4193-9900-72abce49c866 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866-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-33727a5a-a6b4-4193-9900-72abce49c866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-33727a5a-a6b4-4193-9900-72abce49c866 .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-33727a5a-a6b4-4193-9900-72abce49c866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33727a5a-a6b4-4193-9900-72abce49c866 img.shogun-image {
  width: 100%;
  
  
  

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




.s-33727a5a-a6b4-4193-9900-72abce49c866 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-33727a5a-a6b4-4193-9900-72abce49c866 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866-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-33727a5a-a6b4-4193-9900-72abce49c866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-33727a5a-a6b4-4193-9900-72abce49c866 .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-33727a5a-a6b4-4193-9900-72abce49c866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33727a5a-a6b4-4193-9900-72abce49c866 img.shogun-image {
  width: 100%;
  
  
  

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




.s-33727a5a-a6b4-4193-9900-72abce49c866 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-33727a5a-a6b4-4193-9900-72abce49c866 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866-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-33727a5a-a6b4-4193-9900-72abce49c866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-33727a5a-a6b4-4193-9900-72abce49c866 .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-33727a5a-a6b4-4193-9900-72abce49c866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33727a5a-a6b4-4193-9900-72abce49c866 img.shogun-image {
  width: 100%;
  
  
  

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




.s-33727a5a-a6b4-4193-9900-72abce49c866 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-33727a5a-a6b4-4193-9900-72abce49c866 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866-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-33727a5a-a6b4-4193-9900-72abce49c866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-33727a5a-a6b4-4193-9900-72abce49c866 .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-33727a5a-a6b4-4193-9900-72abce49c866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-33727a5a-a6b4-4193-9900-72abce49c866 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-33727a5a-a6b4-4193-9900-72abce49c866 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33727a5a-a6b4-4193-9900-72abce49c866.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d25a7c43-8dc5-4fd5-a2b3-a6ddcc5c84f0 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d25a7c43-8dc5-4fd5-a2b3-a6ddcc5c84f0 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-b95e2262-5e33-46b1-aa87-3785b4fa0401 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-b95e2262-5e33-46b1-aa87-3785b4fa0401 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-17aa664d-4822-4ae7-81ef-a1f81817496c {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-17aa664d-4822-4ae7-81ef-a1f81817496c .shg-proportional-font-size,
#s-17aa664d-4822-4ae7-81ef-a1f81817496c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-17aa664d-4822-4ae7-81ef-a1f81817496c .shg-proportional-font-size,
#s-17aa664d-4822-4ae7-81ef-a1f81817496c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-977b642d-b2c8-4440-bf38-8bc7a96ba290 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-977b642d-b2c8-4440-bf38-8bc7a96ba290 {
  margin-left: 0%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-977b642d-b2c8-4440-bf38-8bc7a96ba290"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-977b642d-b2c8-4440-bf38-8bc7a96ba290"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-977b642d-b2c8-4440-bf38-8bc7a96ba290"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-977b642d-b2c8-4440-bf38-8bc7a96ba290"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-977b642d-b2c8-4440-bf38-8bc7a96ba290"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-977b642d-b2c8-4440-bf38-8bc7a96ba290"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-977b642d-b2c8-4440-bf38-8bc7a96ba290"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-aac902db-d113-4d8e-900d-442322e34e37 {
  margin-left: auto;
margin-right: auto;
height: 50px;
max-width: 50px;
text-align: left;
}
@media (max-width: 767px){#s-aac902db-d113-4d8e-900d-442322e34e37 {
  height: 40px;
max-width: 40px;
}
}
#s-aac902db-d113-4d8e-900d-442322e34e37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aac902db-d113-4d8e-900d-442322e34e37-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-aac902db-d113-4d8e-900d-442322e34e37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aac902db-d113-4d8e-900d-442322e34e37 .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-aac902db-d113-4d8e-900d-442322e34e37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aac902db-d113-4d8e-900d-442322e34e37 img.shogun-image {
  width: 100%;
  height: 50px;
  
  max-width: 50px;

  /* 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-aac902db-d113-4d8e-900d-442322e34e37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-aac902db-d113-4d8e-900d-442322e34e37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aac902db-d113-4d8e-900d-442322e34e37-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-aac902db-d113-4d8e-900d-442322e34e37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aac902db-d113-4d8e-900d-442322e34e37 .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-aac902db-d113-4d8e-900d-442322e34e37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aac902db-d113-4d8e-900d-442322e34e37 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-aac902db-d113-4d8e-900d-442322e34e37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-aac902db-d113-4d8e-900d-442322e34e37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aac902db-d113-4d8e-900d-442322e34e37-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-aac902db-d113-4d8e-900d-442322e34e37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aac902db-d113-4d8e-900d-442322e34e37 .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-aac902db-d113-4d8e-900d-442322e34e37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aac902db-d113-4d8e-900d-442322e34e37 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-aac902db-d113-4d8e-900d-442322e34e37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-aac902db-d113-4d8e-900d-442322e34e37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aac902db-d113-4d8e-900d-442322e34e37-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-aac902db-d113-4d8e-900d-442322e34e37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aac902db-d113-4d8e-900d-442322e34e37 .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-aac902db-d113-4d8e-900d-442322e34e37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aac902db-d113-4d8e-900d-442322e34e37 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-aac902db-d113-4d8e-900d-442322e34e37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-aac902db-d113-4d8e-900d-442322e34e37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aac902db-d113-4d8e-900d-442322e34e37-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-aac902db-d113-4d8e-900d-442322e34e37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aac902db-d113-4d8e-900d-442322e34e37 .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-aac902db-d113-4d8e-900d-442322e34e37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aac902db-d113-4d8e-900d-442322e34e37 img.shogun-image {
  width: 100%;
  height: 40px;
  
  max-width: 40px;

  /* 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-aac902db-d113-4d8e-900d-442322e34e37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac902db-d113-4d8e-900d-442322e34e37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-35d1d899-159d-404e-bf31-da5742a21e54 {
  margin-left: -30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-35d1d899-159d-404e-bf31-da5742a21e54 {
  margin-left: 0px;
}
}







#s-35d1d899-159d-404e-bf31-da5742a21e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35d1d899-159d-404e-bf31-da5742a21e54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62f02c38-8255-4be6-b1a6-fd3fbef0ee12 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-62f02c38-8255-4be6-b1a6-fd3fbef0ee12 {
  margin-top: 10px;
}
}
#s-62f02c38-8255-4be6-b1a6-fd3fbef0ee12 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-62f02c38-8255-4be6-b1a6-fd3fbef0ee12 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


}
#s-e3cccb6b-5601-4c05-aa79-411e18cf5eb0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 12px;
max-width: 950px;
background-color: rgba(10, 15, 30, 1);
}

#s-e3cccb6b-5601-4c05-aa79-411e18cf5eb0 .shg-proportional-font-size,
#s-e3cccb6b-5601-4c05-aa79-411e18cf5eb0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-e3cccb6b-5601-4c05-aa79-411e18cf5eb0 .shg-proportional-font-size,
#s-e3cccb6b-5601-4c05-aa79-411e18cf5eb0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-81f4c491-0798-4a23-82e0-59f3f3aa0c3a {
  background-repeat: repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 95px;
padding-bottom: 95px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-81f4c491-0798-4a23-82e0-59f3f3aa0c3a {
  padding-top: 98px;
padding-left: 0px;
padding-bottom: 98px;
padding-right: 0px;
}
}
#s-81f4c491-0798-4a23-82e0-59f3f3aa0c3a {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/);
}








#s-81f4c491-0798-4a23-82e0-59f3f3aa0c3a > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0.2;
  display: block;
}#s-81f4c491-0798-4a23-82e0-59f3f3aa0c3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-81f4c491-0798-4a23-82e0-59f3f3aa0c3a > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0;
  display: block;
}#s-81f4c491-0798-4a23-82e0-59f3f3aa0c3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-048ef397-d888-4c67-9e14-911c568dd248 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}
@media (max-width: 767px){#s-048ef397-d888-4c67-9e14-911c568dd248 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-048ef397-d888-4c67-9e14-911c568dd248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-048ef397-d888-4c67-9e14-911c568dd248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b49232c-b2bb-4125-8442-dc2c98dd2ae2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-2b49232c-b2bb-4125-8442-dc2c98dd2ae2 {
  margin-left: 0px;
margin-right: 0px;
max-width: 260px;
}
}
#s-2b49232c-b2bb-4125-8442-dc2c98dd2ae2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-2b49232c-b2bb-4125-8442-dc2c98dd2ae2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


}
#s-49a8b14b-c4da-40ad-b2bf-feb57ec4d9da {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-49a8b14b-c4da-40ad-b2bf-feb57ec4d9da {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-49a8b14b-c4da-40ad-b2bf-feb57ec4d9da .shg-proportional-font-size,
#s-49a8b14b-c4da-40ad-b2bf-feb57ec4d9da .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-49a8b14b-c4da-40ad-b2bf-feb57ec4d9da .shg-proportional-font-size,
#s-49a8b14b-c4da-40ad-b2bf-feb57ec4d9da .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-32f1f4c0-fe76-46a0-95e8-a70f911f4e57 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 650px;
}

#s-32f1f4c0-fe76-46a0-95e8-a70f911f4e57 .shg-proportional-font-size,
#s-32f1f4c0-fe76-46a0-95e8-a70f911f4e57 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-32f1f4c0-fe76-46a0-95e8-a70f911f4e57 .shg-proportional-font-size,
#s-32f1f4c0-fe76-46a0-95e8-a70f911f4e57 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-3bda22f3-cacd-4e9d-8c0b-e035a28ddf92 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(227, 229, 241, 0.7);
background-attachment: scroll;
}








#s-3bda22f3-cacd-4e9d-8c0b-e035a28ddf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bda22f3-cacd-4e9d-8c0b-e035a28ddf92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38f3fe07-b38a-4c38-8b9e-ad3a7e6ef23b {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-38f3fe07-b38a-4c38-8b9e-ad3a7e6ef23b {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-38f3fe07-b38a-4c38-8b9e-ad3a7e6ef23b .shg-proportional-font-size,
#s-38f3fe07-b38a-4c38-8b9e-ad3a7e6ef23b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-38f3fe07-b38a-4c38-8b9e-ad3a7e6ef23b .shg-proportional-font-size,
#s-38f3fe07-b38a-4c38-8b9e-ad3a7e6ef23b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-06d247d8-0bc7-4755-8505-8481a9dba304 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
max-width: 950px;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-06d247d8-0bc7-4755-8505-8481a9dba304 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-06d247d8-0bc7-4755-8505-8481a9dba304 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-06d247d8-0bc7-4755-8505-8481a9dba304 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


}
#s-0d6eb7e4-1fe5-46ac-9ace-b8250eaed6d0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(250, 245, 251, 0.7);
}
@media (max-width: 767px){#s-0d6eb7e4-1fe5-46ac-9ace-b8250eaed6d0 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-0d6eb7e4-1fe5-46ac-9ace-b8250eaed6d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d6eb7e4-1fe5-46ac-9ace-b8250eaed6d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08eed7f2-ddde-47a5-83a1-14b4474fab40 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-08eed7f2-ddde-47a5-83a1-14b4474fab40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08eed7f2-ddde-47a5-83a1-14b4474fab40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08eed7f2-ddde-47a5-83a1-14b4474fab40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08eed7f2-ddde-47a5-83a1-14b4474fab40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-43da2c6e-745f-4967-a1dc-2cfea6127baa {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}








#s-43da2c6e-745f-4967-a1dc-2cfea6127baa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43da2c6e-745f-4967-a1dc-2cfea6127baa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e723a462-f5d9-4742-8442-03a892da3336 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-e723a462-f5d9-4742-8442-03a892da3336 {
  max-width: 70px;
}
}
#s-e723a462-f5d9-4742-8442-03a892da3336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e723a462-f5d9-4742-8442-03a892da3336-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-e723a462-f5d9-4742-8442-03a892da3336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e723a462-f5d9-4742-8442-03a892da3336 .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-e723a462-f5d9-4742-8442-03a892da3336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e723a462-f5d9-4742-8442-03a892da3336 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-e723a462-f5d9-4742-8442-03a892da3336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e723a462-f5d9-4742-8442-03a892da3336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e723a462-f5d9-4742-8442-03a892da3336-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-e723a462-f5d9-4742-8442-03a892da3336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e723a462-f5d9-4742-8442-03a892da3336 .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-e723a462-f5d9-4742-8442-03a892da3336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e723a462-f5d9-4742-8442-03a892da3336 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e723a462-f5d9-4742-8442-03a892da3336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e723a462-f5d9-4742-8442-03a892da3336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e723a462-f5d9-4742-8442-03a892da3336-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-e723a462-f5d9-4742-8442-03a892da3336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e723a462-f5d9-4742-8442-03a892da3336 .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-e723a462-f5d9-4742-8442-03a892da3336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e723a462-f5d9-4742-8442-03a892da3336 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e723a462-f5d9-4742-8442-03a892da3336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e723a462-f5d9-4742-8442-03a892da3336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e723a462-f5d9-4742-8442-03a892da3336-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-e723a462-f5d9-4742-8442-03a892da3336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e723a462-f5d9-4742-8442-03a892da3336 .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-e723a462-f5d9-4742-8442-03a892da3336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e723a462-f5d9-4742-8442-03a892da3336 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e723a462-f5d9-4742-8442-03a892da3336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e723a462-f5d9-4742-8442-03a892da3336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e723a462-f5d9-4742-8442-03a892da3336-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-e723a462-f5d9-4742-8442-03a892da3336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e723a462-f5d9-4742-8442-03a892da3336 .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-e723a462-f5d9-4742-8442-03a892da3336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e723a462-f5d9-4742-8442-03a892da3336 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-e723a462-f5d9-4742-8442-03a892da3336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e723a462-f5d9-4742-8442-03a892da3336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f5447f78-e274-48ca-ac0a-8c1c0191570f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f5447f78-e274-48ca-ac0a-8c1c0191570f .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-0076f7cb-84ba-46f8-ae11-5c66201fa67b {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-0076f7cb-84ba-46f8-ae11-5c66201fa67b hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-d7cf49b7-4146-4930-b2cc-3d7daf4ae422 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-d7cf49b7-4146-4930-b2cc-3d7daf4ae422 .shg-proportional-font-size,
#s-d7cf49b7-4146-4930-b2cc-3d7daf4ae422 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-d7cf49b7-4146-4930-b2cc-3d7daf4ae422 .shg-proportional-font-size,
#s-d7cf49b7-4146-4930-b2cc-3d7daf4ae422 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-b9fe8769-718a-4d7f-86b0-b4bd90e1f22c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-b9fe8769-718a-4d7f-86b0-b4bd90e1f22c {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 60px;
}
}







#s-b9fe8769-718a-4d7f-86b0-b4bd90e1f22c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9fe8769-718a-4d7f-86b0-b4bd90e1f22c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  max-width: 70px;
}
}
#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709-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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709-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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709-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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709-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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709-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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .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-0ce242ef-c6b0-4e43-8a7c-7165ca464709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce242ef-c6b0-4e43-8a7c-7165ca464709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2c1d6034-6fcb-4b9a-a463-e31ef38f3ff2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2c1d6034-6fcb-4b9a-a463-e31ef38f3ff2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-285c8174-a154-42cc-ad93-c91b1a074bc2 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-285c8174-a154-42cc-ad93-c91b1a074bc2 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-15ab7673-7bf5-4b73-97ae-adb3b2b25aa6 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-15ab7673-7bf5-4b73-97ae-adb3b2b25aa6 .shg-proportional-font-size,
#s-15ab7673-7bf5-4b73-97ae-adb3b2b25aa6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-15ab7673-7bf5-4b73-97ae-adb3b2b25aa6 .shg-proportional-font-size,
#s-15ab7673-7bf5-4b73-97ae-adb3b2b25aa6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-58a234d4-6b83-474d-968e-49976c697726 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-58a234d4-6b83-474d-968e-49976c697726 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-58a234d4-6b83-474d-968e-49976c697726 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58a234d4-6b83-474d-968e-49976c697726.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-ac9762cf-030d-4393-a874-7984ad959aae {
  max-width: 70px;
}
}
#s-ac9762cf-030d-4393-a874-7984ad959aae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae-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-ac9762cf-030d-4393-a874-7984ad959aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac9762cf-030d-4393-a874-7984ad959aae .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-ac9762cf-030d-4393-a874-7984ad959aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac9762cf-030d-4393-a874-7984ad959aae img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-ac9762cf-030d-4393-a874-7984ad959aae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ac9762cf-030d-4393-a874-7984ad959aae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae-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-ac9762cf-030d-4393-a874-7984ad959aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac9762cf-030d-4393-a874-7984ad959aae .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-ac9762cf-030d-4393-a874-7984ad959aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac9762cf-030d-4393-a874-7984ad959aae img.shogun-image {
  width: 100%;
  
  
  

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




.s-ac9762cf-030d-4393-a874-7984ad959aae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ac9762cf-030d-4393-a874-7984ad959aae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae-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-ac9762cf-030d-4393-a874-7984ad959aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac9762cf-030d-4393-a874-7984ad959aae .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-ac9762cf-030d-4393-a874-7984ad959aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac9762cf-030d-4393-a874-7984ad959aae img.shogun-image {
  width: 100%;
  
  
  

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




.s-ac9762cf-030d-4393-a874-7984ad959aae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ac9762cf-030d-4393-a874-7984ad959aae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae-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-ac9762cf-030d-4393-a874-7984ad959aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac9762cf-030d-4393-a874-7984ad959aae .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-ac9762cf-030d-4393-a874-7984ad959aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac9762cf-030d-4393-a874-7984ad959aae img.shogun-image {
  width: 100%;
  
  
  

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




.s-ac9762cf-030d-4393-a874-7984ad959aae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ac9762cf-030d-4393-a874-7984ad959aae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae-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-ac9762cf-030d-4393-a874-7984ad959aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac9762cf-030d-4393-a874-7984ad959aae .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-ac9762cf-030d-4393-a874-7984ad959aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac9762cf-030d-4393-a874-7984ad959aae img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-ac9762cf-030d-4393-a874-7984ad959aae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9762cf-030d-4393-a874-7984ad959aae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d26d328e-fcfb-42f8-a13c-947c6cb91ee3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d26d328e-fcfb-42f8-a13c-947c6cb91ee3 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-537b8f4c-40fc-40e9-bff8-a61bd330808f {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-537b8f4c-40fc-40e9-bff8-a61bd330808f hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-f58d1adb-e8ea-46cc-9147-6fcf4e968e77 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-f58d1adb-e8ea-46cc-9147-6fcf4e968e77 .shg-proportional-font-size,
#s-f58d1adb-e8ea-46cc-9147-6fcf4e968e77 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-f58d1adb-e8ea-46cc-9147-6fcf4e968e77 .shg-proportional-font-size,
#s-f58d1adb-e8ea-46cc-9147-6fcf4e968e77 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-f48d222c-2847-4e59-bb0f-2acd7280c428 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-f48d222c-2847-4e59-bb0f-2acd7280c428 {
  margin-left: 0%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-f48d222c-2847-4e59-bb0f-2acd7280c428"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f48d222c-2847-4e59-bb0f-2acd7280c428"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f48d222c-2847-4e59-bb0f-2acd7280c428"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f48d222c-2847-4e59-bb0f-2acd7280c428"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f48d222c-2847-4e59-bb0f-2acd7280c428"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f48d222c-2847-4e59-bb0f-2acd7280c428"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f48d222c-2847-4e59-bb0f-2acd7280c428"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-406d5c5a-e474-4949-b84e-366ed071da5f {
  margin-left: auto;
margin-right: auto;
height: 50px;
max-width: 50px;
text-align: left;
}
@media (max-width: 767px){#s-406d5c5a-e474-4949-b84e-366ed071da5f {
  height: 40px;
max-width: 40px;
}
}
#s-406d5c5a-e474-4949-b84e-366ed071da5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f-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-406d5c5a-e474-4949-b84e-366ed071da5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f .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-406d5c5a-e474-4949-b84e-366ed071da5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-406d5c5a-e474-4949-b84e-366ed071da5f img.shogun-image {
  width: 100%;
  height: 50px;
  
  max-width: 50px;

  /* 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-406d5c5a-e474-4949-b84e-366ed071da5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-406d5c5a-e474-4949-b84e-366ed071da5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f-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-406d5c5a-e474-4949-b84e-366ed071da5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f .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-406d5c5a-e474-4949-b84e-366ed071da5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-406d5c5a-e474-4949-b84e-366ed071da5f 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-406d5c5a-e474-4949-b84e-366ed071da5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-406d5c5a-e474-4949-b84e-366ed071da5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f-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-406d5c5a-e474-4949-b84e-366ed071da5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f .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-406d5c5a-e474-4949-b84e-366ed071da5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-406d5c5a-e474-4949-b84e-366ed071da5f 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-406d5c5a-e474-4949-b84e-366ed071da5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-406d5c5a-e474-4949-b84e-366ed071da5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f-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-406d5c5a-e474-4949-b84e-366ed071da5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f .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-406d5c5a-e474-4949-b84e-366ed071da5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-406d5c5a-e474-4949-b84e-366ed071da5f 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-406d5c5a-e474-4949-b84e-366ed071da5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-406d5c5a-e474-4949-b84e-366ed071da5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f-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-406d5c5a-e474-4949-b84e-366ed071da5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f .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-406d5c5a-e474-4949-b84e-366ed071da5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-406d5c5a-e474-4949-b84e-366ed071da5f img.shogun-image {
  width: 100%;
  height: 40px;
  
  max-width: 40px;

  /* 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-406d5c5a-e474-4949-b84e-366ed071da5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406d5c5a-e474-4949-b84e-366ed071da5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-75434e31-b6bf-4889-9d16-83417752d2e5 {
  margin-left: -30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-75434e31-b6bf-4889-9d16-83417752d2e5 {
  margin-left: 0px;
}
}







#s-75434e31-b6bf-4889-9d16-83417752d2e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75434e31-b6bf-4889-9d16-83417752d2e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-638f2898-1dbb-443e-9956-bb605ca92fe6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-638f2898-1dbb-443e-9956-bb605ca92fe6 {
  margin-top: 10px;
}
}
#s-638f2898-1dbb-443e-9956-bb605ca92fe6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-638f2898-1dbb-443e-9956-bb605ca92fe6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


}
#s-49d0e5e8-46c8-4582-94c2-e84ec113b80f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 12px;
max-width: 950px;
background-color: rgba(10, 15, 30, 1);
}

#s-49d0e5e8-46c8-4582-94c2-e84ec113b80f .shg-proportional-font-size,
#s-49d0e5e8-46c8-4582-94c2-e84ec113b80f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-49d0e5e8-46c8-4582-94c2-e84ec113b80f .shg-proportional-font-size,
#s-49d0e5e8-46c8-4582-94c2-e84ec113b80f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-899c901e-f738-4668-b38b-020afbe4e55f {
  background-repeat: repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 89px;
padding-bottom: 89px;
min-height: 50px;
background-position: right top;
}
@media (max-width: 767px){#s-899c901e-f738-4668-b38b-020afbe4e55f {
  padding-top: 81px;
padding-left: 0px;
padding-bottom: 81px;
padding-right: 0px;
}
}
#s-899c901e-f738-4668-b38b-020afbe4e55f {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/);
}








#s-899c901e-f738-4668-b38b-020afbe4e55f > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0.2;
  display: block;
}#s-899c901e-f738-4668-b38b-020afbe4e55f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-899c901e-f738-4668-b38b-020afbe4e55f > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0;
  display: block;
}#s-899c901e-f738-4668-b38b-020afbe4e55f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-9e69a8e4-2a91-4d62-ad17-b3e2093d9261 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}
@media (max-width: 767px){#s-9e69a8e4-2a91-4d62-ad17-b3e2093d9261 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-9e69a8e4-2a91-4d62-ad17-b3e2093d9261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e69a8e4-2a91-4d62-ad17-b3e2093d9261.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5028c4e6-cbd3-42ee-941f-60c35dd35cf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-5028c4e6-cbd3-42ee-941f-60c35dd35cf6 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-5028c4e6-cbd3-42ee-941f-60c35dd35cf6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-5028c4e6-cbd3-42ee-941f-60c35dd35cf6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


}
#s-2ac9a6b0-f6b6-489b-acd8-a7ba9c70306b {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-2ac9a6b0-f6b6-489b-acd8-a7ba9c70306b {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-2ac9a6b0-f6b6-489b-acd8-a7ba9c70306b .shg-proportional-font-size,
#s-2ac9a6b0-f6b6-489b-acd8-a7ba9c70306b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-2ac9a6b0-f6b6-489b-acd8-a7ba9c70306b .shg-proportional-font-size,
#s-2ac9a6b0-f6b6-489b-acd8-a7ba9c70306b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-a45e3a39-ecf7-4296-90d7-3a0e13e0e0ae {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 650px;
}

#s-a45e3a39-ecf7-4296-90d7-3a0e13e0e0ae .shg-proportional-font-size,
#s-a45e3a39-ecf7-4296-90d7-3a0e13e0e0ae .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a45e3a39-ecf7-4296-90d7-3a0e13e0e0ae .shg-proportional-font-size,
#s-a45e3a39-ecf7-4296-90d7-3a0e13e0e0ae .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-29cd526e-d751-4be0-b920-b4d5ad91cf1d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(227, 229, 241, 0.7);
background-attachment: scroll;
}








#s-29cd526e-d751-4be0-b920-b4d5ad91cf1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29cd526e-d751-4be0-b920-b4d5ad91cf1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88ac2ad9-0e80-4f39-bbda-61696039f40e {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-88ac2ad9-0e80-4f39-bbda-61696039f40e {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-88ac2ad9-0e80-4f39-bbda-61696039f40e .shg-proportional-font-size,
#s-88ac2ad9-0e80-4f39-bbda-61696039f40e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-88ac2ad9-0e80-4f39-bbda-61696039f40e .shg-proportional-font-size,
#s-88ac2ad9-0e80-4f39-bbda-61696039f40e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-4c74a120-a162-42fd-aa11-762211dcdd81 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
max-width: 950px;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-4c74a120-a162-42fd-aa11-762211dcdd81 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-4c74a120-a162-42fd-aa11-762211dcdd81 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-4c74a120-a162-42fd-aa11-762211dcdd81 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


}
#s-e8f783e2-cfcd-483b-beaf-a42bede0725e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(250, 245, 251, 0.7);
}
@media (max-width: 767px){#s-e8f783e2-cfcd-483b-beaf-a42bede0725e {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-e8f783e2-cfcd-483b-beaf-a42bede0725e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8f783e2-cfcd-483b-beaf-a42bede0725e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ea6e9a4-00bd-420d-8800-ce10ef511397 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-1ea6e9a4-00bd-420d-8800-ce10ef511397"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ea6e9a4-00bd-420d-8800-ce10ef511397"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ea6e9a4-00bd-420d-8800-ce10ef511397"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ea6e9a4-00bd-420d-8800-ce10ef511397"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c4427376-b4c7-493c-9958-481b1975c8cc {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}








#s-c4427376-b4c7-493c-9958-481b1975c8cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4427376-b4c7-493c-9958-481b1975c8cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  max-width: 70px;
}
}
#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585-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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585-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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585-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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585-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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585-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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .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-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b49ec8c-b4d3-4c88-aaaa-20a17f08e585.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0e27f72a-19d6-401d-ac14-598a7fa5c2c2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0e27f72a-19d6-401d-ac14-598a7fa5c2c2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-0cb76fbd-a3c4-4bb6-9d1d-92abbed5f5f0 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-0cb76fbd-a3c4-4bb6-9d1d-92abbed5f5f0 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-88d90a6e-8091-49d8-95aa-752446758a91 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-88d90a6e-8091-49d8-95aa-752446758a91 .shg-proportional-font-size,
#s-88d90a6e-8091-49d8-95aa-752446758a91 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-88d90a6e-8091-49d8-95aa-752446758a91 .shg-proportional-font-size,
#s-88d90a6e-8091-49d8-95aa-752446758a91 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-d3906e50-683a-4695-9043-3cc5920b9dd2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-d3906e50-683a-4695-9043-3cc5920b9dd2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 60px;
}
}







#s-d3906e50-683a-4695-9043-3cc5920b9dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3906e50-683a-4695-9043-3cc5920b9dd2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  max-width: 70px;
}
}
#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe-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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe-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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe img.shogun-image {
  width: 100%;
  
  
  

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




.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe-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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe img.shogun-image {
  width: 100%;
  
  
  

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




.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe-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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe img.shogun-image {
  width: 100%;
  
  
  

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




.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe-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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .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-69d2600c-2fe5-44ad-9877-fa0a37b91abe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69d2600c-2fe5-44ad-9877-fa0a37b91abe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3ac3c5c4-5c7f-46e2-a8cf-417ad2c60c96 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
text-align: center;
}

#s-3ac3c5c4-5c7f-46e2-a8cf-417ad2c60c96 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-f2577691-d052-4d51-b43f-c3838cb68c4a {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-f2577691-d052-4d51-b43f-c3838cb68c4a hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-6017e08d-1d6f-493a-be61-d62677b9ead5 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-6017e08d-1d6f-493a-be61-d62677b9ead5 .shg-proportional-font-size,
#s-6017e08d-1d6f-493a-be61-d62677b9ead5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-6017e08d-1d6f-493a-be61-d62677b9ead5 .shg-proportional-font-size,
#s-6017e08d-1d6f-493a-be61-d62677b9ead5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-31bff195-7014-4db3-84a7-e472447dbf74 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-31bff195-7014-4db3-84a7-e472447dbf74 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-31bff195-7014-4db3-84a7-e472447dbf74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31bff195-7014-4db3-84a7-e472447dbf74.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  max-width: 70px;
}
}
#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9-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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9-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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9-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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9-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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9-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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .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-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39ed65b2-11ec-4c3b-9aa9-ff206b2a2ea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dcde6a2c-3a20-4715-ac21-26173348b4ac {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dcde6a2c-3a20-4715-ac21-26173348b4ac .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-370f5900-4563-48a0-9d09-d7bfb231af3f {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-370f5900-4563-48a0-9d09-d7bfb231af3f hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-bf138e3e-47d7-4c5e-b6a8-b18fb3a0f0fa {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-bf138e3e-47d7-4c5e-b6a8-b18fb3a0f0fa .shg-proportional-font-size,
#s-bf138e3e-47d7-4c5e-b6a8-b18fb3a0f0fa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-bf138e3e-47d7-4c5e-b6a8-b18fb3a0f0fa .shg-proportional-font-size,
#s-bf138e3e-47d7-4c5e-b6a8-b18fb3a0f0fa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-a296c991-e298-4957-b595-582160d306b3 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-a296c991-e298-4957-b595-582160d306b3 {
  margin-left: 0%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-a296c991-e298-4957-b595-582160d306b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a296c991-e298-4957-b595-582160d306b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a296c991-e298-4957-b595-582160d306b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a296c991-e298-4957-b595-582160d306b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a296c991-e298-4957-b595-582160d306b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a296c991-e298-4957-b595-582160d306b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a296c991-e298-4957-b595-582160d306b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-b3efa221-4bda-44df-9935-5086b18e0a85 {
  margin-left: auto;
margin-right: auto;
height: 50px;
max-width: 50px;
text-align: left;
}
@media (max-width: 767px){#s-b3efa221-4bda-44df-9935-5086b18e0a85 {
  height: 40px;
max-width: 40px;
}
}
#s-b3efa221-4bda-44df-9935-5086b18e0a85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85-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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85 .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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3efa221-4bda-44df-9935-5086b18e0a85 img.shogun-image {
  width: 100%;
  height: 50px;
  
  max-width: 50px;

  /* 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-b3efa221-4bda-44df-9935-5086b18e0a85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b3efa221-4bda-44df-9935-5086b18e0a85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85-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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85 .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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3efa221-4bda-44df-9935-5086b18e0a85 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-b3efa221-4bda-44df-9935-5086b18e0a85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b3efa221-4bda-44df-9935-5086b18e0a85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85-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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85 .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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3efa221-4bda-44df-9935-5086b18e0a85 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-b3efa221-4bda-44df-9935-5086b18e0a85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b3efa221-4bda-44df-9935-5086b18e0a85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85-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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85 .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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3efa221-4bda-44df-9935-5086b18e0a85 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-b3efa221-4bda-44df-9935-5086b18e0a85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b3efa221-4bda-44df-9935-5086b18e0a85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85-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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85 .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-b3efa221-4bda-44df-9935-5086b18e0a85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3efa221-4bda-44df-9935-5086b18e0a85 img.shogun-image {
  width: 100%;
  height: 40px;
  
  max-width: 40px;

  /* 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-b3efa221-4bda-44df-9935-5086b18e0a85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3efa221-4bda-44df-9935-5086b18e0a85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-96b15013-33e4-444a-9bd7-9fbad4be51bd {
  margin-left: -30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-96b15013-33e4-444a-9bd7-9fbad4be51bd {
  margin-left: 0px;
}
}







#s-96b15013-33e4-444a-9bd7-9fbad4be51bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96b15013-33e4-444a-9bd7-9fbad4be51bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e3829dd-682c-4032-b444-79e55b79ef0c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4e3829dd-682c-4032-b444-79e55b79ef0c {
  margin-top: 10px;
}
}
#s-4e3829dd-682c-4032-b444-79e55b79ef0c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-4e3829dd-682c-4032-b444-79e55b79ef0c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


}
#s-031a384b-6d12-4500-bd02-3353201b6e8e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 12px;
max-width: 950px;
background-color: rgba(10, 15, 30, 1);
}

#s-031a384b-6d12-4500-bd02-3353201b6e8e .shg-proportional-font-size,
#s-031a384b-6d12-4500-bd02-3353201b6e8e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-031a384b-6d12-4500-bd02-3353201b6e8e .shg-proportional-font-size,
#s-031a384b-6d12-4500-bd02-3353201b6e8e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-1fd55414-4135-47e7-9e87-8f47723a3574 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 86px;
padding-bottom: 86px;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-1fd55414-4135-47e7-9e87-8f47723a3574 {
  padding-top: 55px;
padding-left: 0px;
padding-bottom: 55px;
padding-right: 0px;
}
}
#s-1fd55414-4135-47e7-9e87-8f47723a3574 {
  background-image: url(https://i.shgcdn.com/68820ca3-47c8-46b7-aaed-9c043dd0786a/);
}








#s-1fd55414-4135-47e7-9e87-8f47723a3574 > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0.2;
  display: block;
}#s-1fd55414-4135-47e7-9e87-8f47723a3574.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-1fd55414-4135-47e7-9e87-8f47723a3574 > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0;
  display: block;
}#s-1fd55414-4135-47e7-9e87-8f47723a3574.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-b050e34b-3b5a-4204-a4c1-b8951cd04b2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}
@media (max-width: 767px){#s-b050e34b-3b5a-4204-a4c1-b8951cd04b2d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-b050e34b-3b5a-4204-a4c1-b8951cd04b2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b050e34b-3b5a-4204-a4c1-b8951cd04b2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5418f63-b8f0-40d7-8fa9-154d87b0f7a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-b5418f63-b8f0-40d7-8fa9-154d87b0f7a9 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-b5418f63-b8f0-40d7-8fa9-154d87b0f7a9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-b5418f63-b8f0-40d7-8fa9-154d87b0f7a9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


}
#s-d123451c-c4be-45c3-acac-32da1d9462f7 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-d123451c-c4be-45c3-acac-32da1d9462f7 {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-d123451c-c4be-45c3-acac-32da1d9462f7 .shg-proportional-font-size,
#s-d123451c-c4be-45c3-acac-32da1d9462f7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-d123451c-c4be-45c3-acac-32da1d9462f7 .shg-proportional-font-size,
#s-d123451c-c4be-45c3-acac-32da1d9462f7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-6165503b-a1fe-4323-8a37-1a1c763956f3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 750px;
}

#s-6165503b-a1fe-4323-8a37-1a1c763956f3 .shg-proportional-font-size,
#s-6165503b-a1fe-4323-8a37-1a1c763956f3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-6165503b-a1fe-4323-8a37-1a1c763956f3 .shg-proportional-font-size,
#s-6165503b-a1fe-4323-8a37-1a1c763956f3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-5061c7ab-21e0-4d6a-99e1-499d18ad9a7a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(227, 229, 241, 0.7);
background-attachment: scroll;
}








#s-5061c7ab-21e0-4d6a-99e1-499d18ad9a7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5061c7ab-21e0-4d6a-99e1-499d18ad9a7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7c10299-340e-4e59-9063-4b7ad142e314 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-a7c10299-340e-4e59-9063-4b7ad142e314 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-a7c10299-340e-4e59-9063-4b7ad142e314 .shg-proportional-font-size,
#s-a7c10299-340e-4e59-9063-4b7ad142e314 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a7c10299-340e-4e59-9063-4b7ad142e314 .shg-proportional-font-size,
#s-a7c10299-340e-4e59-9063-4b7ad142e314 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-526d0e18-636d-44e7-8c06-00b595538bce {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
max-width: 950px;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-526d0e18-636d-44e7-8c06-00b595538bce {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-526d0e18-636d-44e7-8c06-00b595538bce .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-526d0e18-636d-44e7-8c06-00b595538bce .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


}
#s-5c6facb3-7e2f-405f-b234-fdb730a039fd {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(250, 245, 251, 0.7);
}
@media (max-width: 767px){#s-5c6facb3-7e2f-405f-b234-fdb730a039fd {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-5c6facb3-7e2f-405f-b234-fdb730a039fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c6facb3-7e2f-405f-b234-fdb730a039fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55be3cab-69b3-4ef9-9d9a-30f3c889b058 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-55be3cab-69b3-4ef9-9d9a-30f3c889b058"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55be3cab-69b3-4ef9-9d9a-30f3c889b058"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55be3cab-69b3-4ef9-9d9a-30f3c889b058"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55be3cab-69b3-4ef9-9d9a-30f3c889b058"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bf3ef036-d330-400a-a764-0fea6e5f7cce {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}








#s-bf3ef036-d330-400a-a764-0fea6e5f7cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf3ef036-d330-400a-a764-0fea6e5f7cce.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  max-width: 70px;
}
}
#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94-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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94-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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94-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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94-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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94-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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .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-c9125ad5-9969-465e-ae54-3e8f84db6a94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-c9125ad5-9969-465e-ae54-3e8f84db6a94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9125ad5-9969-465e-ae54-3e8f84db6a94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-da53ac16-0106-4acc-b335-088ed7623dc5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-da53ac16-0106-4acc-b335-088ed7623dc5 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-50803396-f6a2-4484-a04f-6a21cc7cf09c {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-50803396-f6a2-4484-a04f-6a21cc7cf09c hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-e1b43a3c-7e6d-4d20-8144-f945078f8798 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-e1b43a3c-7e6d-4d20-8144-f945078f8798 .shg-proportional-font-size,
#s-e1b43a3c-7e6d-4d20-8144-f945078f8798 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-e1b43a3c-7e6d-4d20-8144-f945078f8798 .shg-proportional-font-size,
#s-e1b43a3c-7e6d-4d20-8144-f945078f8798 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-34b725b3-94b4-476c-8a88-e6c54bf900a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-34b725b3-94b4-476c-8a88-e6c54bf900a9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 60px;
}
}







#s-34b725b3-94b4-476c-8a88-e6c54bf900a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34b725b3-94b4-476c-8a88-e6c54bf900a9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  max-width: 70px;
}
}
#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95-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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95-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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 img.shogun-image {
  width: 100%;
  
  
  

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




.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95-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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 img.shogun-image {
  width: 100%;
  
  
  

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




.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95-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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 img.shogun-image {
  width: 100%;
  
  
  

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




.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95-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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .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-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50aac79a-4205-4e3a-ad57-fdfc7a8a0d95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a422669b-573b-41c6-a014-e55cd1d93550 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a422669b-573b-41c6-a014-e55cd1d93550 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-7eddf7b1-215a-4db5-8742-e925c69efe32 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-7eddf7b1-215a-4db5-8742-e925c69efe32 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-daadd8fd-fe3e-4ba1-86fc-77ecb9450954 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-daadd8fd-fe3e-4ba1-86fc-77ecb9450954 .shg-proportional-font-size,
#s-daadd8fd-fe3e-4ba1-86fc-77ecb9450954 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-daadd8fd-fe3e-4ba1-86fc-77ecb9450954 .shg-proportional-font-size,
#s-daadd8fd-fe3e-4ba1-86fc-77ecb9450954 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-85704832-9379-42f7-b9ef-a21dacd0eee4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-85704832-9379-42f7-b9ef-a21dacd0eee4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-85704832-9379-42f7-b9ef-a21dacd0eee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85704832-9379-42f7-b9ef-a21dacd0eee4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-dee705e5-04e3-4322-8ce4-e009718423af {
  max-width: 70px;
}
}
#s-dee705e5-04e3-4322-8ce4-e009718423af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af-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-dee705e5-04e3-4322-8ce4-e009718423af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee705e5-04e3-4322-8ce4-e009718423af .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-dee705e5-04e3-4322-8ce4-e009718423af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dee705e5-04e3-4322-8ce4-e009718423af img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-dee705e5-04e3-4322-8ce4-e009718423af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dee705e5-04e3-4322-8ce4-e009718423af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af-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-dee705e5-04e3-4322-8ce4-e009718423af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee705e5-04e3-4322-8ce4-e009718423af .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-dee705e5-04e3-4322-8ce4-e009718423af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dee705e5-04e3-4322-8ce4-e009718423af img.shogun-image {
  width: 100%;
  
  
  

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




.s-dee705e5-04e3-4322-8ce4-e009718423af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dee705e5-04e3-4322-8ce4-e009718423af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af-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-dee705e5-04e3-4322-8ce4-e009718423af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee705e5-04e3-4322-8ce4-e009718423af .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-dee705e5-04e3-4322-8ce4-e009718423af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dee705e5-04e3-4322-8ce4-e009718423af img.shogun-image {
  width: 100%;
  
  
  

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




.s-dee705e5-04e3-4322-8ce4-e009718423af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dee705e5-04e3-4322-8ce4-e009718423af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af-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-dee705e5-04e3-4322-8ce4-e009718423af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee705e5-04e3-4322-8ce4-e009718423af .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-dee705e5-04e3-4322-8ce4-e009718423af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dee705e5-04e3-4322-8ce4-e009718423af img.shogun-image {
  width: 100%;
  
  
  

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




.s-dee705e5-04e3-4322-8ce4-e009718423af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dee705e5-04e3-4322-8ce4-e009718423af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af-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-dee705e5-04e3-4322-8ce4-e009718423af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee705e5-04e3-4322-8ce4-e009718423af .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-dee705e5-04e3-4322-8ce4-e009718423af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dee705e5-04e3-4322-8ce4-e009718423af img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-dee705e5-04e3-4322-8ce4-e009718423af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee705e5-04e3-4322-8ce4-e009718423af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0b91904a-f9fc-47f0-8553-27201bfe16ee {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0b91904a-f9fc-47f0-8553-27201bfe16ee .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-8a456402-5d39-40d5-bf25-d4858e96ae24 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-8a456402-5d39-40d5-bf25-d4858e96ae24 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-1923bd08-dcfd-484a-b956-1c88bc0878d1 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-1923bd08-dcfd-484a-b956-1c88bc0878d1 .shg-proportional-font-size,
#s-1923bd08-dcfd-484a-b956-1c88bc0878d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-1923bd08-dcfd-484a-b956-1c88bc0878d1 .shg-proportional-font-size,
#s-1923bd08-dcfd-484a-b956-1c88bc0878d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-98e2e079-d5c9-4add-8bb5-c81378a4d560 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-98e2e079-d5c9-4add-8bb5-c81378a4d560 {
  margin-left: 0%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-98e2e079-d5c9-4add-8bb5-c81378a4d560"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98e2e079-d5c9-4add-8bb5-c81378a4d560"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98e2e079-d5c9-4add-8bb5-c81378a4d560"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98e2e079-d5c9-4add-8bb5-c81378a4d560"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98e2e079-d5c9-4add-8bb5-c81378a4d560"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98e2e079-d5c9-4add-8bb5-c81378a4d560"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98e2e079-d5c9-4add-8bb5-c81378a4d560"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  margin-left: auto;
margin-right: auto;
height: 50px;
max-width: 50px;
text-align: left;
}
@media (max-width: 767px){#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  height: 40px;
max-width: 40px;
}
}
#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7-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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 img.shogun-image {
  width: 100%;
  height: 50px;
  
  max-width: 50px;

  /* 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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7-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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7-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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7-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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7-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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 img.shogun-image {
  width: 100%;
  height: 40px;
  
  max-width: 40px;

  /* 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-a4455667-0a1b-4fb3-be2f-f9372d24b5a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4455667-0a1b-4fb3-be2f-f9372d24b5a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ea3f9bb1-235d-46f1-b3dd-9c4938af2735 {
  margin-left: -30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ea3f9bb1-235d-46f1-b3dd-9c4938af2735 {
  margin-left: 0px;
}
}







#s-ea3f9bb1-235d-46f1-b3dd-9c4938af2735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea3f9bb1-235d-46f1-b3dd-9c4938af2735.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2a03eb9-1d51-45d0-bf32-f24cfb74ff79 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a2a03eb9-1d51-45d0-bf32-f24cfb74ff79 {
  margin-top: 10px;
}
}
#s-a2a03eb9-1d51-45d0-bf32-f24cfb74ff79 .shogun-heading-component h4 {
  color: rgb(255, 255, 255);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-a2a03eb9-1d51-45d0-bf32-f24cfb74ff79 .shogun-heading-component h4 {
  color: rgb(255, 255, 255);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


}
#s-f3367330-6728-44a2-a2fc-4d6792086c07 {
  margin-top: 20px;
margin-left: -1%;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 12px;
max-width: 950px;
background-color: rgba(10, 15, 30, 1);
}

#s-f3367330-6728-44a2-a2fc-4d6792086c07 .shg-proportional-font-size,
#s-f3367330-6728-44a2-a2fc-4d6792086c07 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-f3367330-6728-44a2-a2fc-4d6792086c07 .shg-proportional-font-size,
#s-f3367330-6728-44a2-a2fc-4d6792086c07 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-b23dbe3d-e3b0-4c1e-8a1b-8a8c1c63074a {
  background-repeat: repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 115px;
padding-bottom: 115px;
min-height: 100px;
background-position: right top;
}
@media (max-width: 767px){#s-b23dbe3d-e3b0-4c1e-8a1b-8a8c1c63074a {
  padding-top: 130px;
padding-left: 0px;
padding-bottom: 130px;
padding-right: 0px;
}
}
#s-b23dbe3d-e3b0-4c1e-8a1b-8a8c1c63074a {
  background-image: url(https://i.shgcdn.com/83f7658c-a8f5-47da-94f4-b0f99883150d/);
}








#s-b23dbe3d-e3b0-4c1e-8a1b-8a8c1c63074a > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0.2;
  display: block;
}#s-b23dbe3d-e3b0-4c1e-8a1b-8a8c1c63074a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-b23dbe3d-e3b0-4c1e-8a1b-8a8c1c63074a > .shg-box-overlay {
  background-color: rgba(10, 15, 30, 1);
  opacity: 0;
  display: block;
}#s-b23dbe3d-e3b0-4c1e-8a1b-8a8c1c63074a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-a28ba5d7-d9f3-4197-9185-457ed163a086 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}
@media (max-width: 767px){#s-a28ba5d7-d9f3-4197-9185-457ed163a086 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-a28ba5d7-d9f3-4197-9185-457ed163a086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a28ba5d7-d9f3-4197-9185-457ed163a086.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7fa56a9-9c1a-4281-842f-3df8bf48c1ef {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-a7fa56a9-9c1a-4281-842f-3df8bf48c1ef {
  margin-left: 0px;
margin-right: 0px;
max-width: 260px;
}
}
#s-a7fa56a9-9c1a-4281-842f-3df8bf48c1ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-a7fa56a9-9c1a-4281-842f-3df8bf48c1ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


}
#s-1fe0c2b7-376a-4b32-81f5-53e4053ec02e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-1fe0c2b7-376a-4b32-81f5-53e4053ec02e {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-1fe0c2b7-376a-4b32-81f5-53e4053ec02e .shg-proportional-font-size,
#s-1fe0c2b7-376a-4b32-81f5-53e4053ec02e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-1fe0c2b7-376a-4b32-81f5-53e4053ec02e .shg-proportional-font-size,
#s-1fe0c2b7-376a-4b32-81f5-53e4053ec02e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-ce6a970e-56a7-4666-80e9-9f8e412cbda0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 450px;
}

#s-ce6a970e-56a7-4666-80e9-9f8e412cbda0 .shg-proportional-font-size,
#s-ce6a970e-56a7-4666-80e9-9f8e412cbda0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ce6a970e-56a7-4666-80e9-9f8e412cbda0 .shg-proportional-font-size,
#s-ce6a970e-56a7-4666-80e9-9f8e412cbda0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-54059238-4aec-4e4a-b519-a1ccbad2a522 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(227, 229, 241, 0.7);
background-attachment: scroll;
}








#s-54059238-4aec-4e4a-b519-a1ccbad2a522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54059238-4aec-4e4a-b519-a1ccbad2a522.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3857536c-35cc-483a-8846-a20d539ee9dd {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-3857536c-35cc-483a-8846-a20d539ee9dd {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-3857536c-35cc-483a-8846-a20d539ee9dd .shg-proportional-font-size,
#s-3857536c-35cc-483a-8846-a20d539ee9dd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-3857536c-35cc-483a-8846-a20d539ee9dd .shg-proportional-font-size,
#s-3857536c-35cc-483a-8846-a20d539ee9dd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-67390432-bd93-4925-8bc1-a2c23229b53d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
max-width: 950px;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-67390432-bd93-4925-8bc1-a2c23229b53d {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-67390432-bd93-4925-8bc1-a2c23229b53d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-67390432-bd93-4925-8bc1-a2c23229b53d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


}
#s-3b63b82d-f790-4845-bfd9-27734a58c0c4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(250, 245, 251, 0.7);
}
@media (max-width: 767px){#s-3b63b82d-f790-4845-bfd9-27734a58c0c4 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-3b63b82d-f790-4845-bfd9-27734a58c0c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b63b82d-f790-4845-bfd9-27734a58c0c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-485db438-bffe-4a1a-8cab-720002f9af65 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-485db438-bffe-4a1a-8cab-720002f9af65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-485db438-bffe-4a1a-8cab-720002f9af65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-485db438-bffe-4a1a-8cab-720002f9af65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-485db438-bffe-4a1a-8cab-720002f9af65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9508427c-e311-4112-b1c7-c421e49e2f82 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}








#s-9508427c-e311-4112-b1c7-c421e49e2f82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9508427c-e311-4112-b1c7-c421e49e2f82.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  max-width: 70px;
}
}
#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5-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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5-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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5-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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5-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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5-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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .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-53ea205c-cbfa-45ec-b0e7-bde741389de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-53ea205c-cbfa-45ec-b0e7-bde741389de5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ea205c-cbfa-45ec-b0e7-bde741389de5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-875fb39b-9bc2-4f05-a2eb-7d1258f49876 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-875fb39b-9bc2-4f05-a2eb-7d1258f49876 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-22043ae7-01a7-45d7-adcd-c905810b4640 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-22043ae7-01a7-45d7-adcd-c905810b4640 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-da54e6d4-57dd-4ddb-b820-03e006271bc7 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-da54e6d4-57dd-4ddb-b820-03e006271bc7 .shg-proportional-font-size,
#s-da54e6d4-57dd-4ddb-b820-03e006271bc7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-da54e6d4-57dd-4ddb-b820-03e006271bc7 .shg-proportional-font-size,
#s-da54e6d4-57dd-4ddb-b820-03e006271bc7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-fbd5c7fe-246d-409b-88b5-738af8e27966 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-fbd5c7fe-246d-409b-88b5-738af8e27966 {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 60px;
}
}







#s-fbd5c7fe-246d-409b-88b5-738af8e27966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbd5c7fe-246d-409b-88b5-738af8e27966.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-cc81d149-cc42-4706-b0e0-b64439664a58 {
  max-width: 70px;
}
}
#s-cc81d149-cc42-4706-b0e0-b64439664a58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58-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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58 .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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc81d149-cc42-4706-b0e0-b64439664a58 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-cc81d149-cc42-4706-b0e0-b64439664a58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cc81d149-cc42-4706-b0e0-b64439664a58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58-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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58 .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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc81d149-cc42-4706-b0e0-b64439664a58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc81d149-cc42-4706-b0e0-b64439664a58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cc81d149-cc42-4706-b0e0-b64439664a58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58-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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58 .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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc81d149-cc42-4706-b0e0-b64439664a58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc81d149-cc42-4706-b0e0-b64439664a58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cc81d149-cc42-4706-b0e0-b64439664a58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58-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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58 .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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc81d149-cc42-4706-b0e0-b64439664a58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc81d149-cc42-4706-b0e0-b64439664a58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cc81d149-cc42-4706-b0e0-b64439664a58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58-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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58 .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-cc81d149-cc42-4706-b0e0-b64439664a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc81d149-cc42-4706-b0e0-b64439664a58 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-cc81d149-cc42-4706-b0e0-b64439664a58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc81d149-cc42-4706-b0e0-b64439664a58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0a6f40cf-1fd4-4f85-96b8-a114f40091e9 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
text-align: center;
}

#s-0a6f40cf-1fd4-4f85-96b8-a114f40091e9 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-d6cc68ff-8c4b-42f7-ac4c-5a7548eb69bc {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-d6cc68ff-8c4b-42f7-ac4c-5a7548eb69bc hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-d31a8cf4-b66e-4be1-8873-b7a4daad932b {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-d31a8cf4-b66e-4be1-8873-b7a4daad932b .shg-proportional-font-size,
#s-d31a8cf4-b66e-4be1-8873-b7a4daad932b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-d31a8cf4-b66e-4be1-8873-b7a4daad932b .shg-proportional-font-size,
#s-d31a8cf4-b66e-4be1-8873-b7a4daad932b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-ae1a9289-729d-43a2-9574-5928f79d524b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px){#s-ae1a9289-729d-43a2-9574-5928f79d524b {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-ae1a9289-729d-43a2-9574-5928f79d524b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae1a9289-729d-43a2-9574-5928f79d524b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640 {
  margin-left: auto;
margin-right: auto;
height: 80px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-ba831e43-0e81-4453-8543-9b6717cf0640 {
  max-width: 70px;
}
}
#s-ba831e43-0e81-4453-8543-9b6717cf0640 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640-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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640 .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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba831e43-0e81-4453-8543-9b6717cf0640 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 100%;

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




.s-ba831e43-0e81-4453-8543-9b6717cf0640 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ba831e43-0e81-4453-8543-9b6717cf0640 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640-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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640 .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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba831e43-0e81-4453-8543-9b6717cf0640 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba831e43-0e81-4453-8543-9b6717cf0640 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ba831e43-0e81-4453-8543-9b6717cf0640 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640-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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640 .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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba831e43-0e81-4453-8543-9b6717cf0640 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba831e43-0e81-4453-8543-9b6717cf0640 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ba831e43-0e81-4453-8543-9b6717cf0640 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640-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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640 .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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba831e43-0e81-4453-8543-9b6717cf0640 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba831e43-0e81-4453-8543-9b6717cf0640 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ba831e43-0e81-4453-8543-9b6717cf0640 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640-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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640 .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-ba831e43-0e81-4453-8543-9b6717cf0640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba831e43-0e81-4453-8543-9b6717cf0640 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-ba831e43-0e81-4453-8543-9b6717cf0640 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba831e43-0e81-4453-8543-9b6717cf0640.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4b4c5780-efae-4812-80c6-8ef8a19d740a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4b4c5780-efae-4812-80c6-8ef8a19d740a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-3572991f-255b-4600-8588-70870d88ae44 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-3572991f-255b-4600-8588-70870d88ae44 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}

#s-fa73470e-cd22-4862-bc7c-28476f2539f4 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
max-width: 950px;
}

#s-fa73470e-cd22-4862-bc7c-28476f2539f4 .shg-proportional-font-size,
#s-fa73470e-cd22-4862-bc7c-28476f2539f4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-fa73470e-cd22-4862-bc7c-28476f2539f4 .shg-proportional-font-size,
#s-fa73470e-cd22-4862-bc7c-28476f2539f4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-d3e975d0-c577-4b8b-b2dc-90b50e3ed7da {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-d3e975d0-c577-4b8b-b2dc-90b50e3ed7da {
  margin-left: 0%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-d3e975d0-c577-4b8b-b2dc-90b50e3ed7da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3e975d0-c577-4b8b-b2dc-90b50e3ed7da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3e975d0-c577-4b8b-b2dc-90b50e3ed7da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3e975d0-c577-4b8b-b2dc-90b50e3ed7da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3e975d0-c577-4b8b-b2dc-90b50e3ed7da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3e975d0-c577-4b8b-b2dc-90b50e3ed7da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3e975d0-c577-4b8b-b2dc-90b50e3ed7da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  margin-left: auto;
margin-right: auto;
height: 50px;
max-width: 50px;
text-align: left;
}
@media (max-width: 767px){#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  height: 40px;
max-width: 40px;
}
}
#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649-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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 img.shogun-image {
  width: 100%;
  height: 50px;
  
  max-width: 50px;

  /* 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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649-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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649-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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649-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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649-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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649 img.shogun-image {
  width: 100%;
  height: 40px;
  
  max-width: 40px;

  /* 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-f42a2054-2d40-41d3-9f7b-b1a2dae95649 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42a2054-2d40-41d3-9f7b-b1a2dae95649.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-714c86cf-76d4-4837-86f0-a6eaffb54157 {
  margin-left: -30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-714c86cf-76d4-4837-86f0-a6eaffb54157 {
  margin-left: 0px;
}
}







#s-714c86cf-76d4-4837-86f0-a6eaffb54157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-714c86cf-76d4-4837-86f0-a6eaffb54157.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf3a2c5d-1bcc-4356-b15a-b5b19fc08f37 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bf3a2c5d-1bcc-4356-b15a-b5b19fc08f37 {
  margin-top: 10px;
}
}
#s-bf3a2c5d-1bcc-4356-b15a-b5b19fc08f37 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-bf3a2c5d-1bcc-4356-b15a-b5b19fc08f37 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  
}


}
#s-b30d7a23-c883-40d0-89e4-5e03fd266a10 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 12px;
max-width: 950px;
background-color: rgba(10, 15, 30, 1);
}

#s-b30d7a23-c883-40d0-89e4-5e03fd266a10 .shg-proportional-font-size,
#s-b30d7a23-c883-40d0-89e4-5e03fd266a10 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-b30d7a23-c883-40d0-89e4-5e03fd266a10 .shg-proportional-font-size,
#s-b30d7a23-c883-40d0-89e4-5e03fd266a10 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(10, 15, 30, 1);
}
@media (min-width: 1200px){#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1 {
  display: none;
}
#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1, #wrap-s-08012eb0-3de3-4aae-8e5f-ed4816204bd1, #wrap-content-s-08012eb0-3de3-4aae-8e5f-ed4816204bd1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1 {
  display: none;
}
#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1, #wrap-s-08012eb0-3de3-4aae-8e5f-ed4816204bd1, #wrap-content-s-08012eb0-3de3-4aae-8e5f-ed4816204bd1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1 {
  display: none;
}
#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1, #wrap-s-08012eb0-3de3-4aae-8e5f-ed4816204bd1, #wrap-content-s-08012eb0-3de3-4aae-8e5f-ed4816204bd1 { display: none !important; }}@media (max-width: 767px){#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}
}







#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08012eb0-3de3-4aae-8e5f-ed4816204bd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66d6c9b7-b005-492a-a728-625ed7614e50 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-04c7c709-6cd8-448a-925b-0bfb5b270bd8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-04c7c709-6cd8-448a-925b-0bfb5b270bd8 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-04c7c709-6cd8-448a-925b-0bfb5b270bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04c7c709-6cd8-448a-925b-0bfb5b270bd8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  margin-bottom: 15px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}
#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/-/resize/480x/);
}
#s-4992ca98-52e0-45bf-8e9b-526260d569c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/-/resize/960x/);
}
#s-4992ca98-52e0-45bf-8e9b-526260d569c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/-/resize/768x/);
}
#s-4992ca98-52e0-45bf-8e9b-526260d569c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/-/resize/1536x/);
}
#s-4992ca98-52e0-45bf-8e9b-526260d569c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/-/resize/1024x/);
}
#s-4992ca98-52e0-45bf-8e9b-526260d569c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/-/resize/2048x/);
}
#s-4992ca98-52e0-45bf-8e9b-526260d569c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/-/resize/1200x/);
}
#s-4992ca98-52e0-45bf-8e9b-526260d569c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4992ca98-52e0-45bf-8e9b-526260d569c5 {
  background-image: url(https://i.shgcdn.com/02e180eb-5f68-4890-a463-275a05c8cdac/-/resize/2048x/);
}
#s-4992ca98-52e0-45bf-8e9b-526260d569c5.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4992ca98-52e0-45bf-8e9b-526260d569c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4992ca98-52e0-45bf-8e9b-526260d569c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d063dd00-1104-4960-a088-6df3a70d11be {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-d063dd00-1104-4960-a088-6df3a70d11be {
  margin-left: 0px;
margin-right: 0px;
max-width: 260px;
}
}
#s-d063dd00-1104-4960-a088-6df3a70d11be .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-d063dd00-1104-4960-a088-6df3a70d11be .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-1d382f79-e3e3-40f3-92d8-963e889c7fcc {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-1d382f79-e3e3-40f3-92d8-963e889c7fcc {
  margin-top: 5px;
margin-bottom: 0px;
}
}
#s-1d382f79-e3e3-40f3-92d8-963e889c7fcc .shg-proportional-font-size,
#s-1d382f79-e3e3-40f3-92d8-963e889c7fcc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-1d382f79-e3e3-40f3-92d8-963e889c7fcc .shg-proportional-font-size,
#s-1d382f79-e3e3-40f3-92d8-963e889c7fcc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-43304906-dec2-435d-b1b9-575200ee502f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-43304906-dec2-435d-b1b9-575200ee502f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43304906-dec2-435d-b1b9-575200ee502f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-569bb60f-0ccd-4049-a029-114f039be859 {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-569bb60f-0ccd-4049-a029-114f039be859 {
  height: 45px;
max-width: 45px;
}
}
#s-569bb60f-0ccd-4049-a029-114f039be859 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-569bb60f-0ccd-4049-a029-114f039be859-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-569bb60f-0ccd-4049-a029-114f039be859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-569bb60f-0ccd-4049-a029-114f039be859 .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-569bb60f-0ccd-4049-a029-114f039be859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-569bb60f-0ccd-4049-a029-114f039be859 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-569bb60f-0ccd-4049-a029-114f039be859 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-569bb60f-0ccd-4049-a029-114f039be859 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-569bb60f-0ccd-4049-a029-114f039be859-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-569bb60f-0ccd-4049-a029-114f039be859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-569bb60f-0ccd-4049-a029-114f039be859 .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-569bb60f-0ccd-4049-a029-114f039be859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-569bb60f-0ccd-4049-a029-114f039be859 img.shogun-image {
  width: 100%;
  
  
  

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




.s-569bb60f-0ccd-4049-a029-114f039be859 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-569bb60f-0ccd-4049-a029-114f039be859 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-569bb60f-0ccd-4049-a029-114f039be859-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-569bb60f-0ccd-4049-a029-114f039be859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-569bb60f-0ccd-4049-a029-114f039be859 .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-569bb60f-0ccd-4049-a029-114f039be859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-569bb60f-0ccd-4049-a029-114f039be859 img.shogun-image {
  width: 100%;
  
  
  

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




.s-569bb60f-0ccd-4049-a029-114f039be859 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-569bb60f-0ccd-4049-a029-114f039be859 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-569bb60f-0ccd-4049-a029-114f039be859-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-569bb60f-0ccd-4049-a029-114f039be859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-569bb60f-0ccd-4049-a029-114f039be859 .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-569bb60f-0ccd-4049-a029-114f039be859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-569bb60f-0ccd-4049-a029-114f039be859 img.shogun-image {
  width: 100%;
  
  
  

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




.s-569bb60f-0ccd-4049-a029-114f039be859 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-569bb60f-0ccd-4049-a029-114f039be859 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-569bb60f-0ccd-4049-a029-114f039be859-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-569bb60f-0ccd-4049-a029-114f039be859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-569bb60f-0ccd-4049-a029-114f039be859 .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-569bb60f-0ccd-4049-a029-114f039be859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-569bb60f-0ccd-4049-a029-114f039be859 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-569bb60f-0ccd-4049-a029-114f039be859 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569bb60f-0ccd-4049-a029-114f039be859.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-24e6cc57-83a0-459b-8756-a49ad76012e0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-24e6cc57-83a0-459b-8756-a49ad76012e0 {
  margin-top: -40px;
margin-left: 52px;
}
}







#s-24e6cc57-83a0-459b-8756-a49ad76012e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24e6cc57-83a0-459b-8756-a49ad76012e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa87fc80-10ea-4d37-81f5-4f0c0eadd7e6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-aa87fc80-10ea-4d37-81f5-4f0c0eadd7e6 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-aa87fc80-10ea-4d37-81f5-4f0c0eadd7e6 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-a067c9db-06aa-4ab0-8bce-354859fdb0a6 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-a067c9db-06aa-4ab0-8bce-354859fdb0a6 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-a067c9db-06aa-4ab0-8bce-354859fdb0a6 .shg-proportional-font-size,
#s-a067c9db-06aa-4ab0-8bce-354859fdb0a6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a067c9db-06aa-4ab0-8bce-354859fdb0a6 .shg-proportional-font-size,
#s-a067c9db-06aa-4ab0-8bce-354859fdb0a6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-17dece2b-5efa-42cf-bf69-21f7455baecc {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-17dece2b-5efa-42cf-bf69-21f7455baecc {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-17dece2b-5efa-42cf-bf69-21f7455baecc hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-17dece2b-5efa-42cf-bf69-21f7455baecc hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-8779c094-73bf-436d-8249-d46808056fcf {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-8779c094-73bf-436d-8249-d46808056fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8779c094-73bf-436d-8249-d46808056fcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  height: 45px;
max-width: 45px;
}
}
#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1-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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1-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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1-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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1-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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1-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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .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-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53d9ace2-5e2e-476f-82d9-632f1cd55ad1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5135daf1-08f5-45d2-929c-d0e442b2cf76 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-5135daf1-08f5-45d2-929c-d0e442b2cf76 {
  margin-top: -40px;
margin-left: 52px;
}
}







#s-5135daf1-08f5-45d2-929c-d0e442b2cf76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5135daf1-08f5-45d2-929c-d0e442b2cf76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66a9483b-16de-4742-8fca-1f92a1125a98 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-66a9483b-16de-4742-8fca-1f92a1125a98 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-66a9483b-16de-4742-8fca-1f92a1125a98 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-511f1909-6441-4887-9108-a648423bd027 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-511f1909-6441-4887-9108-a648423bd027 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-511f1909-6441-4887-9108-a648423bd027 .shg-proportional-font-size,
#s-511f1909-6441-4887-9108-a648423bd027 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-511f1909-6441-4887-9108-a648423bd027 .shg-proportional-font-size,
#s-511f1909-6441-4887-9108-a648423bd027 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-b57beb68-19ed-449b-9a29-56dc7a69ce5a {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-b57beb68-19ed-449b-9a29-56dc7a69ce5a {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-b57beb68-19ed-449b-9a29-56dc7a69ce5a hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-b57beb68-19ed-449b-9a29-56dc7a69ce5a hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-155dc7fe-597c-4b15-96d3-df85b7182494 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-155dc7fe-597c-4b15-96d3-df85b7182494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-155dc7fe-597c-4b15-96d3-df85b7182494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  height: 45px;
max-width: 45px;
}
}
#s-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d-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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d .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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-f35bc33a-ac41-4506-899c-70e1bf073a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d-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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d .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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-f35bc33a-ac41-4506-899c-70e1bf073a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d-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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d .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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-f35bc33a-ac41-4506-899c-70e1bf073a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d-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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d .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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-f35bc33a-ac41-4506-899c-70e1bf073a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d-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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d .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-f35bc33a-ac41-4506-899c-70e1bf073a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-f35bc33a-ac41-4506-899c-70e1bf073a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35bc33a-ac41-4506-899c-70e1bf073a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-59f36a87-a778-4de1-b997-07ca2b098fca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-59f36a87-a778-4de1-b997-07ca2b098fca {
  margin-top: -40px;
margin-left: 52px;
}
}







#s-59f36a87-a778-4de1-b997-07ca2b098fca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59f36a87-a778-4de1-b997-07ca2b098fca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17f9bd31-4ee7-4b86-96fb-95613308333e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-17f9bd31-4ee7-4b86-96fb-95613308333e .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-17f9bd31-4ee7-4b86-96fb-95613308333e .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-aa8a374c-67ec-401a-943c-8016567ede7a {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-aa8a374c-67ec-401a-943c-8016567ede7a {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-aa8a374c-67ec-401a-943c-8016567ede7a .shg-proportional-font-size,
#s-aa8a374c-67ec-401a-943c-8016567ede7a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-aa8a374c-67ec-401a-943c-8016567ede7a .shg-proportional-font-size,
#s-aa8a374c-67ec-401a-943c-8016567ede7a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-b9da78b7-9a1e-472d-ab21-9288074acd03 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-b9da78b7-9a1e-472d-ab21-9288074acd03 {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-b9da78b7-9a1e-472d-ab21-9288074acd03 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-b9da78b7-9a1e-472d-ab21-9288074acd03 hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-90999e57-32b1-44ad-8800-a4c96d975b9a {
  margin-top: 10px;
}
}
#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(39, 38, 38, 0);
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 5px;
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(39, 38, 38, 0);
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-90999e57-32b1-44ad-8800-a4c96d975b9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-4d872ac5-ef54-431e-8880-6f9d44522732 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-4d872ac5-ef54-431e-8880-6f9d44522732 {
  margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-4d872ac5-ef54-431e-8880-6f9d44522732 .shg-proportional-font-size,
#s-4d872ac5-ef54-431e-8880-6f9d44522732 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-4d872ac5-ef54-431e-8880-6f9d44522732 .shg-proportional-font-size,
#s-4d872ac5-ef54-431e-8880-6f9d44522732 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-0ae99ab4-0acd-48c3-a87d-d8ab3c2539c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(181, 205, 247, 0.44);
}
@media (max-width: 767px){#s-0ae99ab4-0acd-48c3-a87d-d8ab3c2539c8 {
  margin-top: 10px;
}
}







#s-0ae99ab4-0acd-48c3-a87d-d8ab3c2539c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ae99ab4-0acd-48c3-a87d-d8ab3c2539c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b623351-8f10-41cc-ade8-b376a0c0a577 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2b623351-8f10-41cc-ade8-b376a0c0a577 {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-2b623351-8f10-41cc-ade8-b376a0c0a577 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-2b623351-8f10-41cc-ade8-b376a0c0a577 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-0985c121-ad68-4a5b-be10-bda2d4f981a2 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-0985c121-ad68-4a5b-be10-bda2d4f981a2 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-0985c121-ad68-4a5b-be10-bda2d4f981a2 .shg-proportional-font-size,
#s-0985c121-ad68-4a5b-be10-bda2d4f981a2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-0985c121-ad68-4a5b-be10-bda2d4f981a2 .shg-proportional-font-size,
#s-0985c121-ad68-4a5b-be10-bda2d4f981a2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-f929f08e-d862-48c1-a630-20aedad6bdb8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f929f08e-d862-48c1-a630-20aedad6bdb8 {
  margin-top: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-f929f08e-d862-48c1-a630-20aedad6bdb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f929f08e-d862-48c1-a630-20aedad6bdb8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-3346a722-659e-460f-9bad-f2fddb586702 {
  margin-bottom: 15px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}
#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-image: url(https://i.shgcdn.com/dbbdee6b-59f0-4000-a65e-3ecfeff18ac2/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-image: url(https://i.shgcdn.com/dbbdee6b-59f0-4000-a65e-3ecfeff18ac2/-/resize/480x/);
}
#s-3346a722-659e-460f-9bad-f2fddb586702.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-image: url(https://i.shgcdn.com/dbbdee6b-59f0-4000-a65e-3ecfeff18ac2/-/resize/960x/);
}
#s-3346a722-659e-460f-9bad-f2fddb586702.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-image: url(https://i.shgcdn.com/dbbdee6b-59f0-4000-a65e-3ecfeff18ac2/-/resize/768x/);
}
#s-3346a722-659e-460f-9bad-f2fddb586702.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-image: url(https://i.shgcdn.com/dbbdee6b-59f0-4000-a65e-3ecfeff18ac2/-/resize/1536x/);
}
#s-3346a722-659e-460f-9bad-f2fddb586702.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-image: url(https://i.shgcdn.com/dbbdee6b-59f0-4000-a65e-3ecfeff18ac2/-/resize/1024x/);
}
#s-3346a722-659e-460f-9bad-f2fddb586702.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-image: url(https://i.shgcdn.com/dbbdee6b-59f0-4000-a65e-3ecfeff18ac2/-/resize/2048x/);
}
#s-3346a722-659e-460f-9bad-f2fddb586702.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-image: url(https://i.shgcdn.com/dbbdee6b-59f0-4000-a65e-3ecfeff18ac2/-/resize/1200x/);
}
#s-3346a722-659e-460f-9bad-f2fddb586702.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3346a722-659e-460f-9bad-f2fddb586702 {
  background-image: url(https://i.shgcdn.com/dbbdee6b-59f0-4000-a65e-3ecfeff18ac2/-/resize/2048x/);
}
#s-3346a722-659e-460f-9bad-f2fddb586702.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3346a722-659e-460f-9bad-f2fddb586702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3346a722-659e-460f-9bad-f2fddb586702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25f0de3b-2b88-4fa6-a030-7fb330e0ccc4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-25f0de3b-2b88-4fa6-a030-7fb330e0ccc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25f0de3b-2b88-4fa6-a030-7fb330e0ccc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25f0de3b-2b88-4fa6-a030-7fb330e0ccc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25f0de3b-2b88-4fa6-a030-7fb330e0ccc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-372a5c19-064e-4339-bde1-93a3b2e0b836 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-372a5c19-064e-4339-bde1-93a3b2e0b836 {
  margin-left: 0px;
margin-right: 0px;
max-width: 260px;
}
}
#s-372a5c19-064e-4339-bde1-93a3b2e0b836 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-372a5c19-064e-4339-bde1-93a3b2e0b836 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-80f23d90-79a2-448c-812e-5498bc1335bb {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-80f23d90-79a2-448c-812e-5498bc1335bb {
  margin-top: 5px;
margin-bottom: 0px;
}
}
#s-80f23d90-79a2-448c-812e-5498bc1335bb .shg-proportional-font-size,
#s-80f23d90-79a2-448c-812e-5498bc1335bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-80f23d90-79a2-448c-812e-5498bc1335bb .shg-proportional-font-size,
#s-80f23d90-79a2-448c-812e-5498bc1335bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-5742a233-26d8-4c7f-848c-df9a1c114186 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-5742a233-26d8-4c7f-848c-df9a1c114186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5742a233-26d8-4c7f-848c-df9a1c114186.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  height: 45px;
max-width: 45px;
}
}
#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a-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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a-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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a img.shogun-image {
  width: 100%;
  
  
  

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




.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a-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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a img.shogun-image {
  width: 100%;
  
  
  

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




.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a-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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a img.shogun-image {
  width: 100%;
  
  
  

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




.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a-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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .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-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ba8da0-1d2e-41c1-b78e-09fd7eafe04a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-33fe5052-cc80-41a6-af1d-a970dd171fd8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-33fe5052-cc80-41a6-af1d-a970dd171fd8 {
  margin-top: -40px;
margin-left: 52px;
}
}







#s-33fe5052-cc80-41a6-af1d-a970dd171fd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33fe5052-cc80-41a6-af1d-a970dd171fd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-479bdb78-e31a-4256-b154-ee605a69a15d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-479bdb78-e31a-4256-b154-ee605a69a15d .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-479bdb78-e31a-4256-b154-ee605a69a15d .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-a48fd83c-588c-4b43-96a3-87bcd44572d5 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-a48fd83c-588c-4b43-96a3-87bcd44572d5 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-a48fd83c-588c-4b43-96a3-87bcd44572d5 .shg-proportional-font-size,
#s-a48fd83c-588c-4b43-96a3-87bcd44572d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a48fd83c-588c-4b43-96a3-87bcd44572d5 .shg-proportional-font-size,
#s-a48fd83c-588c-4b43-96a3-87bcd44572d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-14e7f437-d87a-47e4-8a19-77c5328ee18d {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-14e7f437-d87a-47e4-8a19-77c5328ee18d {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-14e7f437-d87a-47e4-8a19-77c5328ee18d hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-14e7f437-d87a-47e4-8a19-77c5328ee18d hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-56f26a4e-ac02-4d03-a4b5-25b6bf032cc1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-56f26a4e-ac02-4d03-a4b5-25b6bf032cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56f26a4e-ac02-4d03-a4b5-25b6bf032cc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  height: 45px;
max-width: 45px;
}
}
#s-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136-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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 .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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-1f1377cb-9858-4bea-bced-c7f0b483b136 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136-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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 .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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f1377cb-9858-4bea-bced-c7f0b483b136 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136-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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 .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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f1377cb-9858-4bea-bced-c7f0b483b136 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136-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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 .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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f1377cb-9858-4bea-bced-c7f0b483b136 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136-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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 .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-1f1377cb-9858-4bea-bced-c7f0b483b136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f1377cb-9858-4bea-bced-c7f0b483b136 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-1f1377cb-9858-4bea-bced-c7f0b483b136 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f1377cb-9858-4bea-bced-c7f0b483b136.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b6f1a19f-3fa4-4e14-9d26-87e6eef988f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-b6f1a19f-3fa4-4e14-9d26-87e6eef988f4 {
  margin-top: -40px;
margin-left: 52px;
margin-right: 0px;
}
}







#s-b6f1a19f-3fa4-4e14-9d26-87e6eef988f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6f1a19f-3fa4-4e14-9d26-87e6eef988f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-489b2cc4-ad6e-4685-b53a-d6451f682812 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-489b2cc4-ad6e-4685-b53a-d6451f682812 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-489b2cc4-ad6e-4685-b53a-d6451f682812 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-c7cc882b-c995-4e5a-921d-6911ac0b0f69 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-c7cc882b-c995-4e5a-921d-6911ac0b0f69 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-c7cc882b-c995-4e5a-921d-6911ac0b0f69 .shg-proportional-font-size,
#s-c7cc882b-c995-4e5a-921d-6911ac0b0f69 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-c7cc882b-c995-4e5a-921d-6911ac0b0f69 .shg-proportional-font-size,
#s-c7cc882b-c995-4e5a-921d-6911ac0b0f69 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-153aa97b-01f4-4866-8f00-4f6bddb9d1c1 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-153aa97b-01f4-4866-8f00-4f6bddb9d1c1 {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-153aa97b-01f4-4866-8f00-4f6bddb9d1c1 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-153aa97b-01f4-4866-8f00-4f6bddb9d1c1 hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-a06b9958-dfe1-41ed-b00e-7b22a112d207 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-a06b9958-dfe1-41ed-b00e-7b22a112d207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a06b9958-dfe1-41ed-b00e-7b22a112d207.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937 {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-0c992447-f6be-447b-8174-9d0e4ac52937 {
  height: 45px;
max-width: 45px;
}
}
#s-0c992447-f6be-447b-8174-9d0e4ac52937 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937-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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937 .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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c992447-f6be-447b-8174-9d0e4ac52937 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-0c992447-f6be-447b-8174-9d0e4ac52937 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0c992447-f6be-447b-8174-9d0e4ac52937 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937-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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937 .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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c992447-f6be-447b-8174-9d0e4ac52937 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0c992447-f6be-447b-8174-9d0e4ac52937 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0c992447-f6be-447b-8174-9d0e4ac52937 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937-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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937 .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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c992447-f6be-447b-8174-9d0e4ac52937 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0c992447-f6be-447b-8174-9d0e4ac52937 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0c992447-f6be-447b-8174-9d0e4ac52937 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937-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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937 .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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c992447-f6be-447b-8174-9d0e4ac52937 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0c992447-f6be-447b-8174-9d0e4ac52937 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0c992447-f6be-447b-8174-9d0e4ac52937 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937-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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937 .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-0c992447-f6be-447b-8174-9d0e4ac52937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c992447-f6be-447b-8174-9d0e4ac52937 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-0c992447-f6be-447b-8174-9d0e4ac52937 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c992447-f6be-447b-8174-9d0e4ac52937.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-df84d81c-5101-48e1-9efa-1ae63becc0c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-df84d81c-5101-48e1-9efa-1ae63becc0c5 {
  margin-top: -40px;
margin-left: 52px;
}
}







#s-df84d81c-5101-48e1-9efa-1ae63becc0c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df84d81c-5101-48e1-9efa-1ae63becc0c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c2c258b-b862-48ad-84b6-3e09ce2b2585 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1c2c258b-b862-48ad-84b6-3e09ce2b2585 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-1c2c258b-b862-48ad-84b6-3e09ce2b2585 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-b9c19233-3db1-493a-968f-f7a4f012e306 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-b9c19233-3db1-493a-968f-f7a4f012e306 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-b9c19233-3db1-493a-968f-f7a4f012e306 .shg-proportional-font-size,
#s-b9c19233-3db1-493a-968f-f7a4f012e306 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-b9c19233-3db1-493a-968f-f7a4f012e306 .shg-proportional-font-size,
#s-b9c19233-3db1-493a-968f-f7a4f012e306 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-557b9486-b7b8-4382-b22e-f5fb55a3783e {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-557b9486-b7b8-4382-b22e-f5fb55a3783e {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-557b9486-b7b8-4382-b22e-f5fb55a3783e hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-557b9486-b7b8-4382-b22e-f5fb55a3783e hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f {
  margin-top: 10px;
}
}
#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(39, 38, 38, 0);
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 5px;
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(39, 38, 38, 0);
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-53b787bc-94ec-4c9a-ad22-99bc39543a6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-ed78dc05-7aad-4bd3-b3e7-532ab34a97d5 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-ed78dc05-7aad-4bd3-b3e7-532ab34a97d5 {
  margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-ed78dc05-7aad-4bd3-b3e7-532ab34a97d5 .shg-proportional-font-size,
#s-ed78dc05-7aad-4bd3-b3e7-532ab34a97d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ed78dc05-7aad-4bd3-b3e7-532ab34a97d5 .shg-proportional-font-size,
#s-ed78dc05-7aad-4bd3-b3e7-532ab34a97d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-1da19a45-1565-4a60-838f-e421123fc6f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(181, 205, 247, 0.44);
}
@media (max-width: 767px){#s-1da19a45-1565-4a60-838f-e421123fc6f4 {
  margin-top: 10px;
}
}







#s-1da19a45-1565-4a60-838f-e421123fc6f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1da19a45-1565-4a60-838f-e421123fc6f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-600b7636-8788-4921-923f-97cce12e099c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-600b7636-8788-4921-923f-97cce12e099c {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-600b7636-8788-4921-923f-97cce12e099c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-600b7636-8788-4921-923f-97cce12e099c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-6f4cca2f-5e29-483b-a398-79937627c917 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-6f4cca2f-5e29-483b-a398-79937627c917 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-6f4cca2f-5e29-483b-a398-79937627c917 .shg-proportional-font-size,
#s-6f4cca2f-5e29-483b-a398-79937627c917 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-6f4cca2f-5e29-483b-a398-79937627c917 .shg-proportional-font-size,
#s-6f4cca2f-5e29-483b-a398-79937627c917 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-4dc8da97-0300-41af-880b-0b190330adfa {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4dc8da97-0300-41af-880b-0b190330adfa {
  margin-top: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-4dc8da97-0300-41af-880b-0b190330adfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4dc8da97-0300-41af-880b-0b190330adfa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  margin-bottom: 25px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}
#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-image: url(https://i.shgcdn.com/2adb530c-14bd-4170-963f-2eff2b412533/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-image: url(https://i.shgcdn.com/2adb530c-14bd-4170-963f-2eff2b412533/-/resize/480x/);
}
#s-41665be2-e599-4050-8b1d-7fc260bb98d2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-image: url(https://i.shgcdn.com/2adb530c-14bd-4170-963f-2eff2b412533/-/resize/960x/);
}
#s-41665be2-e599-4050-8b1d-7fc260bb98d2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-image: url(https://i.shgcdn.com/2adb530c-14bd-4170-963f-2eff2b412533/-/resize/768x/);
}
#s-41665be2-e599-4050-8b1d-7fc260bb98d2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-image: url(https://i.shgcdn.com/2adb530c-14bd-4170-963f-2eff2b412533/-/resize/1536x/);
}
#s-41665be2-e599-4050-8b1d-7fc260bb98d2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-image: url(https://i.shgcdn.com/2adb530c-14bd-4170-963f-2eff2b412533/-/resize/1024x/);
}
#s-41665be2-e599-4050-8b1d-7fc260bb98d2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-image: url(https://i.shgcdn.com/2adb530c-14bd-4170-963f-2eff2b412533/-/resize/2048x/);
}
#s-41665be2-e599-4050-8b1d-7fc260bb98d2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-image: url(https://i.shgcdn.com/2adb530c-14bd-4170-963f-2eff2b412533/-/resize/1200x/);
}
#s-41665be2-e599-4050-8b1d-7fc260bb98d2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-41665be2-e599-4050-8b1d-7fc260bb98d2 {
  background-image: url(https://i.shgcdn.com/2adb530c-14bd-4170-963f-2eff2b412533/-/resize/2048x/);
}
#s-41665be2-e599-4050-8b1d-7fc260bb98d2.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-41665be2-e599-4050-8b1d-7fc260bb98d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41665be2-e599-4050-8b1d-7fc260bb98d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eecc90c0-6234-457d-a8c7-6ca4ac1facf9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-eecc90c0-6234-457d-a8c7-6ca4ac1facf9 {
  margin-left: 0px;
margin-right: 0px;
max-width: 260px;
}
}
#s-eecc90c0-6234-457d-a8c7-6ca4ac1facf9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-eecc90c0-6234-457d-a8c7-6ca4ac1facf9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-5a98354f-dc92-4126-8fc2-4c8e4675704e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-5a98354f-dc92-4126-8fc2-4c8e4675704e {
  margin-top: 5px;
margin-bottom: 0px;
}
}
#s-5a98354f-dc92-4126-8fc2-4c8e4675704e .shg-proportional-font-size,
#s-5a98354f-dc92-4126-8fc2-4c8e4675704e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-5a98354f-dc92-4126-8fc2-4c8e4675704e .shg-proportional-font-size,
#s-5a98354f-dc92-4126-8fc2-4c8e4675704e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-92adfaa0-9131-4d87-9746-fa308ed7f208 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-92adfaa0-9131-4d87-9746-fa308ed7f208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92adfaa0-9131-4d87-9746-fa308ed7f208.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  height: 45px;
max-width: 45px;
}
}
#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f-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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f-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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f img.shogun-image {
  width: 100%;
  
  
  

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




.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f-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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f img.shogun-image {
  width: 100%;
  
  
  

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




.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f-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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f img.shogun-image {
  width: 100%;
  
  
  

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




.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f-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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .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-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27acc6d9-ea7a-45bc-86b3-0a240e2dfa6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-444afd31-fb38-4dad-99d1-467bcc739cee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-444afd31-fb38-4dad-99d1-467bcc739cee {
  margin-top: -40px;
margin-left: 50px;
}
}







#s-444afd31-fb38-4dad-99d1-467bcc739cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-444afd31-fb38-4dad-99d1-467bcc739cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62792442-eea1-4f23-9c4d-034e2afd75bb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-62792442-eea1-4f23-9c4d-034e2afd75bb .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-62792442-eea1-4f23-9c4d-034e2afd75bb .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-8a840a0e-76cb-4c72-acc9-e0efcb7cdc86 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-8a840a0e-76cb-4c72-acc9-e0efcb7cdc86 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-8a840a0e-76cb-4c72-acc9-e0efcb7cdc86 .shg-proportional-font-size,
#s-8a840a0e-76cb-4c72-acc9-e0efcb7cdc86 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-8a840a0e-76cb-4c72-acc9-e0efcb7cdc86 .shg-proportional-font-size,
#s-8a840a0e-76cb-4c72-acc9-e0efcb7cdc86 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-4a943498-774a-4580-bbd9-faea387edd60 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-4a943498-774a-4580-bbd9-faea387edd60 {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-4a943498-774a-4580-bbd9-faea387edd60 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-4a943498-774a-4580-bbd9-faea387edd60 hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-5d9a54bf-54b0-498d-afc2-39e1268ad7f4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-5d9a54bf-54b0-498d-afc2-39e1268ad7f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d9a54bf-54b0-498d-afc2-39e1268ad7f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-962687e9-92b9-4263-bd69-460f404731cb {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-962687e9-92b9-4263-bd69-460f404731cb {
  height: 45px;
max-width: 45px;
}
}
#s-962687e9-92b9-4263-bd69-460f404731cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-962687e9-92b9-4263-bd69-460f404731cb-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-962687e9-92b9-4263-bd69-460f404731cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-962687e9-92b9-4263-bd69-460f404731cb .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-962687e9-92b9-4263-bd69-460f404731cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-962687e9-92b9-4263-bd69-460f404731cb img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-962687e9-92b9-4263-bd69-460f404731cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-962687e9-92b9-4263-bd69-460f404731cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-962687e9-92b9-4263-bd69-460f404731cb-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-962687e9-92b9-4263-bd69-460f404731cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-962687e9-92b9-4263-bd69-460f404731cb .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-962687e9-92b9-4263-bd69-460f404731cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-962687e9-92b9-4263-bd69-460f404731cb img.shogun-image {
  width: 100%;
  
  
  

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




.s-962687e9-92b9-4263-bd69-460f404731cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-962687e9-92b9-4263-bd69-460f404731cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-962687e9-92b9-4263-bd69-460f404731cb-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-962687e9-92b9-4263-bd69-460f404731cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-962687e9-92b9-4263-bd69-460f404731cb .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-962687e9-92b9-4263-bd69-460f404731cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-962687e9-92b9-4263-bd69-460f404731cb img.shogun-image {
  width: 100%;
  
  
  

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




.s-962687e9-92b9-4263-bd69-460f404731cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-962687e9-92b9-4263-bd69-460f404731cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-962687e9-92b9-4263-bd69-460f404731cb-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-962687e9-92b9-4263-bd69-460f404731cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-962687e9-92b9-4263-bd69-460f404731cb .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-962687e9-92b9-4263-bd69-460f404731cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-962687e9-92b9-4263-bd69-460f404731cb img.shogun-image {
  width: 100%;
  
  
  

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




.s-962687e9-92b9-4263-bd69-460f404731cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-962687e9-92b9-4263-bd69-460f404731cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-962687e9-92b9-4263-bd69-460f404731cb-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-962687e9-92b9-4263-bd69-460f404731cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-962687e9-92b9-4263-bd69-460f404731cb .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-962687e9-92b9-4263-bd69-460f404731cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-962687e9-92b9-4263-bd69-460f404731cb img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-962687e9-92b9-4263-bd69-460f404731cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962687e9-92b9-4263-bd69-460f404731cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8e1b90cf-de68-4c05-9e0a-d75d3040c342 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-8e1b90cf-de68-4c05-9e0a-d75d3040c342 {
  margin-top: -40px;
margin-left: 50px;
}
}







#s-8e1b90cf-de68-4c05-9e0a-d75d3040c342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e1b90cf-de68-4c05-9e0a-d75d3040c342.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22df2ff1-36f5-47fb-9cd1-e38972a18370 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-22df2ff1-36f5-47fb-9cd1-e38972a18370 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-22df2ff1-36f5-47fb-9cd1-e38972a18370 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-ef4a98bf-4dde-442f-a4d4-9baef164801a {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-ef4a98bf-4dde-442f-a4d4-9baef164801a {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-ef4a98bf-4dde-442f-a4d4-9baef164801a .shg-proportional-font-size,
#s-ef4a98bf-4dde-442f-a4d4-9baef164801a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ef4a98bf-4dde-442f-a4d4-9baef164801a .shg-proportional-font-size,
#s-ef4a98bf-4dde-442f-a4d4-9baef164801a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-a7b73918-7e6b-4730-931c-7bc90fea4427 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-a7b73918-7e6b-4730-931c-7bc90fea4427 {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-a7b73918-7e6b-4730-931c-7bc90fea4427 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-a7b73918-7e6b-4730-931c-7bc90fea4427 hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-31164f5d-86af-46e0-9ce8-c31e62413870 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-31164f5d-86af-46e0-9ce8-c31e62413870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31164f5d-86af-46e0-9ce8-c31e62413870.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  height: 45px;
max-width: 45px;
}
}
#s-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507-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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 .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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-638a53ac-6f3e-48ee-91b5-0581ae738507 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507-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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 .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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 img.shogun-image {
  width: 100%;
  
  
  

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




.s-638a53ac-6f3e-48ee-91b5-0581ae738507 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507-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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 .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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 img.shogun-image {
  width: 100%;
  
  
  

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




.s-638a53ac-6f3e-48ee-91b5-0581ae738507 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507-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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 .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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 img.shogun-image {
  width: 100%;
  
  
  

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




.s-638a53ac-6f3e-48ee-91b5-0581ae738507 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507-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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 .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-638a53ac-6f3e-48ee-91b5-0581ae738507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638a53ac-6f3e-48ee-91b5-0581ae738507 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-638a53ac-6f3e-48ee-91b5-0581ae738507 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a53ac-6f3e-48ee-91b5-0581ae738507.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6332a8ae-5b2c-4cb7-9031-a7740d638cac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6332a8ae-5b2c-4cb7-9031-a7740d638cac {
  margin-top: -40px;
margin-left: 50px;
}
}







#s-6332a8ae-5b2c-4cb7-9031-a7740d638cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6332a8ae-5b2c-4cb7-9031-a7740d638cac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f3fc2fb-bf1f-4c62-a022-8beb6c05f8da {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2f3fc2fb-bf1f-4c62-a022-8beb6c05f8da .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-2f3fc2fb-bf1f-4c62-a022-8beb6c05f8da .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-6397e6ba-b088-4d08-adba-db90803923c7 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-6397e6ba-b088-4d08-adba-db90803923c7 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-6397e6ba-b088-4d08-adba-db90803923c7 .shg-proportional-font-size,
#s-6397e6ba-b088-4d08-adba-db90803923c7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-6397e6ba-b088-4d08-adba-db90803923c7 .shg-proportional-font-size,
#s-6397e6ba-b088-4d08-adba-db90803923c7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-60513d01-d9f3-4fd0-9aa4-47140b3c7161 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-60513d01-d9f3-4fd0-9aa4-47140b3c7161 {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-60513d01-d9f3-4fd0-9aa4-47140b3c7161 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-60513d01-d9f3-4fd0-9aa4-47140b3c7161 hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-b770e104-644e-4c22-8e2a-7b0514a02c8f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b770e104-644e-4c22-8e2a-7b0514a02c8f {
  margin-top: 10px;
}
}
#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(39, 38, 38, 0);
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 5px;
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(39, 38, 38, 0);
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-b770e104-644e-4c22-8e2a-7b0514a02c8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-0931c238-c05f-4279-a1af-51f4942d10c1 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-0931c238-c05f-4279-a1af-51f4942d10c1 {
  margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-0931c238-c05f-4279-a1af-51f4942d10c1 .shg-proportional-font-size,
#s-0931c238-c05f-4279-a1af-51f4942d10c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-0931c238-c05f-4279-a1af-51f4942d10c1 .shg-proportional-font-size,
#s-0931c238-c05f-4279-a1af-51f4942d10c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-e214fbc8-d069-46e3-813d-b90fd016e2f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(181, 205, 247, 0.44);
}
@media (max-width: 767px){#s-e214fbc8-d069-46e3-813d-b90fd016e2f4 {
  margin-top: 10px;
}
}







#s-e214fbc8-d069-46e3-813d-b90fd016e2f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e214fbc8-d069-46e3-813d-b90fd016e2f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a12ada5-c02f-486b-bb46-84b54e143250 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0a12ada5-c02f-486b-bb46-84b54e143250 {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-0a12ada5-c02f-486b-bb46-84b54e143250 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-0a12ada5-c02f-486b-bb46-84b54e143250 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-7a2926e6-8938-44dc-801e-9d7f033891e8 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-7a2926e6-8938-44dc-801e-9d7f033891e8 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-7a2926e6-8938-44dc-801e-9d7f033891e8 .shg-proportional-font-size,
#s-7a2926e6-8938-44dc-801e-9d7f033891e8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-7a2926e6-8938-44dc-801e-9d7f033891e8 .shg-proportional-font-size,
#s-7a2926e6-8938-44dc-801e-9d7f033891e8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-46f8cf83-72c6-44a8-bcd2-a317e9685070 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-46f8cf83-72c6-44a8-bcd2-a317e9685070 {
  margin-top: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-46f8cf83-72c6-44a8-bcd2-a317e9685070 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46f8cf83-72c6-44a8-bcd2-a317e9685070.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  margin-bottom: 25px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/-/resize/480x/);
}
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/-/resize/960x/);
}
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/-/resize/768x/);
}
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/-/resize/1536x/);
}
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/-/resize/1024x/);
}
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/-/resize/2048x/);
}
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/-/resize/1200x/);
}
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e {
  background-image: url(https://i.shgcdn.com/35b438df-212d-4c0b-a3f2-0f32513517ac/-/resize/2048x/);
}
#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df30cbe8-b6fe-4834-b25c-b5132ab3a73e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a50a8f52-3400-4c5e-904a-f5d67d4bd3f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-a50a8f52-3400-4c5e-904a-f5d67d4bd3f9 {
  margin-left: 0px;
margin-right: 0px;
max-width: 260px;
}
}
#s-a50a8f52-3400-4c5e-904a-f5d67d4bd3f9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-a50a8f52-3400-4c5e-904a-f5d67d4bd3f9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-238724cd-c80d-49ee-8ab5-e67cd5e0267a {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-238724cd-c80d-49ee-8ab5-e67cd5e0267a {
  margin-top: 5px;
margin-bottom: 0px;
}
}
#s-238724cd-c80d-49ee-8ab5-e67cd5e0267a .shg-proportional-font-size,
#s-238724cd-c80d-49ee-8ab5-e67cd5e0267a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-238724cd-c80d-49ee-8ab5-e67cd5e0267a .shg-proportional-font-size,
#s-238724cd-c80d-49ee-8ab5-e67cd5e0267a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-62da8aa7-fd7a-4baf-bcf5-f58ff2a4c858 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-62da8aa7-fd7a-4baf-bcf5-f58ff2a4c858 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62da8aa7-fd7a-4baf-bcf5-f58ff2a4c858.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-f28cdec3-ad08-4703-be13-454b1b4402ea {
  height: 45px;
max-width: 45px;
}
}
#s-f28cdec3-ad08-4703-be13-454b1b4402ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea-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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea .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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f28cdec3-ad08-4703-be13-454b1b4402ea img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-f28cdec3-ad08-4703-be13-454b1b4402ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f28cdec3-ad08-4703-be13-454b1b4402ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea-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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea .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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f28cdec3-ad08-4703-be13-454b1b4402ea img.shogun-image {
  width: 100%;
  
  
  

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




.s-f28cdec3-ad08-4703-be13-454b1b4402ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f28cdec3-ad08-4703-be13-454b1b4402ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea-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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea .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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f28cdec3-ad08-4703-be13-454b1b4402ea img.shogun-image {
  width: 100%;
  
  
  

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




.s-f28cdec3-ad08-4703-be13-454b1b4402ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f28cdec3-ad08-4703-be13-454b1b4402ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea-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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea .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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f28cdec3-ad08-4703-be13-454b1b4402ea img.shogun-image {
  width: 100%;
  
  
  

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




.s-f28cdec3-ad08-4703-be13-454b1b4402ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f28cdec3-ad08-4703-be13-454b1b4402ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea-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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea .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-f28cdec3-ad08-4703-be13-454b1b4402ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f28cdec3-ad08-4703-be13-454b1b4402ea img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-f28cdec3-ad08-4703-be13-454b1b4402ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28cdec3-ad08-4703-be13-454b1b4402ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-371eb668-64b2-46d7-8c6a-622eb338aba9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-371eb668-64b2-46d7-8c6a-622eb338aba9 {
  margin-top: -40px;
margin-left: 50px;
}
}







#s-371eb668-64b2-46d7-8c6a-622eb338aba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-371eb668-64b2-46d7-8c6a-622eb338aba9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7eb1686-28d4-4ecd-9630-7740255ca27a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a7eb1686-28d4-4ecd-9630-7740255ca27a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-a7eb1686-28d4-4ecd-9630-7740255ca27a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-860c3e99-1fd3-4678-b846-1e3635b87e46 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-860c3e99-1fd3-4678-b846-1e3635b87e46 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-860c3e99-1fd3-4678-b846-1e3635b87e46 .shg-proportional-font-size,
#s-860c3e99-1fd3-4678-b846-1e3635b87e46 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-860c3e99-1fd3-4678-b846-1e3635b87e46 .shg-proportional-font-size,
#s-860c3e99-1fd3-4678-b846-1e3635b87e46 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-efcf8b27-32ad-4f92-bb4a-f07df5cb641c {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-efcf8b27-32ad-4f92-bb4a-f07df5cb641c {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-efcf8b27-32ad-4f92-bb4a-f07df5cb641c hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-efcf8b27-32ad-4f92-bb4a-f07df5cb641c hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-038d593f-6610-4e03-b9c8-cdef3fab2408 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-038d593f-6610-4e03-b9c8-cdef3fab2408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-038d593f-6610-4e03-b9c8-cdef3fab2408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-235ce819-daf6-488a-b3dd-83f9d426573b {
  height: 45px;
max-width: 45px;
}
}
#s-235ce819-daf6-488a-b3dd-83f9d426573b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b-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-235ce819-daf6-488a-b3dd-83f9d426573b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b .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-235ce819-daf6-488a-b3dd-83f9d426573b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-235ce819-daf6-488a-b3dd-83f9d426573b img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-235ce819-daf6-488a-b3dd-83f9d426573b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-235ce819-daf6-488a-b3dd-83f9d426573b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b-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-235ce819-daf6-488a-b3dd-83f9d426573b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b .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-235ce819-daf6-488a-b3dd-83f9d426573b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-235ce819-daf6-488a-b3dd-83f9d426573b img.shogun-image {
  width: 100%;
  
  
  

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




.s-235ce819-daf6-488a-b3dd-83f9d426573b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-235ce819-daf6-488a-b3dd-83f9d426573b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b-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-235ce819-daf6-488a-b3dd-83f9d426573b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b .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-235ce819-daf6-488a-b3dd-83f9d426573b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-235ce819-daf6-488a-b3dd-83f9d426573b img.shogun-image {
  width: 100%;
  
  
  

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




.s-235ce819-daf6-488a-b3dd-83f9d426573b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-235ce819-daf6-488a-b3dd-83f9d426573b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b-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-235ce819-daf6-488a-b3dd-83f9d426573b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b .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-235ce819-daf6-488a-b3dd-83f9d426573b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-235ce819-daf6-488a-b3dd-83f9d426573b img.shogun-image {
  width: 100%;
  
  
  

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




.s-235ce819-daf6-488a-b3dd-83f9d426573b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-235ce819-daf6-488a-b3dd-83f9d426573b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b-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-235ce819-daf6-488a-b3dd-83f9d426573b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b .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-235ce819-daf6-488a-b3dd-83f9d426573b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-235ce819-daf6-488a-b3dd-83f9d426573b img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-235ce819-daf6-488a-b3dd-83f9d426573b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235ce819-daf6-488a-b3dd-83f9d426573b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b524d4aa-9db3-4cc5-8fd2-814368027fac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-b524d4aa-9db3-4cc5-8fd2-814368027fac {
  margin-top: -40px;
margin-left: 50px;
}
}







#s-b524d4aa-9db3-4cc5-8fd2-814368027fac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b524d4aa-9db3-4cc5-8fd2-814368027fac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b42e58ee-0aca-45ff-b3a0-11031a6ab537 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b42e58ee-0aca-45ff-b3a0-11031a6ab537 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-b42e58ee-0aca-45ff-b3a0-11031a6ab537 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-cdc1f077-0ac7-4909-946e-eff1144b4156 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-cdc1f077-0ac7-4909-946e-eff1144b4156 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-cdc1f077-0ac7-4909-946e-eff1144b4156 .shg-proportional-font-size,
#s-cdc1f077-0ac7-4909-946e-eff1144b4156 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-cdc1f077-0ac7-4909-946e-eff1144b4156 .shg-proportional-font-size,
#s-cdc1f077-0ac7-4909-946e-eff1144b4156 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-ad84a46e-f883-4de3-a7f4-ff10edea8698 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-ad84a46e-f883-4de3-a7f4-ff10edea8698 {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-ad84a46e-f883-4de3-a7f4-ff10edea8698 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-ad84a46e-f883-4de3-a7f4-ff10edea8698 hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-b03cf445-ea9b-4b2f-8da9-01cc30dc1a02 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-b03cf445-ea9b-4b2f-8da9-01cc30dc1a02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b03cf445-ea9b-4b2f-8da9-01cc30dc1a02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  height: 45px;
max-width: 45px;
}
}
#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7-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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7-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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7-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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7-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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7-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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .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-8ba82bd8-7687-42c0-8186-c7bd4022bef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82bd8-7687-42c0-8186-c7bd4022bef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bc0fd363-33da-47a3-a192-582730b700ec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-bc0fd363-33da-47a3-a192-582730b700ec {
  margin-top: -40px;
margin-left: 50px;
}
}







#s-bc0fd363-33da-47a3-a192-582730b700ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc0fd363-33da-47a3-a192-582730b700ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-465386a8-98c8-4148-bd64-3c21620dd4af {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-465386a8-98c8-4148-bd64-3c21620dd4af .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-465386a8-98c8-4148-bd64-3c21620dd4af .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-2a9b335b-d81b-4839-bd19-c4ab5ab48c0d {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-2a9b335b-d81b-4839-bd19-c4ab5ab48c0d {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-2a9b335b-d81b-4839-bd19-c4ab5ab48c0d .shg-proportional-font-size,
#s-2a9b335b-d81b-4839-bd19-c4ab5ab48c0d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-2a9b335b-d81b-4839-bd19-c4ab5ab48c0d .shg-proportional-font-size,
#s-2a9b335b-d81b-4839-bd19-c4ab5ab48c0d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-8c30510d-004b-4003-81d1-f251ee9091c0 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-8c30510d-004b-4003-81d1-f251ee9091c0 {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-8c30510d-004b-4003-81d1-f251ee9091c0 hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-8c30510d-004b-4003-81d1-f251ee9091c0 hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 {
  margin-top: 10px;
}
}
#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(39, 38, 38, 0);
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 5px;
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(39, 38, 38, 0);
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-a9b07315-557f-45ce-a3e0-728aa9c642f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-54c7d2e4-5df3-43db-ae88-de346fdd3f9e {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-54c7d2e4-5df3-43db-ae88-de346fdd3f9e {
  margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-54c7d2e4-5df3-43db-ae88-de346fdd3f9e .shg-proportional-font-size,
#s-54c7d2e4-5df3-43db-ae88-de346fdd3f9e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-54c7d2e4-5df3-43db-ae88-de346fdd3f9e .shg-proportional-font-size,
#s-54c7d2e4-5df3-43db-ae88-de346fdd3f9e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-356dc3ca-5d2d-4b75-9320-5d3934d8153f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(181, 205, 247, 0.44);
}
@media (max-width: 767px){#s-356dc3ca-5d2d-4b75-9320-5d3934d8153f {
  margin-top: 10px;
}
}







#s-356dc3ca-5d2d-4b75-9320-5d3934d8153f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-356dc3ca-5d2d-4b75-9320-5d3934d8153f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3b9947b-d308-4fc8-b231-81df5267379a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f3b9947b-d308-4fc8-b231-81df5267379a {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-f3b9947b-d308-4fc8-b231-81df5267379a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-f3b9947b-d308-4fc8-b231-81df5267379a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-a00ac169-5fe2-4e5a-b90e-c8af91df4256 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-a00ac169-5fe2-4e5a-b90e-c8af91df4256 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-a00ac169-5fe2-4e5a-b90e-c8af91df4256 .shg-proportional-font-size,
#s-a00ac169-5fe2-4e5a-b90e-c8af91df4256 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a00ac169-5fe2-4e5a-b90e-c8af91df4256 .shg-proportional-font-size,
#s-a00ac169-5fe2-4e5a-b90e-c8af91df4256 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-9e1d049c-ba4a-4afe-8100-d3cf83756fea {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9e1d049c-ba4a-4afe-8100-d3cf83756fea {
  margin-top: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-9e1d049c-ba4a-4afe-8100-d3cf83756fea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e1d049c-ba4a-4afe-8100-d3cf83756fea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  margin-bottom: 25px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/-/resize/480x/);
}
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/-/resize/960x/);
}
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/-/resize/768x/);
}
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/-/resize/1536x/);
}
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/-/resize/1024x/);
}
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/-/resize/2048x/);
}
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/-/resize/1200x/);
}
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c {
  background-image: url(https://i.shgcdn.com/82dfc525-61c8-4392-af58-5b8d023ebed2/-/resize/2048x/);
}
#s-6b553512-951b-4a1e-b3b8-92a39e5f947c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6b553512-951b-4a1e-b3b8-92a39e5f947c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b553512-951b-4a1e-b3b8-92a39e5f947c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c2c5f9e-707b-49b4-a35b-1b9140e221ed {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: left;
background-color: rgba(255, 0, 0, 0);
}
@media (max-width: 767px){#s-7c2c5f9e-707b-49b4-a35b-1b9140e221ed {
  margin-left: 0px;
margin-right: 0px;
max-width: 260px;
}
}
#s-7c2c5f9e-707b-49b4-a35b-1b9140e221ed .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-7c2c5f9e-707b-49b4-a35b-1b9140e221ed .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-50d055e1-d9ab-439c-9e7b-761ad3e4484e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-50d055e1-d9ab-439c-9e7b-761ad3e4484e {
  margin-top: 5px;
margin-bottom: 0px;
}
}
#s-50d055e1-d9ab-439c-9e7b-761ad3e4484e .shg-proportional-font-size,
#s-50d055e1-d9ab-439c-9e7b-761ad3e4484e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-50d055e1-d9ab-439c-9e7b-761ad3e4484e .shg-proportional-font-size,
#s-50d055e1-d9ab-439c-9e7b-761ad3e4484e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-e85d2b59-5a3f-41c8-b478-7961dcad33a9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-e85d2b59-5a3f-41c8-b478-7961dcad33a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e85d2b59-5a3f-41c8-b478-7961dcad33a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-e462b485-5752-4ea7-84cf-4af73b269ded {
  height: 45px;
max-width: 45px;
}
}
#s-e462b485-5752-4ea7-84cf-4af73b269ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded-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-e462b485-5752-4ea7-84cf-4af73b269ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded .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-e462b485-5752-4ea7-84cf-4af73b269ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e462b485-5752-4ea7-84cf-4af73b269ded img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-e462b485-5752-4ea7-84cf-4af73b269ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e462b485-5752-4ea7-84cf-4af73b269ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded-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-e462b485-5752-4ea7-84cf-4af73b269ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded .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-e462b485-5752-4ea7-84cf-4af73b269ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e462b485-5752-4ea7-84cf-4af73b269ded img.shogun-image {
  width: 100%;
  
  
  

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




.s-e462b485-5752-4ea7-84cf-4af73b269ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e462b485-5752-4ea7-84cf-4af73b269ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded-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-e462b485-5752-4ea7-84cf-4af73b269ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded .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-e462b485-5752-4ea7-84cf-4af73b269ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e462b485-5752-4ea7-84cf-4af73b269ded img.shogun-image {
  width: 100%;
  
  
  

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




.s-e462b485-5752-4ea7-84cf-4af73b269ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e462b485-5752-4ea7-84cf-4af73b269ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded-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-e462b485-5752-4ea7-84cf-4af73b269ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded .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-e462b485-5752-4ea7-84cf-4af73b269ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e462b485-5752-4ea7-84cf-4af73b269ded img.shogun-image {
  width: 100%;
  
  
  

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




.s-e462b485-5752-4ea7-84cf-4af73b269ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e462b485-5752-4ea7-84cf-4af73b269ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded-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-e462b485-5752-4ea7-84cf-4af73b269ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded .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-e462b485-5752-4ea7-84cf-4af73b269ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e462b485-5752-4ea7-84cf-4af73b269ded img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-e462b485-5752-4ea7-84cf-4af73b269ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e462b485-5752-4ea7-84cf-4af73b269ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c78a2935-a1a6-4273-a2c5-33232e7c31cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c78a2935-a1a6-4273-a2c5-33232e7c31cc {
  margin-top: -40px;
margin-left: 50px;
}
}







#s-c78a2935-a1a6-4273-a2c5-33232e7c31cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c78a2935-a1a6-4273-a2c5-33232e7c31cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f918df37-9ed4-418b-94ad-03ead00d9c83 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f918df37-9ed4-418b-94ad-03ead00d9c83 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-f918df37-9ed4-418b-94ad-03ead00d9c83 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-39affb07-b0b5-430c-a30d-4403ef508a3f {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-39affb07-b0b5-430c-a30d-4403ef508a3f {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-39affb07-b0b5-430c-a30d-4403ef508a3f .shg-proportional-font-size,
#s-39affb07-b0b5-430c-a30d-4403ef508a3f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-39affb07-b0b5-430c-a30d-4403ef508a3f .shg-proportional-font-size,
#s-39affb07-b0b5-430c-a30d-4403ef508a3f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-664164b9-35b4-4594-9915-ddb3508b711e {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-664164b9-35b4-4594-9915-ddb3508b711e {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-664164b9-35b4-4594-9915-ddb3508b711e hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-664164b9-35b4-4594-9915-ddb3508b711e hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-3dbd510e-5d12-4925-a2f4-f5bc01eaca1c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-3dbd510e-5d12-4925-a2f4-f5bc01eaca1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dbd510e-5d12-4925-a2f4-f5bc01eaca1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  height: 45px;
max-width: 45px;
}
}
#s-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0-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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 .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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-a1956f51-2482-425d-bad9-a5c320dad6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0-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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 .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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a1956f51-2482-425d-bad9-a5c320dad6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0-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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 .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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a1956f51-2482-425d-bad9-a5c320dad6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0-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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 .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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a1956f51-2482-425d-bad9-a5c320dad6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0-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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 .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-a1956f51-2482-425d-bad9-a5c320dad6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a1956f51-2482-425d-bad9-a5c320dad6d0 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-a1956f51-2482-425d-bad9-a5c320dad6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1956f51-2482-425d-bad9-a5c320dad6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6d121299-6ad5-407a-93c2-9d9d23913a29 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6d121299-6ad5-407a-93c2-9d9d23913a29 {
  margin-top: -40px;
margin-left: 50px;
}
}







#s-6d121299-6ad5-407a-93c2-9d9d23913a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d121299-6ad5-407a-93c2-9d9d23913a29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb2931b8-7c7a-4070-a3fd-2850721654dc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-eb2931b8-7c7a-4070-a3fd-2850721654dc .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-eb2931b8-7c7a-4070-a3fd-2850721654dc .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-83a17917-fd60-4454-b884-f2f539c7c202 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-83a17917-fd60-4454-b884-f2f539c7c202 {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-83a17917-fd60-4454-b884-f2f539c7c202 .shg-proportional-font-size,
#s-83a17917-fd60-4454-b884-f2f539c7c202 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-83a17917-fd60-4454-b884-f2f539c7c202 .shg-proportional-font-size,
#s-83a17917-fd60-4454-b884-f2f539c7c202 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-30c5339f-0bf9-4d6e-b393-e6758ac22a4f {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-30c5339f-0bf9-4d6e-b393-e6758ac22a4f {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-30c5339f-0bf9-4d6e-b393-e6758ac22a4f hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-30c5339f-0bf9-4d6e-b393-e6758ac22a4f hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-4a1f678e-4108-48c5-8750-e66f6adaa3bd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-4a1f678e-4108-48c5-8750-e66f6adaa3bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a1f678e-4108-48c5-8750-e66f6adaa3bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  margin-left: 0%;
margin-right: 0%;
height: 80px;
max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  height: 45px;
max-width: 45px;
}
}
#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819-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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 img.shogun-image {
  width: 100%;
  height: 80px;
  
  max-width: 80px;

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




.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819-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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819-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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819-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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819-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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .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-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b8fd80-bd2f-4b96-aff5-10a7eb19f819.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-75f07e65-af47-48f3-b079-9d5052d024f7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-75f07e65-af47-48f3-b079-9d5052d024f7 {
  margin-top: -40px;
margin-left: 50px;
}
}







#s-75f07e65-af47-48f3-b079-9d5052d024f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75f07e65-af47-48f3-b079-9d5052d024f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39b795a5-5f05-4173-b69f-1cc60472edc5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-39b795a5-5f05-4173-b69f-1cc60472edc5 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-39b795a5-5f05-4173-b69f-1cc60472edc5 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-5ac2659d-8cad-42b6-9067-59f51ba79a5a {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-5ac2659d-8cad-42b6-9067-59f51ba79a5a {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-5ac2659d-8cad-42b6-9067-59f51ba79a5a .shg-proportional-font-size,
#s-5ac2659d-8cad-42b6-9067-59f51ba79a5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-5ac2659d-8cad-42b6-9067-59f51ba79a5a .shg-proportional-font-size,
#s-5ac2659d-8cad-42b6-9067-59f51ba79a5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-5db96a3c-b28d-49aa-9786-98d99261decf {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-5db96a3c-b28d-49aa-9786-98d99261decf {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-5db96a3c-b28d-49aa-9786-98d99261decf hr {
  border-top: 1px solid rgba(136, 158, 191, 1);
}
@media (max-width: 767px){#s-5db96a3c-b28d-49aa-9786-98d99261decf hr {
  border-top: 1px solid rgba(136, 158, 191, 0.7);
}
}
#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 {
  margin-top: 10px;
}
}
#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(39, 38, 38, 0);
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 5px;
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(39, 38, 38, 0);
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-0f3beb9f-e750-4404-a1dd-4c76d2782cf4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-e47a2a79-2e9d-4526-9d80-fc30bf01b15c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-e47a2a79-2e9d-4526-9d80-fc30bf01b15c {
  margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-e47a2a79-2e9d-4526-9d80-fc30bf01b15c .shg-proportional-font-size,
#s-e47a2a79-2e9d-4526-9d80-fc30bf01b15c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-e47a2a79-2e9d-4526-9d80-fc30bf01b15c .shg-proportional-font-size,
#s-e47a2a79-2e9d-4526-9d80-fc30bf01b15c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
#s-300a9599-d66f-4183-a2c7-efb776ab1203 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(181, 205, 247, 0.44);
}
@media (max-width: 767px){#s-300a9599-d66f-4183-a2c7-efb776ab1203 {
  margin-top: 10px;
}
}







#s-300a9599-d66f-4183-a2c7-efb776ab1203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-300a9599-d66f-4183-a2c7-efb776ab1203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd69b8cd-bbdb-46d7-9898-635769c1ca1c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bd69b8cd-bbdb-46d7-9898-635769c1ca1c {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-bd69b8cd-bbdb-46d7-9898-635769c1ca1c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-bd69b8cd-bbdb-46d7-9898-635769c1ca1c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}


}
#s-cc8615b3-133e-4563-b84f-b55e0740937d {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (max-width: 767px){#s-cc8615b3-133e-4563-b84f-b55e0740937d {
  margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-cc8615b3-133e-4563-b84f-b55e0740937d .shg-proportional-font-size,
#s-cc8615b3-133e-4563-b84f-b55e0740937d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-cc8615b3-133e-4563-b84f-b55e0740937d .shg-proportional-font-size,
#s-cc8615b3-133e-4563-b84f-b55e0740937d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 65;
    
    
    font-size: 0.65em;
  
}
}
/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}