.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-04b2eeb4-efa5-4357-aa3e-2b15b3650dc9 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-04b2eeb4-efa5-4357-aa3e-2b15b3650dc9 {
  padding-top: 100px;
padding-bottom: 100px;
}
}
@media (min-width: 0px) {
[id="s-04b2eeb4-efa5-4357-aa3e-2b15b3650dc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04b2eeb4-efa5-4357-aa3e-2b15b3650dc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04b2eeb4-efa5-4357-aa3e-2b15b3650dc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04b2eeb4-efa5-4357-aa3e-2b15b3650dc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

#s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 14px;
}
@media (min-width: 1200px){#s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 {
  margin-top: 100px;
margin-bottom: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 {
  margin-top: 90px;
margin-bottom: 90px;
padding-top: 100px;
padding-bottom: 100px;
}
}@media (max-width: 767px){#s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 {
  border-radius: 15px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 > .swiper-button-prev,
#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 > .swiper-button-next {
  
}

#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 > .swiper-button-prev svg,
#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-fc07d1ad-f580-4ad2-98ad-05bae2cac201 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

.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-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

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




.s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a5b87e1c-4da3-4599-81bb-bed62d67904a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a5b87e1c-4da3-4599-81bb-bed62d67904a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b87e1c-4da3-4599-81bb-bed62d67904a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

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




.s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf img.shogun-image {
  width: 100%;
  
  
  

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




.s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf img.shogun-image {
  width: 100%;
  
  
  

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




.s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf img.shogun-image {
  width: 100%;
  
  
  

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




.s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-daf8fb84-893b-412b-905d-50c8f8ccbebf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf img.shogun-image {
  width: 100%;
  
  
  

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




.s-daf8fb84-893b-412b-905d-50c8f8ccbebf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf8fb84-893b-412b-905d-50c8f8ccbebf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

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




.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f img.shogun-image {
  width: 100%;
  
  
  

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




.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f img.shogun-image {
  width: 100%;
  
  
  

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




.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f img.shogun-image {
  width: 100%;
  
  
  

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




.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9940c4bf-8db4-42fb-afed-3bd598b4f47f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f img.shogun-image {
  width: 100%;
  
  
  

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




.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9940c4bf-8db4-42fb-afed-3bd598b4f47f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  margin-left: auto;
margin-right: auto;
max-width: 547px;
text-align: center;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 547px;

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




.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dc6c94-d849-4239-8ec5-d5c6cd8da0a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a26bf297-1b74-4958-8ece-9460cdfe6f15 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a {
  max-width:  100%;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  width:  700; 
  height:  100%; 
}




.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
}


@media (min-width: 1200px){
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a {
  max-width:  100%;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  width:  700; 
  height:  100%; 
}




.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a {
  max-width:  100%;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  width:  700; 
  height:  100%; 
}




.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a {
  max-width:  100%;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  width:  700; 
  height:  100%; 
}




.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
}


}@media (max-width: 767px){
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a {
  max-width:  100%;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom {
  width:  700; 
  height:  100%; 
}




.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a .shg-image-zoom,
.shg-c#s-31b88874-35b9-4f42-8e3f-e42c8bfc005a img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
}


}
#s-3ccb702b-25cd-4c36-b95b-4fcbe6449769 {
  margin-left: auto;
margin-right: auto;
}

#s-ce97fdf1-c0c1-4d53-aa4c-3df358463a4e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ce97fdf1-c0c1-4d53-aa4c-3df358463a4e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}


.shg-c#s-ce97fdf1-c0c1-4d53-aa4c-3df358463a4e .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ce97fdf1-c0c1-4d53-aa4c-3df358463a4e .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ce97fdf1-c0c1-4d53-aa4c-3df358463a4e .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ce97fdf1-c0c1-4d53-aa4c-3df358463a4e .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ce97fdf1-c0c1-4d53-aa4c-3df358463a4e .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





}
#s-2dd8c7e7-c0e5-4af1-ae03-faf3878109cb {
  margin-left: auto;
margin-right: auto;
}

#s-61f72962-ba5f-4d00-9672-cabaf53a3473 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-61f72962-ba5f-4d00-9672-cabaf53a3473 {
  text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61f72962-ba5f-4d00-9672-cabaf53a3473 {
  margin-top: 0px;
margin-bottom: 0px;
}
}


.shg-c#s-61f72962-ba5f-4d00-9672-cabaf53a3473 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-61f72962-ba5f-4d00-9672-cabaf53a3473 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-61f72962-ba5f-4d00-9672-cabaf53a3473 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-61f72962-ba5f-4d00-9672-cabaf53a3473 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-61f72962-ba5f-4d00-9672-cabaf53a3473 .shg-image-zoom {
  width:  700; 
  height:  100%; 
}





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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-ddeb2f60-906c-4fe2-8ad8-b01ee9056053 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ddeb2f60-906c-4fe2-8ad8-b01ee9056053 {
  margin-top: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ddeb2f60-906c-4fe2-8ad8-b01ee9056053 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-ddeb2f60-906c-4fe2-8ad8-b01ee9056053 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
}
}
#s-ddeb2f60-906c-4fe2-8ad8-b01ee9056053 .shg-proportional-font-size,
#s-ddeb2f60-906c-4fe2-8ad8-b01ee9056053 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f2adb57f-3873-49ae-9edb-057d7fb2e73a {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
background-color: rgba(255, 246, 255, 0.8);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f2adb57f-3873-49ae-9edb-057d7fb2e73a {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 204, 254, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(254, 239, 254, 1);
}
}@media (max-width: 767px){#s-f2adb57f-3873-49ae-9edb-057d7fb2e73a {
  margin-left: 3%;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
}
#s-f2adb57f-3873-49ae-9edb-057d7fb2e73a .shg-proportional-font-size,
#s-f2adb57f-3873-49ae-9edb-057d7fb2e73a .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-f2adb57f-3873-49ae-9edb-057d7fb2e73a .shg-proportional-font-size,
#s-f2adb57f-3873-49ae-9edb-057d7fb2e73a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 131;
    
    
    font-size: 1.31em;
  
}
}
#s-12b8102b-a8f9-4e13-8330-52d4bc4a8118 {
  margin-left: auto;
