.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-2108083c-2ea0-433c-9125-c2f01a77a0b7 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-2108083c-2ea0-433c-9125-c2f01a77a0b7 {
  display: none;
}
#s-2108083c-2ea0-433c-9125-c2f01a77a0b7, #wrap-s-2108083c-2ea0-433c-9125-c2f01a77a0b7, #wrap-content-s-2108083c-2ea0-433c-9125-c2f01a77a0b7 { display: none !important; }}@media (max-width: 767px){#s-2108083c-2ea0-433c-9125-c2f01a77a0b7 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-2108083c-2ea0-433c-9125-c2f01a77a0b7, #wrap-s-2108083c-2ea0-433c-9125-c2f01a77a0b7, #wrap-content-s-2108083c-2ea0-433c-9125-c2f01a77a0b7 { display: none !important; }}
#s-2108083c-2ea0-433c-9125-c2f01a77a0b7 {
  background-image: url(https://i.shgcdn.com/80bc4a90-d9dd-4ed7-807a-a615872124b4/);
}








#s-2108083c-2ea0-433c-9125-c2f01a77a0b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2108083c-2ea0-433c-9125-c2f01a77a0b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-2108083c-2ea0-433c-9125-c2f01a77a0b7 > .shg-box-overlay {
  background-color: rgba(10, 1, 16, 1);
  opacity: 0.7;
  display: block;
}#s-2108083c-2ea0-433c-9125-c2f01a77a0b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-2108083c-2ea0-433c-9125-c2f01a77a0b7 > .shg-box-overlay {
  background-color: rgba(7, 0, 0, 1);
  opacity: 0.7;
  display: block;
}#s-2108083c-2ea0-433c-9125-c2f01a77a0b7.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;
}

@media (min-width: 1200px){#s-a2a6e7a0-f1ae-4516-9b59-3ee6280fffe3 {
  padding-top: 21px;
padding-bottom: 21px;
}
}
@media (min-width: 0px) {
[id="s-a2a6e7a0-f1ae-4516-9b59-3ee6280fffe3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a2a6e7a0-f1ae-4516-9b59-3ee6280fffe3"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-a2a6e7a0-f1ae-4516-9b59-3ee6280fffe3"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2a6e7a0-f1ae-4516-9b59-3ee6280fffe3"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-83c88f64-46b0-4674-b81a-039382755844 {
  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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.22);
}
@media (min-width: 1200px){#s-83c88f64-46b0-4674-b81a-039382755844 {
  margin-top: 1px;
margin-bottom: 1px;
border-top-width: 0.1px;
border-left-width: 0.1px;
border-bottom-width: 0.1px;
border-right-width: 0.1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 12px;
min-height: 140px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83c88f64-46b0-4674-b81a-039382755844 {
  margin-bottom: 5px;
min-height: 63px;
}
}@media (max-width: 767px){#s-83c88f64-46b0-4674-b81a-039382755844 {
  margin-bottom: 20px;
}
}







#s-83c88f64-46b0-4674-b81a-039382755844 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83c88f64-46b0-4674-b81a-039382755844.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-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-3e022851-3b90-4102-9902-8573348f6b5d {
  margin-left: auto;