margin-right: auto;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-1e28425a-88e1-462f-81d9-21b926457709 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 145px;
padding-bottom: 10px;
padding-right: 145px;
text-decoration: none;
text-align: center;
}
@media (min-width: 1200px){#s-1e28425a-88e1-462f-81d9-21b926457709 {
  padding-left: 194px;
padding-right: 194px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e28425a-88e1-462f-81d9-21b926457709 {
  padding-left: 142px;
padding-right: 142px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e28425a-88e1-462f-81d9-21b926457709 {
  padding-top: 12px;
padding-left: 147px;
padding-bottom: 12px;
padding-right: 147px;
}
}@media (max-width: 767px){#s-1e28425a-88e1-462f-81d9-21b926457709 {
  margin-top: 6px;
margin-left: 25%;
margin-bottom: 6px;
margin-right: 25%;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
}
}
#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper label {
    color: rgba(255, 255, 255, 0);
    
    
    font-style:  normal ;
    font-size: 0px;
  }

  
    #s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  




  #s-1e28425a-88e1-462f-81d9-21b926457709-btn-wrapper {
    text-align: center;
  }


#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn {
  
    background-color: rgba(254, 239, 254, 1);
  

  color: rgba(7, 0, 0, 1);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 9px;
  border: 2px solid rgba(255, 210, 255, 1);
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: rgba(248, 4, 126, 0.63);
  
  color: #ffffff;
  border-color: rgb(248, 4, 126);
  border-radius: 9px;
  border-width: 2px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn:active, #s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn.active {
  
    background-image: none;
    background-color: rgb(248, 4, 126);
  
  color: rgba(254, 251, 254, 1);
  border-color: rgb(248, 4, 126);
  
  border-width: 0px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: rgb(248, 4, 126);
  
  color: #ffffff;
  
  
  
}
@media (min-width: 1200px){#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper label {
    color: rgba(255, 255, 255, 0);
    
    
    font-style:  normal ;
    font-size: 0px;
  }

  
    #s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  




  #s-1e28425a-88e1-462f-81d9-21b926457709-btn-wrapper {
    text-align: center;
  }


#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn {
  
    background-color: rgba(254, 239, 254, 1);
  

  color: rgba(7, 0, 0, 1);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 9px;
  border: 2px solid rgba(255, 210, 255, 1);
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: rgba(248, 4, 126, 0.6);
  
  color: #ffffff;
  border-color: rgb(248, 4, 126);
  border-radius: 9px;
  border-width: 2px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn:active, #s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn.active {
  
    background-image: none;
    background-color: rgb(248, 4, 126);
  
  color: rgba(254, 251, 254, 1);
  border-color: rgb(248, 4, 126);
  border-radius: 8px;
  border-width: 0px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: rgba(244, 10, 198, 1);
  
  color: #ffffff;
  
  border-radius: 7px;
  
}
}@media (max-width: 767px){#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper label {
    color: rgba(255, 255, 255, 0);
    
    
    font-style:  normal ;
    font-size: 19px;
  }

  
    #s-1e28425a-88e1-462f-81d9-21b926457709 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 20px;
    }
  




  #s-1e28425a-88e1-462f-81d9-21b926457709-btn-wrapper {
    text-align: center;
  }


#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn {
  
    background-color: rgba(254, 239, 254, 1);
  

  color: rgba(7, 7, 7, 1);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 9px;
  border: 2px solid rgba(255, 210, 255, 1);
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: rgba(248, 4, 126, 0.57);
  
  color: rgba(252, 251, 251, 1);
  border-color: rgba(251, 145, 251, 1);
  border-radius: 9px;
  border-width: 2px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn:active, #s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn.active {
  
    background-image: none;
    background-color: rgb(248, 4, 126);
  
  color: rgba(253, 252, 252, 1);
  border-color: rgba(250, 250, 253, 1);
  border-radius: 9px;
  border-width: 2px;
}

#s-1e28425a-88e1-462f-81d9-21b926457709 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: rgba(254, 239, 254, 1);
  
  color: rgba(8, 8, 8, 1);
  
  
  
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-4b41b08c-870a-48b4-97cf-52854afdfe09 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 36px;
padding-left: 18px;
padding-bottom: 36px;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: none;
border-radius: 8px;
min-height: 0px;
background-color: rgba(248, 4, 126, 0.69);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
background-repeat: no-repeat;
}
#s-4b41b08c-870a-48b4-97cf-52854afdfe09:hover {background-color: rgb(248, 4, 126) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b41b08c-870a-48b4-97cf-52854afdfe09:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4b41b08c-870a-48b4-97cf-52854afdfe09 {
  border-style: solid;
margin-top: 33px;
margin-bottom: 33px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-image: none;
background-color: rgba(248, 4, 126, 0.69);
hover-type: color;
}
#s-4b41b08c-870a-48b4-97cf-52854afdfe09:hover {background-color: rgb(248, 4, 126) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4b41b08c-870a-48b4-97cf-52854afdfe09 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2M2MDIxODEtMmVkMi00YTYwLTgxMDEtZDU4ZTk4YzdlNzc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmEyOWE1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YzYwMjE4MS0yZWQyLTRhNjAtODEwMS1kNThlOThjN2U3NzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 1%;
margin-bottom: 25px;
margin-right: 1%;
padding-top: 35px;
padding-left: 21px;
padding-bottom: 35px;
padding-right: 21px;
border-top-width: 11px;
border-left-width: 11px;
border-bottom-width: 11px;
border-right-width: 11px;
border-color: #2C2A34;
border-style: none;
border-radius: 15px;
min-height: 0px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fa29a5"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-4b41b08c-870a-48b4-97cf-52854afdfe09:active {background-color: rgba(167, 77, 245, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-4b41b08c-870a-48b4-97cf-52854afdfe09 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 14px;
margin-right: 2%;
padding-left: 21%;
padding-right: 21%;
background-image: none;
background-color: rgba(248, 4, 126, 0.7);
hover-type: color;
}
#s-4b41b08c-870a-48b4-97cf-52854afdfe09:hover {background-color: rgb(248, 4, 126) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-4b41b08c-870a-48b4-97cf-52854afdfe09-atc-btn-wrapper {
    text-align: center;
  }


#s-4b41b08c-870a-48b4-97cf-52854afdfe09 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4b41b08c-870a-48b4-97cf-52854afdfe09-atc-btn-wrapper {
    text-align: center;
  }


#s-4b41b08c-870a-48b4-97cf-52854afdfe09 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn {
  color: #ffffff;
  font-size: 45px;
  
  
  
  display:  inline-block ;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b41b08c-870a-48b4-97cf-52854afdfe09-atc-btn-wrapper {
    text-align: center;
  }


#s-4b41b08c-870a-48b4-97cf-52854afdfe09 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  
  display:  block ;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4b41b08c-870a-48b4-97cf-52854afdfe09-atc-btn-wrapper {
    text-align: center;
  }


#s-4b41b08c-870a-48b4-97cf-52854afdfe09 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4b41b08c-870a-48b4-97cf-52854afdfe09-atc-btn-wrapper {
    text-align: center;
  }


#s-4b41b08c-870a-48b4-97cf-52854afdfe09 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-4b41b08c-870a-48b4-97cf-52854afdfe09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1c2a9c8b-c48a-442c-972b-4ab0f8e21dea {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1c2a9c8b-c48a-442c-972b-4ab0f8e21dea {
  padding-top: 4px;
padding-bottom: 4px;
}
}
#s-1c2a9c8b-c48a-442c-972b-4ab0f8e21dea .shg-proportional-font-size,
#s-1c2a9c8b-c48a-442c-972b-4ab0f8e21dea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-cfb81250-43fd-424a-ba48-59caecd1a6fa {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(254, 251, 254, 1);
}
@media (min-width: 1200px){#s-cfb81250-43fd-424a-ba48-59caecd1a6fa {
  background-attachment: fixed;
}
}







#s-cfb81250-43fd-424a-ba48-59caecd1a6fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfb81250-43fd-424a-ba48-59caecd1a6fa.shg-box.shg-c {
  justify-content: center;
}

#s-adea4e22-93e7-4a06-a6c4-84a24bf30323 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 100px;
padding-bottom: 50px;
text-align: left;
}
@media (max-width: 767px){#s-adea4e22-93e7-4a06-a6c4-84a24bf30323 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-74fabce4-8e75-4634-a483-c6af194942ef {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-74fabce4-8e75-4634-a483-c6af194942ef {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(254, 251, 254, 1);
}
}@media (max-width: 767px){#s-74fabce4-8e75-4634-a483-c6af194942ef {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-74fabce4-8e75-4634-a483-c6af194942ef .shg-proportional-font-size,
#s-74fabce4-8e75-4634-a483-c6af194942ef .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2b4a9f40-80d0-4c5b-833f-b229a7bb68f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
background-color: rgba(254, 251, 254, 1);
}
@media (min-width: 1200px){#s-2b4a9f40-80d0-4c5b-833f-b229a7bb68f8 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2b4a9f40-80d0-4c5b-833f-b229a7bb68f8 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-2b4a9f40-80d0-4c5b-833f-b229a7bb68f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b4a9f40-80d0-4c5b-833f-b229a7bb68f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b4a9f40-80d0-4c5b-833f-b229a7bb68f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b4a9f40-80d0-4c5b-833f-b229a7bb68f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1287px;
text-align: center;
}
@media (min-width: 1200px){#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  margin-top: 65px;
}
}
#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f img.shogun-image {
  width: 100%;
  
  
  max-width: 1287px;

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




.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f img.shogun-image {
  width: 100%;
  
  
  

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




.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f img.shogun-image {
  width: 100%;
  
  
  

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




.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f img.shogun-image {
  width: 100%;
  
  
  

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




.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f img.shogun-image {
  width: 100%;
  
  
  

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




.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b29bc9-7f80-407b-b9a2-6e06f3b8ca7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-20f5fa01-e8ab-49c1-a671-97388a2e0b03 {
  margin-left: auto;
margin-right: 3%;
padding-top: 50px;
}
@media (min-width: 1200px){#s-20f5fa01-e8ab-49c1-a671-97388a2e0b03 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-20f5fa01-e8ab-49c1-a671-97388a2e0b03 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 30px;
}
}
#s-20f5fa01-e8ab-49c1-a671-97388a2e0b03 .shg-proportional-font-size,
#s-20f5fa01-e8ab-49c1-a671-97388a2e0b03 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-688eb28f-f749-4609-af74-ee26d902da58 {
  margin-top: 0px;
margin-left: auto;
margin-right: 0%;
padding-top: 70px;
padding-bottom: 30px;
padding-right: 4%;
}
@media (min-width: 1200px){#s-688eb28f-f749-4609-af74-ee26d902da58 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-688eb28f-f749-4609-af74-ee26d902da58 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 70px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-688eb28f-f749-4609-af74-ee26d902da58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-688eb28f-f749-4609-af74-ee26d902da58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-688eb28f-f749-4609-af74-ee26d902da58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-688eb28f-f749-4609-af74-ee26d902da58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3b97e423-01bc-48e2-9f99-5624d888120b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3b97e423-01bc-48e2-9f99-5624d888120b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b97e423-01bc-48e2-9f99-5624d888120b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (max-width: 767px){#s-3b97e423-01bc-48e2-9f99-5624d888120b {
  margin-top: 0px;
margin-bottom: 19px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}
#s-3b97e423-01bc-48e2-9f99-5624d888120b .shg-proportional-font-size,
#s-3b97e423-01bc-48e2-9f99-5624d888120b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7185c964-653b-4417-95f7-b35df28a870d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
}
@media (min-width: 1200px){#s-7185c964-653b-4417-95f7-b35df28a870d {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7185c964-653b-4417-95f7-b35df28a870d {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (max-width: 767px){#s-7185c964-653b-4417-95f7-b35df28a870d {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}
#s-7185c964-653b-4417-95f7-b35df28a870d .shg-proportional-font-size,
#s-7185c964-653b-4417-95f7-b35df28a870d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-04b9136e-206a-4312-ae71-54c4db96c773 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (min-width: 1200px){#s-04b9136e-206a-4312-ae71-54c4db96c773 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 11px;
padding-bottom: 11px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04b9136e-206a-4312-ae71-54c4db96c773 {
  padding-top: 25px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-04b9136e-206a-4312-ae71-54c4db96c773 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-04b9136e-206a-4312-ae71-54c4db96c773"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04b9136e-206a-4312-ae71-54c4db96c773"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04b9136e-206a-4312-ae71-54c4db96c773"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04b9136e-206a-4312-ae71-54c4db96c773"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39a56544-cd96-4701-bf8e-21f6bff79ebc {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-39a56544-cd96-4701-bf8e-21f6bff79ebc {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39a56544-cd96-4701-bf8e-21f6bff79ebc {
  padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (max-width: 767px){#s-39a56544-cd96-4701-bf8e-21f6bff79ebc {
  margin-top: 20px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}
#s-39a56544-cd96-4701-bf8e-21f6bff79ebc .shg-proportional-font-size,
#s-39a56544-cd96-4701-bf8e-21f6bff79ebc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9a14bbdf-2dc6-48fc-8218-aa75b0aff1fa {
  margin-left: auto;
margin-right: 3%;
}
@media (min-width: 1200px){#s-9a14bbdf-2dc6-48fc-8218-aa75b0aff1fa {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a14bbdf-2dc6-48fc-8218-aa75b0aff1fa {
  padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (max-width: 767px){#s-9a14bbdf-2dc6-48fc-8218-aa75b0aff1fa {
  margin-top: 20px;
margin-left: 1%;
margin-right: 1%;
padding-top: 19px;
padding-bottom: 19px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}
#s-9a14bbdf-2dc6-48fc-8218-aa75b0aff1fa .shg-proportional-font-size,
#s-9a14bbdf-2dc6-48fc-8218-aa75b0aff1fa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-711b6c66-97e1-47c2-a8ec-84e415bfb690 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-711b6c66-97e1-47c2-a8ec-84e415bfb690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-711b6c66-97e1-47c2-a8ec-84e415bfb690.shg-box.shg-c {
  justify-content: center;
}

#s-1feaf50e-71f4-4713-abce-d4458719011d {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1feaf50e-71f4-4713-abce-d4458719011d {
  padding-top: 130px;
}
}
#s-1feaf50e-71f4-4713-abce-d4458719011d .shg-proportional-font-size,
#s-1feaf50e-71f4-4713-abce-d4458719011d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6b956cd0-4123-431f-a005-b0567732db5a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6b956cd0-4123-431f-a005-b0567732db5a {
  padding-top: 15px;
}
}
#s-6b956cd0-4123-431f-a005-b0567732db5a .shg-proportional-font-size,
#s-6b956cd0-4123-431f-a005-b0567732db5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-6b956cd0-4123-431f-a005-b0567732db5a .shg-proportional-font-size,
#s-6b956cd0-4123-431f-a005-b0567732db5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-c2b3807d-132e-4318-a4d1-e06169ebb354 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c2b3807d-132e-4318-a4d1-e06169ebb354 {
  padding-top: 10px;
}
}@media (max-width: 767px){#s-c2b3807d-132e-4318-a4d1-e06169ebb354 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-c2b3807d-132e-4318-a4d1-e06169ebb354 .shg-proportional-font-size,
#s-c2b3807d-132e-4318-a4d1-e06169ebb354 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6868f92a-d902-4379-87ce-d5126fe157c1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6868f92a-d902-4379-87ce-d5126fe157c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6868f92a-d902-4379-87ce-d5126fe157c1.shg-box.shg-c {
  justify-content: center;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1024px;
text-align: center;
}
@media (min-width: 1200px){#s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  margin-left: 29%;
margin-right: 29%;
}
}@media (max-width: 767px){#s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}
}
#s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da img.shogun-image {
  width: 100%;
  
  
  max-width: 1024px;

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