margin-right: auto;
max-width: 596px;
text-align: center;
}
@media (min-width: 1200px){#s-3e022851-3b90-4102-9902-8573348f6b5d {
  max-width: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e022851-3b90-4102-9902-8573348f6b5d {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-3e022851-3b90-4102-9902-8573348f6b5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e022851-3b90-4102-9902-8573348f6b5d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e022851-3b90-4102-9902-8573348f6b5d img.shogun-image {
  width: 100%;
  
  
  max-width: 596px;

  /* 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-3e022851-3b90-4102-9902-8573348f6b5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e022851-3b90-4102-9902-8573348f6b5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e022851-3b90-4102-9902-8573348f6b5d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 23px;
  padding-bottom: 32px;
}


.shg-image-content-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e022851-3b90-4102-9902-8573348f6b5d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

  /* 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-3e022851-3b90-4102-9902-8573348f6b5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e022851-3b90-4102-9902-8573348f6b5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-3e022851-3b90-4102-9902-8573348f6b5d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e022851-3b90-4102-9902-8573348f6b5d 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-3e022851-3b90-4102-9902-8573348f6b5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e022851-3b90-4102-9902-8573348f6b5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e022851-3b90-4102-9902-8573348f6b5d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e022851-3b90-4102-9902-8573348f6b5d 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-3e022851-3b90-4102-9902-8573348f6b5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e022851-3b90-4102-9902-8573348f6b5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e022851-3b90-4102-9902-8573348f6b5d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e022851-3b90-4102-9902-8573348f6b5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e022851-3b90-4102-9902-8573348f6b5d 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-3e022851-3b90-4102-9902-8573348f6b5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e022851-3b90-4102-9902-8573348f6b5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-b898e456-86e5-46b9-8250-0c1ffd568760 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b898e456-86e5-46b9-8250-0c1ffd568760 {
  padding-bottom: 22px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b898e456-86e5-46b9-8250-0c1ffd568760 {
  margin-bottom: 5px;
}
}
#s-b898e456-86e5-46b9-8250-0c1ffd568760 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-b898e456-86e5-46b9-8250-0c1ffd568760 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b898e456-86e5-46b9-8250-0c1ffd568760 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-9af3d025-f7c4-4fd2-bb12-6b463f6f3292 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.22);
}
@media (min-width: 1200px){#s-9af3d025-f7c4-4fd2-bb12-6b463f6f3292 {
  margin-top: 1px;
margin-bottom: 1px;
border-top-width: 0.1px;
border-left-width: 0.1px;
border-bottom-width: 0.1px;
border-right-width: 0.1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 12px;
min-height: 140px;
}
}@media (max-width: 767px){#s-9af3d025-f7c4-4fd2-bb12-6b463f6f3292 {
  margin-bottom: 20px;
}
}







#s-9af3d025-f7c4-4fd2-bb12-6b463f6f3292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9af3d025-f7c4-4fd2-bb12-6b463f6f3292.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  margin-left: auto;
margin-right: auto;
max-width: 596px;
text-align: center;
}
@media (min-width: 1200px){#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  max-width: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  margin-left: 7%;
margin-bottom: 1px;
margin-right: 7%;
max-width: 495px;
}
}
#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 img.shogun-image {
  width: 100%;
  
  
  max-width: 596px;

  /* 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-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 23px;
  padding-bottom: 32px;
}


.shg-image-content-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

  /* 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-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 7%;
  margin-right: 7%;
  
  margin-bottom: 1px;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 3%;
  padding-right: 3%;
  
  
}


.shg-image-content-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 img.shogun-image {
  width: 100%;
  
  
  max-width: 495px;

  /* 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-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 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-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1 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-9389a0f7-4a49-47ed-aaae-3753cda44ab1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9389a0f7-4a49-47ed-aaae-3753cda44ab1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-53baa614-52b6-4801-a56e-696b7104c9a2 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-53baa614-52b6-4801-a56e-696b7104c9a2 {
  padding-bottom: 22px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53baa614-52b6-4801-a56e-696b7104c9a2 {
  margin-top: -2px;
margin-bottom: 8px;
}
}
#s-53baa614-52b6-4801-a56e-696b7104c9a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-53baa614-52b6-4801-a56e-696b7104c9a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-53baa614-52b6-4801-a56e-696b7104c9a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-b11756ce-f981-4419-a452-47b02482907d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.22);
}
@media (min-width: 1200px){#s-b11756ce-f981-4419-a452-47b02482907d {
  margin-top: 1px;
margin-bottom: 1px;
border-top-width: 0.1px;
border-left-width: 0.1px;
border-bottom-width: 0.1px;
border-right-width: 0.1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 12px;
min-height: 140px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b11756ce-f981-4419-a452-47b02482907d {
  min-height: 165px;
}
}@media (max-width: 767px){#s-b11756ce-f981-4419-a452-47b02482907d {
  margin-bottom: 20px;
}
}







#s-b11756ce-f981-4419-a452-47b02482907d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b11756ce-f981-4419-a452-47b02482907d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  margin-left: auto;
margin-right: auto;
max-width: 596px;
text-align: center;
}
@media (min-width: 1200px){#s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  margin-top: -7px;
margin-left: -12%;
margin-bottom: -3px;
margin-right: -12%;
height: 118px;
min-height: 16px;
max-width: 1007px;
}
}
#s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 img.shogun-image {
  width: 100%;
  
  
  max-width: 596px;

  /* 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-82e28648-4033-4335-b5ca-f5b9fda72f50 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 23px;
  padding-bottom: 14px;
}


.shg-image-content-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

  /* 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-82e28648-4033-4335-b5ca-f5b9fda72f50 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: -12%;
  margin-right: -12%;
  margin-top: -7px;
  margin-bottom: -3px;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 img.shogun-image {
  width: 100%;
  height: 118px;
  min-height: 16px;
  max-width: 1007px;

  /* 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-82e28648-4033-4335-b5ca-f5b9fda72f50 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 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-82e28648-4033-4335-b5ca-f5b9fda72f50 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-82e28648-4033-4335-b5ca-f5b9fda72f50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82e28648-4033-4335-b5ca-f5b9fda72f50 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-82e28648-4033-4335-b5ca-f5b9fda72f50 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e28648-4033-4335-b5ca-f5b9fda72f50.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-13c48d7f-5efe-43ce-8b9a-819f2da8b5a2 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-13c48d7f-5efe-43ce-8b9a-819f2da8b5a2 {
  padding-bottom: 22px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13c48d7f-5efe-43ce-8b9a-819f2da8b5a2 {
  margin-top: 0px;
}
}
#s-13c48d7f-5efe-43ce-8b9a-819f2da8b5a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-13c48d7f-5efe-43ce-8b9a-819f2da8b5a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-13c48d7f-5efe-43ce-8b9a-819f2da8b5a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-18e82e4a-61aa-4898-8034-37ee2b74a42d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.22);
}
@media (min-width: 1200px){#s-18e82e4a-61aa-4898-8034-37ee2b74a42d {
  margin-top: 1px;
margin-bottom: 1px;
border-top-width: 0.1px;
border-left-width: 0.1px;
border-bottom-width: 0.1px;
border-right-width: 0.1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 12px;
min-height: 140px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18e82e4a-61aa-4898-8034-37ee2b74a42d {
  min-height: 165px;
}
}@media (max-width: 767px){#s-18e82e4a-61aa-4898-8034-37ee2b74a42d {
  margin-bottom: 20px;
}
}







#s-18e82e4a-61aa-4898-8034-37ee2b74a42d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18e82e4a-61aa-4898-8034-37ee2b74a42d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  margin-left: auto;
margin-right: auto;
max-width: 596px;
text-align: center;
}
@media (min-width: 1200px){#s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  max-width: 131px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  margin-top: -5px;
}
}
#s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15a1bc53-a75c-4188-b262-62c849ad04bf img.shogun-image {
  width: 100%;
  
  
  max-width: 596px;

  /* 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-15a1bc53-a75c-4188-b262-62c849ad04bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 23px;
  padding-bottom: 35px;
}


.shg-image-content-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15a1bc53-a75c-4188-b262-62c849ad04bf img.shogun-image {
  width: 100%;
  
  
  max-width: 131px;

  /* 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-15a1bc53-a75c-4188-b262-62c849ad04bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-15a1bc53-a75c-4188-b262-62c849ad04bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15a1bc53-a75c-4188-b262-62c849ad04bf 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-15a1bc53-a75c-4188-b262-62c849ad04bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15a1bc53-a75c-4188-b262-62c849ad04bf 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-15a1bc53-a75c-4188-b262-62c849ad04bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-15a1bc53-a75c-4188-b262-62c849ad04bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15a1bc53-a75c-4188-b262-62c849ad04bf 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-15a1bc53-a75c-4188-b262-62c849ad04bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a1bc53-a75c-4188-b262-62c849ad04bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-02513024-1a31-4095-8e3f-b51a230b7758 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-02513024-1a31-4095-8e3f-b51a230b7758 {
  padding-bottom: 12px;
}
}
#s-02513024-1a31-4095-8e3f-b51a230b7758 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-02513024-1a31-4095-8e3f-b51a230b7758 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-02513024-1a31-4095-8e3f-b51a230b7758 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-daa03ac2-8205-44ef-bf94-88ac44b9af7f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.22);
}
@media (min-width: 1200px){#s-daa03ac2-8205-44ef-bf94-88ac44b9af7f {
  margin-top: 1px;
margin-bottom: 1px;
border-top-width: 0.1px;
border-left-width: 0.1px;
border-bottom-width: 0.1px;
border-right-width: 0.1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 12px;
min-height: 140px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-daa03ac2-8205-44ef-bf94-88ac44b9af7f {
  min-height: 165px;
}
}@media (max-width: 767px){#s-daa03ac2-8205-44ef-bf94-88ac44b9af7f {
  margin-bottom: 20px;
}
}







#s-daa03ac2-8205-44ef-bf94-88ac44b9af7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-daa03ac2-8205-44ef-bf94-88ac44b9af7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  margin-left: auto;
margin-right: auto;
max-width: 596px;
text-align: center;
}
@media (min-width: 1200px){#s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  max-width: 76px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  margin-top: -9px;
margin-bottom: 9px;
height: 101px;
}
}
#s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96b29030-9070-4f14-aae4-3c81e6275d30 img.shogun-image {
  width: 100%;
  
  
  max-width: 596px;

  /* 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-96b29030-9070-4f14-aae4-3c81e6275d30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 23px;
  padding-bottom: 32px;
}


.shg-image-content-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96b29030-9070-4f14-aae4-3c81e6275d30 img.shogun-image {
  width: 100%;
  
  
  max-width: 76px;

  /* 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-96b29030-9070-4f14-aae4-3c81e6275d30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -9px;
  margin-bottom: 9px;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96b29030-9070-4f14-aae4-3c81e6275d30 img.shogun-image {
  width: 100%;
  height: 101px;
  
  

  /* 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-96b29030-9070-4f14-aae4-3c81e6275d30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96b29030-9070-4f14-aae4-3c81e6275d30 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-96b29030-9070-4f14-aae4-3c81e6275d30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-96b29030-9070-4f14-aae4-3c81e6275d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96b29030-9070-4f14-aae4-3c81e6275d30 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-96b29030-9070-4f14-aae4-3c81e6275d30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96b29030-9070-4f14-aae4-3c81e6275d30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2a16b079-4aa0-4312-b9b9-7cb2215667dc {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2a16b079-4aa0-4312-b9b9-7cb2215667dc {
  padding-bottom: 16px;
}
}
#s-2a16b079-4aa0-4312-b9b9-7cb2215667dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-2a16b079-4aa0-4312-b9b9-7cb2215667dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2a16b079-4aa0-4312-b9b9-7cb2215667dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-24735c2a-07d9-4bfa-bf46-1dcaf71c9ced {
  display: none;
}
#s-24735c2a-07d9-4bfa-bf46-1dcaf71c9ced, #wrap-s-24735c2a-07d9-4bfa-bf46-1dcaf71c9ced, #wrap-content-s-24735c2a-07d9-4bfa-bf46-1dcaf71c9ced { display: none !important; }}
@media (min-width: 0px) {
[id="s-24735c2a-07d9-4bfa-bf46-1dcaf71c9ced"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24735c2a-07d9-4bfa-bf46-1dcaf71c9ced"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24735c2a-07d9-4bfa-bf46-1dcaf71c9ced"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24735c2a-07d9-4bfa-bf46-1dcaf71c9ced"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-73cb6881-36e1-406c-9668-efe926e44aa0 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center top;
}
@media (min-width: 1200px){#s-73cb6881-36e1-406c-9668-efe926e44aa0 {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-73cb6881-36e1-406c-9668-efe926e44aa0 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-73cb6881-36e1-406c-9668-efe926e44aa0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}
#s-73cb6881-36e1-406c-9668-efe926e44aa0 {
  background-image: url(https://i.shgcdn.com/97507784-229a-43a2-b06e-c22a7999c7c5/);
}








#s-73cb6881-36e1-406c-9668-efe926e44aa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73cb6881-36e1-406c-9668-efe926e44aa0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 1200px){






#s-73cb6881-36e1-406c-9668-efe926e44aa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73cb6881-36e1-406c-9668-efe926e44aa0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-b905160e-516b-41d1-b9b3-1a989e7eba5f {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-b905160e-516b-41d1-b9b3-1a989e7eba5f {
  margin-top: 8px;
margin-bottom: -2px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-b905160e-516b-41d1-b9b3-1a989e7eba5f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-b905160e-516b-41d1-b9b3-1a989e7eba5f .shogun-heading-component h3 {
  color: rgba(221, 130, 106, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b905160e-516b-41d1-b9b3-1a989e7eba5f .shogun-heading-component h3 {
  color: rgba(221, 130, 106, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b905160e-516b-41d1-b9b3-1a989e7eba5f .shogun-heading-component h3 {
  color: rgba(221, 130, 106, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-b905160e-516b-41d1-b9b3-1a989e7eba5f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-b9d51e14-ea32-4299-b875-2d0b2a664432 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b9d51e14-ea32-4299-b875-2d0b2a664432:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b9d51e14-ea32-4299-b875-2d0b2a664432:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-b9d51e14-ea32-4299-b875-2d0b2a664432 {
  border-style: solid;
margin-top: 0px;
margin-bottom: -75px;
padding-top: 14px;
padding-bottom: 15px;
border-color: rgba(221, 130, 106, 1);
color: rgba(221, 130, 106, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9d51e14-ea32-4299-b875-2d0b2a664432 {
  border-style: solid;
border-color: rgba(221, 130, 106, 1);
color: rgba(221, 130, 106, 1);
}
#s-b9d51e14-ea32-4299-b875-2d0b2a664432:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 130, 106, 1) !important;}}@media (min-width: 768px) and (max-width: 991px){#s-b9d51e14-ea32-4299-b875-2d0b2a664432 {
  border-style: solid;
border-color: rgba(221, 130, 106, 1);
background-image: none;
background-color: rgba(221, 130, 106, 1);
hover-type: color;
}
}

  #s-b9d51e14-ea32-4299-b875-2d0b2a664432-root {
    text-align: left;
  }


#s-b9d51e14-ea32-4299-b875-2d0b2a664432.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9d51e14-ea32-4299-b875-2d0b2a664432-root {
    text-align: left;
  }


#s-b9d51e14-ea32-4299-b875-2d0b2a664432.shg-btn {
  color: rgba(221, 130, 106, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9d51e14-ea32-4299-b875-2d0b2a664432-root {
    text-align: left;
  }


#s-b9d51e14-ea32-4299-b875-2d0b2a664432.shg-btn {
  color: rgba(221, 130, 106, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9d51e14-ea32-4299-b875-2d0b2a664432-root {
    text-align: left;
  }


#s-b9d51e14-ea32-4299-b875-2d0b2a664432.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9d51e14-ea32-4299-b875-2d0b2a664432-root {
    text-align: left;
  }


#s-b9d51e14-ea32-4299-b875-2d0b2a664432.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-195f744d-e18f-418c-9619-dd904e275891 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-195f744d-e18f-418c-9619-dd904e275891 {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-195f744d-e18f-418c-9619-dd904e275891 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-195f744d-e18f-418c-9619-dd904e275891 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}
#s-195f744d-e18f-418c-9619-dd904e275891 {
  background-image: url(https://i.shgcdn.com/2b0868f5-64e2-43df-879c-401d8a71f155/);
}








#s-195f744d-e18f-418c-9619-dd904e275891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-195f744d-e18f-418c-9619-dd904e275891.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e9e35ca6-7301-425f-a819-3812ac43c2f6 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e9e35ca6-7301-425f-a819-3812ac43c2f6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-e9e35ca6-7301-425f-a819-3812ac43c2f6 .shogun-heading-component h3 {
  color: rgba(140, 191, 218, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e9e35ca6-7301-425f-a819-3812ac43c2f6 .shogun-heading-component h3 {
  color: rgba(140, 191, 218, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e9e35ca6-7301-425f-a819-3812ac43c2f6 .shogun-heading-component h3 {
  color: rgba(140, 191, 218, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-e9e35ca6-7301-425f-a819-3812ac43c2f6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-5d05d2c5-1af4-405b-be12-f9ef88c55155 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5d05d2c5-1af4-405b-be12-f9ef88c55155:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5d05d2c5-1af4-405b-be12-f9ef88c55155:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-5d05d2c5-1af4-405b-be12-f9ef88c55155 {
  border-style: solid;
margin-bottom: -80px;
border-color: rgba(140, 191, 218, 1);
color: rgba(140, 191, 218, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d05d2c5-1af4-405b-be12-f9ef88c55155 {
  border-style: solid;
border-color: rgba(140, 191, 218, 1);
color: rgba(140, 191, 218, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d05d2c5-1af4-405b-be12-f9ef88c55155 {
  border-style: none;
background-color: rgba(140, 191, 218, 1);
}
}

  #s-5d05d2c5-1af4-405b-be12-f9ef88c55155-root {
    text-align: left;
  }


#s-5d05d2c5-1af4-405b-be12-f9ef88c55155.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d05d2c5-1af4-405b-be12-f9ef88c55155-root {
    text-align: left;
  }


#s-5d05d2c5-1af4-405b-be12-f9ef88c55155.shg-btn {
  color: rgba(140, 191, 218, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d05d2c5-1af4-405b-be12-f9ef88c55155-root {
    text-align: left;
  }


#s-5d05d2c5-1af4-405b-be12-f9ef88c55155.shg-btn {
  color: rgba(140, 191, 218, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d05d2c5-1af4-405b-be12-f9ef88c55155-root {
    text-align: left;
  }


#s-5d05d2c5-1af4-405b-be12-f9ef88c55155.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d05d2c5-1af4-405b-be12-f9ef88c55155-root {
    text-align: left;
  }


#s-5d05d2c5-1af4-405b-be12-f9ef88c55155.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2eac1779-62fb-42cc-971c-60aa422ca257 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-2eac1779-62fb-42cc-971c-60aa422ca257 {
  display: none;
}
#s-2eac1779-62fb-42cc-971c-60aa422ca257, #wrap-s-2eac1779-62fb-42cc-971c-60aa422ca257, #wrap-content-s-2eac1779-62fb-42cc-971c-60aa422ca257 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2eac1779-62fb-42cc-971c-60aa422ca257 {
  display: none;
}
#s-2eac1779-62fb-42cc-971c-60aa422ca257, #wrap-s-2eac1779-62fb-42cc-971c-60aa422ca257, #wrap-content-s-2eac1779-62fb-42cc-971c-60aa422ca257 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2eac1779-62fb-42cc-971c-60aa422ca257 {
  min-height: 360px;
display: none;
}
#s-2eac1779-62fb-42cc-971c-60aa422ca257, #wrap-s-2eac1779-62fb-42cc-971c-60aa422ca257, #wrap-content-s-2eac1779-62fb-42cc-971c-60aa422ca257 { display: none !important; }}@media (max-width: 767px){#s-2eac1779-62fb-42cc-971c-60aa422ca257 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 500px;
}
}
#s-2eac1779-62fb-42cc-971c-60aa422ca257 {
  background-image: url(https://i.shgcdn.com/97507784-229a-43a2-b06e-c22a7999c7c5/);
}








#s-2eac1779-62fb-42cc-971c-60aa422ca257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2eac1779-62fb-42cc-971c-60aa422ca257.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-271dee08-42e3-4283-a6fc-c75815f0a31e {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-271dee08-42e3-4283-a6fc-c75815f0a31e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-271dee08-42e3-4283-a6fc-c75815f0a31e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-271dee08-42e3-4283-a6fc-c75815f0a31e .shogun-heading-component h3 {
  color: rgba(221, 130, 106, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-a2449a0b-4503-4198-a490-07286fb553f6 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a2449a0b-4503-4198-a490-07286fb553f6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a2449a0b-4503-4198-a490-07286fb553f6:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-a2449a0b-4503-4198-a490-07286fb553f6 {
  border-style: solid;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-color: rgba(221, 130, 106, 1);
color: rgba(221, 130, 106, 1);
}
}

  #s-a2449a0b-4503-4198-a490-07286fb553f6-root {
    text-align: left;
  }


#s-a2449a0b-4503-4198-a490-07286fb553f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2449a0b-4503-4198-a490-07286fb553f6-root {
    text-align: left;
  }


#s-a2449a0b-4503-4198-a490-07286fb553f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2449a0b-4503-4198-a490-07286fb553f6-root {
    text-align: left;
  }


#s-a2449a0b-4503-4198-a490-07286fb553f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2449a0b-4503-4198-a490-07286fb553f6-root {
    text-align: left;
  }


#s-a2449a0b-4503-4198-a490-07286fb553f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2449a0b-4503-4198-a490-07286fb553f6-root {
    text-align: left;
  }


#s-a2449a0b-4503-4198-a490-07286fb553f6.shg-btn {
  color: rgba(221, 130, 106, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 {
  display: none;
}
#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8, #wrap-s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8, #wrap-content-s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 {
  display: none;
}
#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8, #wrap-s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8, #wrap-content-s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 {
  min-height: 360px;
display: none;
}
#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8, #wrap-s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8, #wrap-content-s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 { display: none !important; }}@media (max-width: 767px){#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 500px;
}
}
#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 {
  background-image: url(https://i.shgcdn.com/2b0868f5-64e2-43df-879c-401d8a71f155/);
}








#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1fcc3e4-6ef9-47fa-90e9-9acb813fd1b8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-16b09a51-3cb3-4296-b804-d876841478ca {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-16b09a51-3cb3-4296-b804-d876841478ca .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-16b09a51-3cb3-4296-b804-d876841478ca .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-16b09a51-3cb3-4296-b804-d876841478ca .shogun-heading-component h3 {
  color: rgba(140, 191, 218, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02 {
  border-style: solid;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-color: rgba(140, 191, 218, 1);
color: rgba(140, 191, 218, 1);
}
}

  #s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02-root {
    text-align: left;
  }


#s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02-root {
    text-align: left;
  }


#s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02-root {
    text-align: left;
  }


#s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02-root {
    text-align: left;
  }


#s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02-root {
    text-align: left;
  }


#s-1c98a560-2a6f-4c8d-af6e-fb34a57e4b02.shg-btn {
  color: rgba(140, 191, 218, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.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-71c61c45-eb2d-4fcf-b507-19e605e6787d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-71c61c45-eb2d-4fcf-b507-19e605e6787d {
  display: none;
}
#s-71c61c45-eb2d-4fcf-b507-19e605e6787d, #wrap-s-71c61c45-eb2d-4fcf-b507-19e605e6787d, #wrap-content-s-71c61c45-eb2d-4fcf-b507-19e605e6787d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71c61c45-eb2d-4fcf-b507-19e605e6787d {
  display: none;
}
#s-71c61c45-eb2d-4fcf-b507-19e605e6787d, #wrap-s-71c61c45-eb2d-4fcf-b507-19e605e6787d, #wrap-content-s-71c61c45-eb2d-4fcf-b507-19e605e6787d { display: none !important; }}@media (max-width: 767px){#s-71c61c45-eb2d-4fcf-b507-19e605e6787d {
  margin-top: 31px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-71c61c45-eb2d-4fcf-b507-19e605e6787d, #wrap-s-71c61c45-eb2d-4fcf-b507-19e605e6787d, #wrap-content-s-71c61c45-eb2d-4fcf-b507-19e605e6787d { display: none !important; }}
#s-71c61c45-eb2d-4fcf-b507-19e605e6787d .shg-proportional-font-size,
#s-71c61c45-eb2d-4fcf-b507-19e605e6787d .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-71c61c45-eb2d-4fcf-b507-19e605e6787d .shg-proportional-font-size,
#s-71c61c45-eb2d-4fcf-b507-19e605e6787d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 101;
    
    
    font-size: 1.01em;
  
}
}
#s-947ecb62-0c32-4680-8f63-9f2b500d5684 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-947ecb62-0c32-4680-8f63-9f2b500d5684 {
  display: none;
}
#s-947ecb62-0c32-4680-8f63-9f2b500d5684, #wrap-s-947ecb62-0c32-4680-8f63-9f2b500d5684, #wrap-content-s-947ecb62-0c32-4680-8f63-9f2b500d5684 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-947ecb62-0c32-4680-8f63-9f2b500d5684 {
  display: none;
}
#s-947ecb62-0c32-4680-8f63-9f2b500d5684, #wrap-s-947ecb62-0c32-4680-8f63-9f2b500d5684, #wrap-content-s-947ecb62-0c32-4680-8f63-9f2b500d5684 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-947ecb62-0c32-4680-8f63-9f2b500d5684 {
  display: none;
}
#s-947ecb62-0c32-4680-8f63-9f2b500d5684, #wrap-s-947ecb62-0c32-4680-8f63-9f2b500d5684, #wrap-content-s-947ecb62-0c32-4680-8f63-9f2b500d5684 { display: none !important; }}@media (max-width: 767px){#s-947ecb62-0c32-4680-8f63-9f2b500d5684 {
  margin-top: 40px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-947ecb62-0c32-4680-8f63-9f2b500d5684 .shg-proportional-font-size,
#s-947ecb62-0c32-4680-8f63-9f2b500d5684 .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-947ecb62-0c32-4680-8f63-9f2b500d5684 .shg-proportional-font-size,
#s-947ecb62-0c32-4680-8f63-9f2b500d5684 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 64;
    
    
    font-size: 0.64em;
  
}
}
#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 {
  padding-top: 18px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 {
  padding-top: 24px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 {
  display: none;
}
#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220, #wrap-s-4c0c79d8-fa57-4733-b832-be2f9f6c5220, #wrap-content-s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 { display: none !important; }}@media (max-width: 767px){#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 {
  margin-top: 31px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220, #wrap-s-4c0c79d8-fa57-4733-b832-be2f9f6c5220, #wrap-content-s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 { display: none !important; }}
#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 .shg-proportional-font-size,
#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 1200px){#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 .shg-proportional-font-size,
#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 102;
    
    
    font-size: 1.02em;
  
}
}@media (max-width: 767px){#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 .shg-proportional-font-size,
#s-4c0c79d8-fa57-4733-b832-be2f9f6c5220 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 101;
    
    
    font-size: 1.01em;
  
}
}
/*
  $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;
}