.s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da img.shogun-image {
  width: 100%;
  
  
  

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




.s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da img.shogun-image {
  width: 100%;
  
  
  

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




.s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da img.shogun-image {
  width: 100%;
  
  
  

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




.s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 25px;
  margin-bottom: 25px;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50c51492-b20c-4bb7-b017-c6a1a5d461da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da img.shogun-image {
  width: 100%;
  
  
  

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




.s-50c51492-b20c-4bb7-b017-c6a1a5d461da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50c51492-b20c-4bb7-b017-c6a1a5d461da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8ec42990-6315-4177-8165-63207c482c84 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-8ec42990-6315-4177-8165-63207c482c84 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
}
}@media (max-width: 767px){#s-8ec42990-6315-4177-8165-63207c482c84 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-8ec42990-6315-4177-8165-63207c482c84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ec42990-6315-4177-8165-63207c482c84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ec42990-6315-4177-8165-63207c482c84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ec42990-6315-4177-8165-63207c482c84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-182d3419-ea35-4ddc-8dda-aec2112d5487 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-182d3419-ea35-4ddc-8dda-aec2112d5487 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-182d3419-ea35-4ddc-8dda-aec2112d5487 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (max-width: 767px){#s-182d3419-ea35-4ddc-8dda-aec2112d5487 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}
#s-182d3419-ea35-4ddc-8dda-aec2112d5487 .shg-proportional-font-size,
#s-182d3419-ea35-4ddc-8dda-aec2112d5487 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f6935dbe-29ab-4881-b766-35ec42330585 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f6935dbe-29ab-4881-b766-35ec42330585 {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6935dbe-29ab-4881-b766-35ec42330585 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (max-width: 767px){#s-f6935dbe-29ab-4881-b766-35ec42330585 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}
#s-f6935dbe-29ab-4881-b766-35ec42330585 .shg-proportional-font-size,
#s-f6935dbe-29ab-4881-b766-35ec42330585 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1c7627b1-7234-4f7c-a221-65a59055ab32 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-1c7627b1-7234-4f7c-a221-65a59055ab32 {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(254, 239, 254, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c7627b1-7234-4f7c-a221-65a59055ab32 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}@media (max-width: 767px){#s-1c7627b1-7234-4f7c-a221-65a59055ab32 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
}
#s-1c7627b1-7234-4f7c-a221-65a59055ab32 .shg-proportional-font-size,
#s-1c7627b1-7234-4f7c-a221-65a59055ab32 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c72ab510-8442-4b01-a59c-63c459d51fc5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c72ab510-8442-4b01-a59c-63c459d51fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c72ab510-8442-4b01-a59c-63c459d51fc5.shg-box.shg-c {
  justify-content: center;
}

#s-974984da-61ec-4b24-8b3f-3d5e0f99c8f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-974984da-61ec-4b24-8b3f-3d5e0f99c8f9 {
  margin-top: -40px;
margin-bottom: 0px;
}
}







#s-974984da-61ec-4b24-8b3f-3d5e0f99c8f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-974984da-61ec-4b24-8b3f-3d5e0f99c8f9.shg-box.shg-c {
  justify-content: center;
}

#s-beb18872-4494-48d5-9028-defdd2e53ce6 {
  margin-top: 150px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bc016e91-9dde-4890-afbf-32532e5ff0a3 {
  margin-top: 150px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-bc016e91-9dde-4890-afbf-32532e5ff0a3 .shg-proportional-font-size,
#s-bc016e91-9dde-4890-afbf-32532e5ff0a3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-34c5df4b-a99a-44ab-91f3-61331e2ebd09 {
  margin-top: 13px;
margin-left: auto;
margin-right: auto;
}

#s-34c5df4b-a99a-44ab-91f3-61331e2ebd09 .shg-proportional-font-size,
#s-34c5df4b-a99a-44ab-91f3-61331e2ebd09 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c889cc32-65f8-4481-a294-62ceea6ab862 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

#s-c889cc32-65f8-4481-a294-62ceea6ab862 .shg-proportional-font-size,
#s-c889cc32-65f8-4481-a294-62ceea6ab862 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b407bfe4-b234-40c1-ac48-48709fadb110 {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b407bfe4-b234-40c1-ac48-48709fadb110 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b407bfe4-b234-40c1-ac48-48709fadb110 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b407bfe4-b234-40c1-ac48-48709fadb110 {
  
}
}@media (max-width: 767px){#s-b407bfe4-b234-40c1-ac48-48709fadb110 {
  
}
}







#s-b407bfe4-b234-40c1-ac48-48709fadb110 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b407bfe4-b234-40c1-ac48-48709fadb110.shg-box.shg-c {
  justify-content: flex-start;
}

#s-76db755f-e92b-4511-928c-a0f4309e532a {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-76db755f-e92b-4511-928c-a0f4309e532a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76db755f-e92b-4511-928c-a0f4309e532a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76db755f-e92b-4511-928c-a0f4309e532a {
  
}
}@media (max-width: 767px){#s-76db755f-e92b-4511-928c-a0f4309e532a {
  
}
}
@media (min-width: 0px) {
[id="s-76db755f-e92b-4511-928c-a0f4309e532a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76db755f-e92b-4511-928c-a0f4309e532a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-76db755f-e92b-4511-928c-a0f4309e532a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-76db755f-e92b-4511-928c-a0f4309e532a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-547df896-09d0-4090-a65d-896bd5e8b0f9 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-547df896-09d0-4090-a65d-896bd5e8b0f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-547df896-09d0-4090-a65d-896bd5e8b0f9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  margin-left: auto;
margin-right: auto;
max-width: 564px;
text-align: center;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 img.shogun-image {
  width: 100%;
  
  
  max-width: 564px;

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




.s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2d713ca-9de3-46f2-8b06-adce10937a10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2d713ca-9de3-46f2-8b06-adce10937a10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a2d713ca-9de3-46f2-8b06-adce10937a10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2d713ca-9de3-46f2-8b06-adce10937a10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b08e9988-3c76-43db-9234-8a34c809c7b3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

#s-b08e9988-3c76-43db-9234-8a34c809c7b3 .shg-proportional-font-size,
#s-b08e9988-3c76-43db-9234-8a34c809c7b3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-72bcf933-1551-4409-8b25-7b44a12b4a19 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-72bcf933-1551-4409-8b25-7b44a12b4a19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72bcf933-1551-4409-8b25-7b44a12b4a19.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f326ba1a-9f50-4f33-a356-fcd0f284641a {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-f326ba1a-9f50-4f33-a356-fcd0f284641a .shogun-icon-wrapper {
  text-align: center;
}


#s-f326ba1a-9f50-4f33-a356-fcd0f284641a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  margin-top: -74px;
margin-left: auto;
margin-right: auto;
max-width: 564px;
text-align: center;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-8df0f919-18b9-4207-bfa7-183575fb5bee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8df0f919-18b9-4207-bfa7-183575fb5bee img.shogun-image {
  width: 100%;
  
  
  max-width: 564px;

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




.s-8df0f919-18b9-4207-bfa7-183575fb5bee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8df0f919-18b9-4207-bfa7-183575fb5bee img.shogun-image {
  width: 100%;
  
  
  

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




.s-8df0f919-18b9-4207-bfa7-183575fb5bee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8df0f919-18b9-4207-bfa7-183575fb5bee img.shogun-image {
  width: 100%;
  
  
  

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




.s-8df0f919-18b9-4207-bfa7-183575fb5bee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8df0f919-18b9-4207-bfa7-183575fb5bee img.shogun-image {
  width: 100%;
  
  
  

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




.s-8df0f919-18b9-4207-bfa7-183575fb5bee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8df0f919-18b9-4207-bfa7-183575fb5bee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8df0f919-18b9-4207-bfa7-183575fb5bee img.shogun-image {
  width: 100%;
  
  
  

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




.s-8df0f919-18b9-4207-bfa7-183575fb5bee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df0f919-18b9-4207-bfa7-183575fb5bee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-926e4196-9e63-4c87-aa08-46dfea275ba0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

#s-926e4196-9e63-4c87-aa08-46dfea275ba0 .shg-proportional-font-size,
#s-926e4196-9e63-4c87-aa08-46dfea275ba0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7ed8fba1-8853-4475-a863-474773b92925 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7ed8fba1-8853-4475-a863-474773b92925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ed8fba1-8853-4475-a863-474773b92925.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a9103f61-8259-4028-9c28-e701bd983830 {
  margin-left: auto;
margin-right: auto;
max-width: 564px;
text-align: center;
}

#s-a9103f61-8259-4028-9c28-e701bd983830 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9103f61-8259-4028-9c28-e701bd983830-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9103f61-8259-4028-9c28-e701bd983830 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9103f61-8259-4028-9c28-e701bd983830 img.shogun-image {
  width: 100%;
  
  
  max-width: 564px;

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




.s-a9103f61-8259-4028-9c28-e701bd983830 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a9103f61-8259-4028-9c28-e701bd983830 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9103f61-8259-4028-9c28-e701bd983830-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9103f61-8259-4028-9c28-e701bd983830 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9103f61-8259-4028-9c28-e701bd983830 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9103f61-8259-4028-9c28-e701bd983830 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a9103f61-8259-4028-9c28-e701bd983830 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9103f61-8259-4028-9c28-e701bd983830-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9103f61-8259-4028-9c28-e701bd983830 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9103f61-8259-4028-9c28-e701bd983830 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9103f61-8259-4028-9c28-e701bd983830 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a9103f61-8259-4028-9c28-e701bd983830 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9103f61-8259-4028-9c28-e701bd983830-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9103f61-8259-4028-9c28-e701bd983830 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9103f61-8259-4028-9c28-e701bd983830 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9103f61-8259-4028-9c28-e701bd983830 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a9103f61-8259-4028-9c28-e701bd983830 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9103f61-8259-4028-9c28-e701bd983830-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9103f61-8259-4028-9c28-e701bd983830 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9103f61-8259-4028-9c28-e701bd983830 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9103f61-8259-4028-9c28-e701bd983830 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9103f61-8259-4028-9c28-e701bd983830 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9103f61-8259-4028-9c28-e701bd983830.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9884587b-08fc-411a-a592-b8f24ae4f595 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

#s-9884587b-08fc-411a-a592-b8f24ae4f595 .shg-proportional-font-size,
#s-9884587b-08fc-411a-a592-b8f24ae4f595 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d0f8eaf4-74fb-4041-8d04-e7eb28d0a1ee {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d0f8eaf4-74fb-4041-8d04-e7eb28d0a1ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0f8eaf4-74fb-4041-8d04-e7eb28d0a1ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0f8eaf4-74fb-4041-8d04-e7eb28d0a1ee {
  
}
}@media (max-width: 767px){#s-d0f8eaf4-74fb-4041-8d04-e7eb28d0a1ee {
  
}
}







#s-d0f8eaf4-74fb-4041-8d04-e7eb28d0a1ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0f8eaf4-74fb-4041-8d04-e7eb28d0a1ee.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ad8759ad-0909-4934-851e-1ecf6bfce992 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-ad8759ad-0909-4934-851e-1ecf6bfce992 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad8759ad-0909-4934-851e-1ecf6bfce992 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad8759ad-0909-4934-851e-1ecf6bfce992 {
  
}
}@media (max-width: 767px){#s-ad8759ad-0909-4934-851e-1ecf6bfce992 {
  
}
}
@media (min-width: 0px) {
[id="s-ad8759ad-0909-4934-851e-1ecf6bfce992"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad8759ad-0909-4934-851e-1ecf6bfce992"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ad8759ad-0909-4934-851e-1ecf6bfce992"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ad8759ad-0909-4934-851e-1ecf6bfce992"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-4cbe2dc2-fe13-4e4f-b9c1-27a93d0de7ad {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4cbe2dc2-fe13-4e4f-b9c1-27a93d0de7ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cbe2dc2-fe13-4e4f-b9c1-27a93d0de7ad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  margin-left: auto;
margin-right: auto;
max-width: 564px;
text-align: center;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 img.shogun-image {
  width: 100%;
  
  
  max-width: 564px;

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




.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5d2a6fb-c833-4437-aff7-c5ea71b07fc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0fd167b3-c539-434e-9f86-f340bcca462a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

#s-0fd167b3-c539-434e-9f86-f340bcca462a .shg-proportional-font-size,
#s-0fd167b3-c539-434e-9f86-f340bcca462a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9cd42374-df0b-4fa6-9d37-c31788887e76 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9cd42374-df0b-4fa6-9d37-c31788887e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cd42374-df0b-4fa6-9d37-c31788887e76.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  margin-left: auto;
margin-right: auto;
max-width: 564px;
text-align: center;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff img.shogun-image {
  width: 100%;
  
  
  max-width: 564px;

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




.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e116366-6bf0-40e0-a9ca-8970b6cf5fff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c9b30f4-4143-4886-980a-4f03afc9124e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6c9b30f4-4143-4886-980a-4f03afc9124e {
  padding-left: 7%;
padding-bottom: 25px;
padding-right: 7%;
}
}
#s-6c9b30f4-4143-4886-980a-4f03afc9124e .shg-proportional-font-size,
#s-6c9b30f4-4143-4886-980a-4f03afc9124e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8f442b2a-3c8a-4cea-b421-f433f090d1e2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8f442b2a-3c8a-4cea-b421-f433f090d1e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f442b2a-3c8a-4cea-b421-f433f090d1e2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  margin-left: auto;
margin-right: auto;
max-width: 563px;
text-align: center;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b0697a0-ec01-444e-a354-357fcde7d12b img.shogun-image {
  width: 100%;
  
  
  max-width: 563px;

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




.s-0b0697a0-ec01-444e-a354-357fcde7d12b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b0697a0-ec01-444e-a354-357fcde7d12b img.shogun-image {
  width: 100%;
  
  
  

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




.s-0b0697a0-ec01-444e-a354-357fcde7d12b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b0697a0-ec01-444e-a354-357fcde7d12b img.shogun-image {
  width: 100%;
  
  
  

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




.s-0b0697a0-ec01-444e-a354-357fcde7d12b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b0697a0-ec01-444e-a354-357fcde7d12b img.shogun-image {
  width: 100%;
  
  
  

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




.s-0b0697a0-ec01-444e-a354-357fcde7d12b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b0697a0-ec01-444e-a354-357fcde7d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b0697a0-ec01-444e-a354-357fcde7d12b img.shogun-image {
  width: 100%;
  
  
  

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




.s-0b0697a0-ec01-444e-a354-357fcde7d12b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0697a0-ec01-444e-a354-357fcde7d12b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2cf0392f-06c7-438a-9b04-330441dbc72d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

#s-2cf0392f-06c7-438a-9b04-330441dbc72d .shg-proportional-font-size,
#s-2cf0392f-06c7-438a-9b04-330441dbc72d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b8c4e073-160b-4838-ba8e-1dd1098f9a35 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b8c4e073-160b-4838-ba8e-1dd1098f9a35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8c4e073-160b-4838-ba8e-1dd1098f9a35.shg-box.shg-c {
  justify-content: center;
}

#s-e2f65592-547d-4d00-bf46-e6aeb2ebf7ed {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 130px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e2f65592-547d-4d00-bf46-e6aeb2ebf7ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2f65592-547d-4d00-bf46-e6aeb2ebf7ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2f65592-547d-4d00-bf46-e6aeb2ebf7ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2f65592-547d-4d00-bf46-e6aeb2ebf7ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8b527dff-0214-4dcc-87b5-f524938fee42 {
  margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
@media (max-width: 767px){#s-8b527dff-0214-4dcc-87b5-f524938fee42 {
  margin-bottom: 10px;
}
}
#s-8b527dff-0214-4dcc-87b5-f524938fee42 .shg-proportional-font-size,
#s-8b527dff-0214-4dcc-87b5-f524938fee42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a8b53cd0-a2a5-441b-8b0d-013cd637199c {
  margin-top: 0px;
margin-left: 20%;
margin-right: 20%;
padding-top: 21px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
@media (max-width: 767px){#s-a8b53cd0-a2a5-441b-8b0d-013cd637199c {
  margin-bottom: 10px;
}
}
#s-a8b53cd0-a2a5-441b-8b0d-013cd637199c .shg-proportional-font-size,
#s-a8b53cd0-a2a5-441b-8b0d-013cd637199c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4dd967cf-3dda-43c9-99f4-7f3953c4d19c {
  margin-left: 20%;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}

#s-4dd967cf-3dda-43c9-99f4-7f3953c4d19c .shg-proportional-font-size,
#s-4dd967cf-3dda-43c9-99f4-7f3953c4d19c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-56f1ea8c-e013-403a-9c38-dfc138fe8959 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-56f1ea8c-e013-403a-9c38-dfc138fe8959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56f1ea8c-e013-403a-9c38-dfc138fe8959.shg-box.shg-c {
  justify-content: center;
}

#s-f1a09e86-ea88-486a-8575-a0ecb992b7cf {
  margin-left: auto;
margin-right: auto;
}

#s-f1a09e86-ea88-486a-8575-a0ecb992b7cf .shg-proportional-font-size,
#s-f1a09e86-ea88-486a-8575-a0ecb992b7cf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a368941c-f17a-4ca0-bea1-4b49c8e686bc {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-bottom: 14px;
}
@media (max-width: 767px){#s-a368941c-f17a-4ca0-bea1-4b49c8e686bc {
  padding-top: 16px;
padding-bottom: 35px;
}
}
#s-a368941c-f17a-4ca0-bea1-4b49c8e686bc .shg-proportional-font-size,
#s-a368941c-f17a-4ca0-bea1-4b49c8e686bc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-9a847896-266b-4eed-a410-4716aa8749f2 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-9a847896-266b-4eed-a410-4716aa8749f2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(254, 239, 254, 1);
}

#s-9a847896-266b-4eed-a410-4716aa8749f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(254, 239, 254, 1);
  padding: 10px;
}

#s-9a847896-266b-4eed-a410-4716aa8749f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(9, 9, 9, 1);
}

#s-9a847896-266b-4eed-a410-4716aa8749f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(254, 239, 254, 1);
}

#s-9a847896-266b-4eed-a410-4716aa8749f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(9, 9, 9, 1);
  text-align: left;
  
  
  
  font-size: 20px;
}

#s-9a847896-266b-4eed-a410-4716aa8749f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-1adf6df2-c431-45ca-a777-de626f5c9e29 {
  margin-left: auto;
margin-right: auto;
}

#s-1adf6df2-c431-45ca-a777-de626f5c9e29 .shg-proportional-font-size,
#s-1adf6df2-c431-45ca-a777-de626f5c9e29 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-58a84187-1234-4ceb-9143-bdd9e31ec8a1 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-58a84187-1234-4ceb-9143-bdd9e31ec8a1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(254, 239, 254, 1);
}

#s-58a84187-1234-4ceb-9143-bdd9e31ec8a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(254, 239, 254, 1);
  padding: 10px;
}

#s-58a84187-1234-4ceb-9143-bdd9e31ec8a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(1, 1, 1, 1);
}

#s-58a84187-1234-4ceb-9143-bdd9e31ec8a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(254, 239, 254, 1);
}

#s-58a84187-1234-4ceb-9143-bdd9e31ec8a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(1, 1, 1, 1);
  text-align: left;
  
  
  
  font-size: 20px;
}

#s-58a84187-1234-4ceb-9143-bdd9e31ec8a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-7d83e335-13ab-41b3-b0f5-d8cce07a8c33 {
  margin-left: auto;
margin-right: auto;
}

#s-7d83e335-13ab-41b3-b0f5-d8cce07a8c33 .shg-proportional-font-size,
#s-7d83e335-13ab-41b3-b0f5-d8cce07a8c33 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a6aaf79c-db40-4efb-b836-583715de422d {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-a6aaf79c-db40-4efb-b836-583715de422d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(254, 239, 254, 1);
}

#s-a6aaf79c-db40-4efb-b836-583715de422d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(254, 239, 254, 1);
  padding: 10px;
}

#s-a6aaf79c-db40-4efb-b836-583715de422d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(3, 3, 3, 1);
}

#s-a6aaf79c-db40-4efb-b836-583715de422d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(254, 239, 254, 1);
}

#s-a6aaf79c-db40-4efb-b836-583715de422d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(3, 3, 3, 1);
  text-align: left;
  
  
  
  font-size: 20px;
}

#s-a6aaf79c-db40-4efb-b836-583715de422d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0abdd650-45fd-400c-b986-1a9e5bae2fa7 {
  margin-left: auto;
margin-right: auto;
}

#s-0abdd650-45fd-400c-b986-1a9e5bae2fa7 .shg-proportional-font-size,
#s-0abdd650-45fd-400c-b986-1a9e5bae2fa7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3c4f56dd-bcff-49a5-8ef6-808888739aca {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-3c4f56dd-bcff-49a5-8ef6-808888739aca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(254, 239, 254, 1);
}

#s-3c4f56dd-bcff-49a5-8ef6-808888739aca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(254, 239, 254, 1);
  padding: 10px;
}

#s-3c4f56dd-bcff-49a5-8ef6-808888739aca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(9, 9, 9, 1);
}

#s-3c4f56dd-bcff-49a5-8ef6-808888739aca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(254, 239, 254, 1);
}

#s-3c4f56dd-bcff-49a5-8ef6-808888739aca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(9, 9, 9, 1);
  text-align: left;
  
  
  
  font-size: 20px;
}

#s-3c4f56dd-bcff-49a5-8ef6-808888739aca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-742b6237-55db-4252-8630-0c738f826736 {
  margin-left: auto;
margin-right: auto;
}

#s-742b6237-55db-4252-8630-0c738f826736 .shg-proportional-font-size,
#s-742b6237-55db-4252-8630-0c738f826736 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-312f82db-64dd-4e19-9226-01e600422629 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-312f82db-64dd-4e19-9226-01e600422629 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(254, 239, 254, 1);
}

#s-312f82db-64dd-4e19-9226-01e600422629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(254, 239, 254, 1);
  padding: 10px;
}

#s-312f82db-64dd-4e19-9226-01e600422629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(5, 5, 5, 1);
}

#s-312f82db-64dd-4e19-9226-01e600422629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(254, 239, 254, 1);
}

#s-312f82db-64dd-4e19-9226-01e600422629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(5, 5, 5, 1);
  text-align: left;
  
  
  
  font-size: 20px;
}

#s-312f82db-64dd-4e19-9226-01e600422629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-af805b4f-a673-4ed6-852f-1e9add820a22 {
  margin-left: auto;
margin-right: auto;
}

#s-af805b4f-a673-4ed6-852f-1e9add820a22 .shg-proportional-font-size,
#s-af805b4f-a673-4ed6-852f-1e9add820a22 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-377b673b-aeba-4983-9962-252ee3df76f6 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-377b673b-aeba-4983-9962-252ee3df76f6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(254, 239, 254, 1);
}

#s-377b673b-aeba-4983-9962-252ee3df76f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(254, 239, 254, 1);
  padding: 10px;
}

#s-377b673b-aeba-4983-9962-252ee3df76f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(3, 3, 3, 1);
}

#s-377b673b-aeba-4983-9962-252ee3df76f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(254, 239, 254, 1);
}

#s-377b673b-aeba-4983-9962-252ee3df76f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(3, 3, 3, 1);
  text-align: left;
  
  
  
  font-size: 20px;
}

#s-377b673b-aeba-4983-9962-252ee3df76f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-58273f79-0325-46e9-bda9-079fd61aba19 {
  margin-left: auto;
margin-right: auto;
}

#s-58273f79-0325-46e9-bda9-079fd61aba19 .shg-proportional-font-size,
#s-58273f79-0325-46e9-bda9-079fd61aba19 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bbea05bd-f3be-4611-9374-b9360eeaafc0 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-bbea05bd-f3be-4611-9374-b9360eeaafc0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(254, 239, 254, 1);
}

#s-bbea05bd-f3be-4611-9374-b9360eeaafc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(254, 239, 254, 1);
  padding: 10px;
}

#s-bbea05bd-f3be-4611-9374-b9360eeaafc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 6, 6, 1);
}

#s-bbea05bd-f3be-4611-9374-b9360eeaafc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(254, 239, 254, 1);
}

#s-bbea05bd-f3be-4611-9374-b9360eeaafc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 6, 6, 1);
  text-align: left;
  
  
  
  font-size: 20px;
}

#s-bbea05bd-f3be-4611-9374-b9360eeaafc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-59f64fb8-c88c-46da-8797-6c82ff5176c7 {
  margin-left: auto;
margin-right: auto;
}

#s-59f64fb8-c88c-46da-8797-6c82ff5176c7 .shg-proportional-font-size,
#s-59f64fb8-c88c-46da-8797-6c82ff5176c7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a69591d4-abde-4073-846d-565a850b2d34 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a69591d4-abde-4073-846d-565a850b2d34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a69591d4-abde-4073-846d-565a850b2d34.shg-box.shg-c {
  justify-content: center;
}

#s-1ce69a64-c1b8-4783-8aba-20ddee71ef4f {
  margin-top: 95px;
margin-left: 25%;
margin-bottom: 75px;
margin-right: 25%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
background-color: rgba(254, 239, 254, 1);
}
@media (max-width: 767px){#s-1ce69a64-c1b8-4783-8aba-20ddee71ef4f {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-1ce69a64-c1b8-4783-8aba-20ddee71ef4f .shg-proportional-font-size,
#s-1ce69a64-c1b8-4783-8aba-20ddee71ef4f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-41bf6fcc-cce3-4dae-8f90-805f47477ced {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 246, 255, 0.8);
}








#s-41bf6fcc-cce3-4dae-8f90-805f47477ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41bf6fcc-cce3-4dae-8f90-805f47477ced.shg-box.shg-c {
  justify-content: center;
}

#s-d840b263-072f-4c0c-b4e3-9588b4def092 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 246, 255, 0.8);
}

#s-d840b263-072f-4c0c-b4e3-9588b4def092 .shg-proportional-font-size,
#s-d840b263-072f-4c0c-b4e3-9588b4def092 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eeb2a0d1-bbd1-4cd2-bff3-e8143d7f76e7 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 246, 255, 0.8);
}

#s-eeb2a0d1-bbd1-4cd2-bff3-e8143d7f76e7 .shg-proportional-font-size,
#s-eeb2a0d1-bbd1-4cd2-bff3-e8143d7f76e7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-65b273ec-3741-4ed8-9f3a-ae4a9f942256 {
  background-attachment: fixed;
margin-top: 10px;
margin-left: 19%;
margin-bottom: 40px;
margin-right: 19%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-65b273ec-3741-4ed8-9f3a-ae4a9f942256 {
  margin-left: 9%;
margin-right: 9%;
}
}







#s-65b273ec-3741-4ed8-9f3a-ae4a9f942256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65b273ec-3741-4ed8-9f3a-ae4a9f942256.shg-box.shg-c {
  justify-content: center;
}

#s-a54b1dd3-1f78-4b2d-b7f5-2463e8b08990 {
  margin-left: auto;
margin-right: auto;
}

#s-a54b1dd3-1f78-4b2d-b7f5-2463e8b08990 .shg-proportional-font-size,
#s-a54b1dd3-1f78-4b2d-b7f5-2463e8b08990 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b52e6aff-8193-4c4f-ad7f-4e219a334d64 {
  margin-left: auto;
margin-right: auto;
}

#s-b52e6aff-8193-4c4f-ad7f-4e219a334d64 .shg-proportional-font-size,
#s-b52e6aff-8193-4c4f-ad7f-4e219a334d64 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7b754a5e-d297-4744-b006-d564c993c795 {
  margin-top: 7px;
margin-left: 6%;
margin-bottom: 7px;
margin-right: 6%;
padding-top: 8px;
padding-left: 0%;
padding-bottom: 8px;
padding-right: 0%;
background-color: rgba(252, 252, 252, 1);
}

@media (min-width: 0px) {
[id="s-7b754a5e-d297-4744-b006-d564c993c795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b754a5e-d297-4744-b006-d564c993c795"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b754a5e-d297-4744-b006-d564c993c795"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b754a5e-d297-4744-b006-d564c993c795"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ea726989-f612-4406-bc22-112cfd1c05f1 {
  margin-left: auto;
margin-right: auto;
}

#s-ea726989-f612-4406-bc22-112cfd1c05f1 .shg-proportional-font-size,
#s-ea726989-f612-4406-bc22-112cfd1c05f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fc5cd4c5-e5cc-456d-bdd5-d480aead3848 {
  margin-left: auto;
margin-right: auto;
}

#s-fc5cd4c5-e5cc-456d-bdd5-d480aead3848 .shg-proportional-font-size,
#s-fc5cd4c5-e5cc-456d-bdd5-d480aead3848 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-892019e6-2c4b-473f-8f0d-175a68cb3205 {
  margin-left: auto;
margin-right: auto;
}

#s-892019e6-2c4b-473f-8f0d-175a68cb3205 .shg-proportional-font-size,
#s-892019e6-2c4b-473f-8f0d-175a68cb3205 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

.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-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 16px;
padding-left: 44px;
padding-bottom: 16px;
padding-right: 44px;
border-radius: 14px;
background-color: rgba(248, 4, 126, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6:hover {background-color: rgb(248, 4, 126) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6:active {background-color: rgb(248, 4, 126) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6 {
  background-color: rgba(248, 4, 126, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fa29a5"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}@media (max-width: 767px){#s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 44px;
background-image: none;
background-color: rgba(248, 4, 126, 0.69);
hover-type: color;
}
}

  #s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6-root {
    text-align: center;
  }


#s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6-root {
    text-align: center;
  }


#s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6-root {
    text-align: center;
  }


#s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6-root {
    text-align: center;
  }


#s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6-root {
    text-align: center;
  }


#s-b22baaec-e1c0-4a22-83d8-f58ec00dd3d6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  
  display:  inline-block ;
}
}
#s-6490ffc3-0038-4b31-9f2c-bd556810bfbb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

#s-6490ffc3-0038-4b31-9f2c-bd556810bfbb .shg-proportional-font-size,
#s-6490ffc3-0038-4b31-9f2c-bd556810bfbb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eb8c3a09-302b-4d33-91e8-b9791f316daa {
  margin-left: auto;
margin-bottom: 150px;
margin-right: auto;
}

#s-eb8c3a09-302b-4d33-91e8-b9791f316daa .shg-proportional-font-size,
#s-eb8c3a09-302b-4d33-91e8-b9791f316daa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}