.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-3e4d24c1-80eb-420b-aecf-0c4295ac0e77 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77 {
  display: none;
}
#s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77, #wrap-s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77, #wrap-content-s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77 {
  display: none;
}
#s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77, #wrap-s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77, #wrap-content-s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77 {
  
}
}







#s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e4d24c1-80eb-420b-aecf-0c4295ac0e77.shg-box.shg-c {
  justify-content: center;
}

.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-6e19560b-6347-4755-8211-9cb1f5b4e74b {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-6e19560b-6347-4755-8211-9cb1f5b4e74b {
  display: none;
}
#s-6e19560b-6347-4755-8211-9cb1f5b4e74b, #wrap-s-6e19560b-6347-4755-8211-9cb1f5b4e74b, #wrap-content-s-6e19560b-6347-4755-8211-9cb1f5b4e74b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e19560b-6347-4755-8211-9cb1f5b4e74b {
  display: none;
}
#s-6e19560b-6347-4755-8211-9cb1f5b4e74b, #wrap-s-6e19560b-6347-4755-8211-9cb1f5b4e74b, #wrap-content-s-6e19560b-6347-4755-8211-9cb1f5b4e74b { display: none !important; }}@media (max-width: 767px){#s-6e19560b-6347-4755-8211-9cb1f5b4e74b {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-6e19560b-6347-4755-8211-9cb1f5b4e74b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6e19560b-6347-4755-8211-9cb1f5b4e74b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6e19560b-6347-4755-8211-9cb1f5b4e74b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e19560b-6347-4755-8211-9cb1f5b4e74b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-3921c38e-d15b-4c05-a257-812eace7d565 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3921c38e-d15b-4c05-a257-812eace7d565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3921c38e-d15b-4c05-a257-812eace7d565.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  margin-left: 10%;
margin-right: auto;
max-width: 4222px;
text-align: center;
}
@media (max-width: 767px){#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  margin-left: 0%;
}
}
#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  
  
  
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb img.shogun-image {
  width: 100%;
  
  
  max-width: 4222px;

  /* 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-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb 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-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb 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-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb 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-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  
  
  
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bc871fee-b80b-4861-bf5b-6b9f630a1abb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb 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-bc871fee-b80b-4861-bf5b-6b9f630a1abb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc871fee-b80b-4861-bf5b-6b9f630a1abb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-7707bd64-5773-475d-9d34-4e7b5850f9f0 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 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: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(237, 28, 36, 1);
}
#s-7707bd64-5773-475d-9d34-4e7b5850f9f0:hover {background-color: rgba(10, 32, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7707bd64-5773-475d-9d34-4e7b5850f9f0:active {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 32, 72, 1) !important;}@media (max-width: 767px){#s-7707bd64-5773-475d-9d34-4e7b5850f9f0 {
  border-style: solid;
margin-left: 10%;
margin-right: 0%;
border-color: rgba(230, 64, 151, 1);
text-align: center;
color: rgba(255, 255, 255, 1);
background-image: none;
background-color: rgba(230, 64, 151, 1);
hover-type: color;
}
#s-7707bd64-5773-475d-9d34-4e7b5850f9f0:hover {background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7707bd64-5773-475d-9d34-4e7b5850f9f0:active {background-color: rgba(230, 64, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-7707bd64-5773-475d-9d34-4e7b5850f9f0-root {
    text-align: left;
  }


#s-7707bd64-5773-475d-9d34-4e7b5850f9f0.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7707bd64-5773-475d-9d34-4e7b5850f9f0-root {
    text-align: left;
  }


#s-7707bd64-5773-475d-9d34-4e7b5850f9f0.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7707bd64-5773-475d-9d34-4e7b5850f9f0-root {
    text-align: left;
  }


#s-7707bd64-5773-475d-9d34-4e7b5850f9f0.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7707bd64-5773-475d-9d34-4e7b5850f9f0-root {
    text-align: left;
  }


#s-7707bd64-5773-475d-9d34-4e7b5850f9f0.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7707bd64-5773-475d-9d34-4e7b5850f9f0-root {
    text-align: center;
  }


#s-7707bd64-5773-475d-9d34-4e7b5850f9f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-1e658a03-cc05-4a35-8be7-a0b9551d5181 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(74, 198, 234, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1e658a03-cc05-4a35-8be7-a0b9551d5181:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 114, 83, 1) !important;}#s-1e658a03-cc05-4a35-8be7-a0b9551d5181:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 114, 83, 1) !important;}@media (min-width: 1200px){#s-1e658a03-cc05-4a35-8be7-a0b9551d5181 {
  display: none;
}
#s-1e658a03-cc05-4a35-8be7-a0b9551d5181, #wrap-s-1e658a03-cc05-4a35-8be7-a0b9551d5181, #wrap-content-s-1e658a03-cc05-4a35-8be7-a0b9551d5181 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e658a03-cc05-4a35-8be7-a0b9551d5181 {
  display: none;
}
#s-1e658a03-cc05-4a35-8be7-a0b9551d5181, #wrap-s-1e658a03-cc05-4a35-8be7-a0b9551d5181, #wrap-content-s-1e658a03-cc05-4a35-8be7-a0b9551d5181 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e658a03-cc05-4a35-8be7-a0b9551d5181 {
  
}
}@media (max-width: 767px){#s-1e658a03-cc05-4a35-8be7-a0b9551d5181 {
  border-style: none;
text-align: center;
color: rgba(230, 64, 151, 1);
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-1e658a03-cc05-4a35-8be7-a0b9551d5181:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-1e658a03-cc05-4a35-8be7-a0b9551d5181:active {background-color: rgba(230, 64, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-1e658a03-cc05-4a35-8be7-a0b9551d5181-root {
    text-align: center;
  }


#s-1e658a03-cc05-4a35-8be7-a0b9551d5181.shg-btn {
  color: rgba(74, 198, 234, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e658a03-cc05-4a35-8be7-a0b9551d5181-root {
    text-align: center;
  }


#s-1e658a03-cc05-4a35-8be7-a0b9551d5181.shg-btn {
  color: rgba(74, 198, 234, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e658a03-cc05-4a35-8be7-a0b9551d5181-root {
    text-align: center;
  }


#s-1e658a03-cc05-4a35-8be7-a0b9551d5181.shg-btn {
  color: rgba(74, 198, 234, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e658a03-cc05-4a35-8be7-a0b9551d5181-root {
    text-align: center;
  }


#s-1e658a03-cc05-4a35-8be7-a0b9551d5181.shg-btn {
  color: rgba(74, 198, 234, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e658a03-cc05-4a35-8be7-a0b9551d5181-root {
    text-align: center;
  }


#s-1e658a03-cc05-4a35-8be7-a0b9551d5181.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}
.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);
}

@media (min-width: 1200px){#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 {
  display: none;
}
#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48, #wrap-s-0eb17334-3a1d-4cf5-9422-f6ee9626de48, #wrap-content-s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 {
  display: none;
}
#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48, #wrap-s-0eb17334-3a1d-4cf5-9422-f6ee9626de48, #wrap-content-s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 { display: none !important; }}
#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(74, 198, 234, 1);
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(74, 198, 234, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: 600;
  
  font-size: 14px;
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}@media (max-width: 767px){#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(230, 64, 151, 1);
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(230, 64, 151, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-0eb17334-3a1d-4cf5-9422-f6ee9626de48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4 {
  
}
#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4-root {
    text-align: center;
  }


#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4-root {
    text-align: center;
  }


#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4-root {
    text-align: center;
  }


#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4-root {
    text-align: center;
  }


#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4-root {
    text-align: center;
  }


#s-c9b335eb-9e8f-48a4-bd93-105ad6257cc4.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-c7134d49-5a20-4102-a035-122ef85826d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c7134d49-5a20-4102-a035-122ef85826d5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-c7134d49-5a20-4102-a035-122ef85826d5:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-c7134d49-5a20-4102-a035-122ef85826d5 {
  
}
#s-c7134d49-5a20-4102-a035-122ef85826d5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-c7134d49-5a20-4102-a035-122ef85826d5-root {
    text-align: center;
  }


#s-c7134d49-5a20-4102-a035-122ef85826d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c7134d49-5a20-4102-a035-122ef85826d5-root {
    text-align: center;
  }


#s-c7134d49-5a20-4102-a035-122ef85826d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7134d49-5a20-4102-a035-122ef85826d5-root {
    text-align: center;
  }


#s-c7134d49-5a20-4102-a035-122ef85826d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7134d49-5a20-4102-a035-122ef85826d5-root {
    text-align: center;
  }


#s-c7134d49-5a20-4102-a035-122ef85826d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c7134d49-5a20-4102-a035-122ef85826d5-root {
    text-align: center;
  }


#s-c7134d49-5a20-4102-a035-122ef85826d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d {
  
}
#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-a38e035a-3c3d-48b2-9fdb-45527211ed4d-root {
    text-align: center;
  }


#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a38e035a-3c3d-48b2-9fdb-45527211ed4d-root {
    text-align: center;
  }


#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a38e035a-3c3d-48b2-9fdb-45527211ed4d-root {
    text-align: center;
  }


#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a38e035a-3c3d-48b2-9fdb-45527211ed4d-root {
    text-align: center;
  }


#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a38e035a-3c3d-48b2-9fdb-45527211ed4d-root {
    text-align: center;
  }


#s-a38e035a-3c3d-48b2-9fdb-45527211ed4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-1877da59-45be-45bf-8582-53e6c95d5c2d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1877da59-45be-45bf-8582-53e6c95d5c2d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-1877da59-45be-45bf-8582-53e6c95d5c2d:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-1877da59-45be-45bf-8582-53e6c95d5c2d {
  
}
#s-1877da59-45be-45bf-8582-53e6c95d5c2d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-1877da59-45be-45bf-8582-53e6c95d5c2d-root {
    text-align: center;
  }


#s-1877da59-45be-45bf-8582-53e6c95d5c2d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1877da59-45be-45bf-8582-53e6c95d5c2d-root {
    text-align: center;
  }


#s-1877da59-45be-45bf-8582-53e6c95d5c2d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1877da59-45be-45bf-8582-53e6c95d5c2d-root {
    text-align: center;
  }


#s-1877da59-45be-45bf-8582-53e6c95d5c2d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1877da59-45be-45bf-8582-53e6c95d5c2d-root {
    text-align: center;
  }


#s-1877da59-45be-45bf-8582-53e6c95d5c2d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1877da59-45be-45bf-8582-53e6c95d5c2d-root {
    text-align: center;
  }


#s-1877da59-45be-45bf-8582-53e6c95d5c2d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-b1c90f68-8dec-4425-9ff1-2768143083b9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b1c90f68-8dec-4425-9ff1-2768143083b9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-b1c90f68-8dec-4425-9ff1-2768143083b9:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-b1c90f68-8dec-4425-9ff1-2768143083b9 {
  
}
#s-b1c90f68-8dec-4425-9ff1-2768143083b9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-b1c90f68-8dec-4425-9ff1-2768143083b9-root {
    text-align: center;
  }


#s-b1c90f68-8dec-4425-9ff1-2768143083b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b1c90f68-8dec-4425-9ff1-2768143083b9-root {
    text-align: center;
  }


#s-b1c90f68-8dec-4425-9ff1-2768143083b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1c90f68-8dec-4425-9ff1-2768143083b9-root {
    text-align: center;
  }


#s-b1c90f68-8dec-4425-9ff1-2768143083b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1c90f68-8dec-4425-9ff1-2768143083b9-root {
    text-align: center;
  }


#s-b1c90f68-8dec-4425-9ff1-2768143083b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b1c90f68-8dec-4425-9ff1-2768143083b9-root {
    text-align: center;
  }


#s-b1c90f68-8dec-4425-9ff1-2768143083b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
@media (min-width: 1200px){#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a {
  display: none;
}
#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a, #wrap-s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a, #wrap-content-s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a {
  display: none;
}
#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a, #wrap-s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a, #wrap-content-s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a { display: none !important; }}
#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(74, 198, 234, 1);
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(74, 198, 234, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: 600;
  
  font-size: 14px;
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}@media (max-width: 767px){#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(230, 64, 151, 1);
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(230, 64, 151, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-1d4f362b-7742-45e9-9a9a-bf99eb5a111a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-e485fa94-8dd4-4ac6-815e-04367354f0e0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e485fa94-8dd4-4ac6-815e-04367354f0e0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-e485fa94-8dd4-4ac6-815e-04367354f0e0:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-e485fa94-8dd4-4ac6-815e-04367354f0e0 {
  
}
#s-e485fa94-8dd4-4ac6-815e-04367354f0e0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-e485fa94-8dd4-4ac6-815e-04367354f0e0-root {
    text-align: center;
  }


#s-e485fa94-8dd4-4ac6-815e-04367354f0e0.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e485fa94-8dd4-4ac6-815e-04367354f0e0-root {
    text-align: center;
  }


#s-e485fa94-8dd4-4ac6-815e-04367354f0e0.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e485fa94-8dd4-4ac6-815e-04367354f0e0-root {
    text-align: center;
  }


#s-e485fa94-8dd4-4ac6-815e-04367354f0e0.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e485fa94-8dd4-4ac6-815e-04367354f0e0-root {
    text-align: center;
  }


#s-e485fa94-8dd4-4ac6-815e-04367354f0e0.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e485fa94-8dd4-4ac6-815e-04367354f0e0-root {
    text-align: center;
  }


#s-e485fa94-8dd4-4ac6-815e-04367354f0e0.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-8152677b-4860-4355-b12f-d2191e6ea8c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8152677b-4860-4355-b12f-d2191e6ea8c6:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-8152677b-4860-4355-b12f-d2191e6ea8c6:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-8152677b-4860-4355-b12f-d2191e6ea8c6 {
  
}
#s-8152677b-4860-4355-b12f-d2191e6ea8c6:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-8152677b-4860-4355-b12f-d2191e6ea8c6-root {
    text-align: center;
  }


#s-8152677b-4860-4355-b12f-d2191e6ea8c6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8152677b-4860-4355-b12f-d2191e6ea8c6-root {
    text-align: center;
  }


#s-8152677b-4860-4355-b12f-d2191e6ea8c6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8152677b-4860-4355-b12f-d2191e6ea8c6-root {
    text-align: center;
  }


#s-8152677b-4860-4355-b12f-d2191e6ea8c6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8152677b-4860-4355-b12f-d2191e6ea8c6-root {
    text-align: center;
  }


#s-8152677b-4860-4355-b12f-d2191e6ea8c6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8152677b-4860-4355-b12f-d2191e6ea8c6-root {
    text-align: center;
  }


#s-8152677b-4860-4355-b12f-d2191e6ea8c6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d {
  
}
#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-a6f6382b-301d-46e5-8ef5-a1d0d768255d-root {
    text-align: center;
  }


#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a6f6382b-301d-46e5-8ef5-a1d0d768255d-root {
    text-align: center;
  }


#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6f6382b-301d-46e5-8ef5-a1d0d768255d-root {
    text-align: center;
  }


#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6f6382b-301d-46e5-8ef5-a1d0d768255d-root {
    text-align: center;
  }


#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a6f6382b-301d-46e5-8ef5-a1d0d768255d-root {
    text-align: center;
  }


#s-a6f6382b-301d-46e5-8ef5-a1d0d768255d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-47f2b94c-6256-4b1e-b116-46cdd039e64e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-47f2b94c-6256-4b1e-b116-46cdd039e64e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-47f2b94c-6256-4b1e-b116-46cdd039e64e:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-47f2b94c-6256-4b1e-b116-46cdd039e64e {
  
}
#s-47f2b94c-6256-4b1e-b116-46cdd039e64e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-47f2b94c-6256-4b1e-b116-46cdd039e64e-root {
    text-align: center;
  }


#s-47f2b94c-6256-4b1e-b116-46cdd039e64e.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47f2b94c-6256-4b1e-b116-46cdd039e64e-root {
    text-align: center;
  }


#s-47f2b94c-6256-4b1e-b116-46cdd039e64e.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47f2b94c-6256-4b1e-b116-46cdd039e64e-root {
    text-align: center;
  }


#s-47f2b94c-6256-4b1e-b116-46cdd039e64e.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47f2b94c-6256-4b1e-b116-46cdd039e64e-root {
    text-align: center;
  }


#s-47f2b94c-6256-4b1e-b116-46cdd039e64e.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47f2b94c-6256-4b1e-b116-46cdd039e64e-root {
    text-align: center;
  }


#s-47f2b94c-6256-4b1e-b116-46cdd039e64e.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee {
  
}
#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-3d5aa37e-b845-4340-9fbf-6903e0ecceee-root {
    text-align: center;
  }


#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d5aa37e-b845-4340-9fbf-6903e0ecceee-root {
    text-align: center;
  }


#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d5aa37e-b845-4340-9fbf-6903e0ecceee-root {
    text-align: center;
  }


#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d5aa37e-b845-4340-9fbf-6903e0ecceee-root {
    text-align: center;
  }


#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d5aa37e-b845-4340-9fbf-6903e0ecceee-root {
    text-align: center;
  }


#s-3d5aa37e-b845-4340-9fbf-6903e0ecceee.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-32446f4d-a0b6-425d-85df-fae18ae58185 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-32446f4d-a0b6-425d-85df-fae18ae58185:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-32446f4d-a0b6-425d-85df-fae18ae58185:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-32446f4d-a0b6-425d-85df-fae18ae58185 {
  
}
#s-32446f4d-a0b6-425d-85df-fae18ae58185:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-32446f4d-a0b6-425d-85df-fae18ae58185-root {
    text-align: center;
  }


#s-32446f4d-a0b6-425d-85df-fae18ae58185.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-32446f4d-a0b6-425d-85df-fae18ae58185-root {
    text-align: center;
  }


#s-32446f4d-a0b6-425d-85df-fae18ae58185.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32446f4d-a0b6-425d-85df-fae18ae58185-root {
    text-align: center;
  }


#s-32446f4d-a0b6-425d-85df-fae18ae58185.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32446f4d-a0b6-425d-85df-fae18ae58185-root {
    text-align: center;
  }


#s-32446f4d-a0b6-425d-85df-fae18ae58185.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-32446f4d-a0b6-425d-85df-fae18ae58185-root {
    text-align: center;
  }


#s-32446f4d-a0b6-425d-85df-fae18ae58185.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
@media (min-width: 1200px){#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c {
  display: none;
}
#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c, #wrap-s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c, #wrap-content-s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c {
  display: none;
}
#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c, #wrap-s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c, #wrap-content-s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c { display: none !important; }}
#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(74, 198, 234, 1);
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(74, 198, 234, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: 600;
  
  font-size: 14px;
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}@media (max-width: 767px){#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(230, 64, 151, 1);
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(230, 64, 151, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-bf1612fa-2ab0-41e5-afc6-35fdbbfcc07c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-4e9278c9-1fab-47db-af39-f540eef013d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-4e9278c9-1fab-47db-af39-f540eef013d5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-4e9278c9-1fab-47db-af39-f540eef013d5:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-4e9278c9-1fab-47db-af39-f540eef013d5 {
  
}
#s-4e9278c9-1fab-47db-af39-f540eef013d5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-4e9278c9-1fab-47db-af39-f540eef013d5-root {
    text-align: center;
  }


#s-4e9278c9-1fab-47db-af39-f540eef013d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4e9278c9-1fab-47db-af39-f540eef013d5-root {
    text-align: center;
  }


#s-4e9278c9-1fab-47db-af39-f540eef013d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e9278c9-1fab-47db-af39-f540eef013d5-root {
    text-align: center;
  }


#s-4e9278c9-1fab-47db-af39-f540eef013d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e9278c9-1fab-47db-af39-f540eef013d5-root {
    text-align: center;
  }


#s-4e9278c9-1fab-47db-af39-f540eef013d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4e9278c9-1fab-47db-af39-f540eef013d5-root {
    text-align: center;
  }


#s-4e9278c9-1fab-47db-af39-f540eef013d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-736f5dac-607a-4d73-9d53-8234536daed1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-736f5dac-607a-4d73-9d53-8234536daed1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-736f5dac-607a-4d73-9d53-8234536daed1:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-736f5dac-607a-4d73-9d53-8234536daed1 {
  
}
#s-736f5dac-607a-4d73-9d53-8234536daed1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-736f5dac-607a-4d73-9d53-8234536daed1-root {
    text-align: center;
  }


#s-736f5dac-607a-4d73-9d53-8234536daed1.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-736f5dac-607a-4d73-9d53-8234536daed1-root {
    text-align: center;
  }


#s-736f5dac-607a-4d73-9d53-8234536daed1.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-736f5dac-607a-4d73-9d53-8234536daed1-root {
    text-align: center;
  }


#s-736f5dac-607a-4d73-9d53-8234536daed1.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-736f5dac-607a-4d73-9d53-8234536daed1-root {
    text-align: center;
  }


#s-736f5dac-607a-4d73-9d53-8234536daed1.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-736f5dac-607a-4d73-9d53-8234536daed1-root {
    text-align: center;
  }


#s-736f5dac-607a-4d73-9d53-8234536daed1.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-dcb56885-43f1-403b-bdff-236523656cd8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-dcb56885-43f1-403b-bdff-236523656cd8:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-dcb56885-43f1-403b-bdff-236523656cd8:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-dcb56885-43f1-403b-bdff-236523656cd8 {
  
}
#s-dcb56885-43f1-403b-bdff-236523656cd8:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-dcb56885-43f1-403b-bdff-236523656cd8-root {
    text-align: center;
  }


#s-dcb56885-43f1-403b-bdff-236523656cd8.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dcb56885-43f1-403b-bdff-236523656cd8-root {
    text-align: center;
  }


#s-dcb56885-43f1-403b-bdff-236523656cd8.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcb56885-43f1-403b-bdff-236523656cd8-root {
    text-align: center;
  }


#s-dcb56885-43f1-403b-bdff-236523656cd8.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcb56885-43f1-403b-bdff-236523656cd8-root {
    text-align: center;
  }


#s-dcb56885-43f1-403b-bdff-236523656cd8.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dcb56885-43f1-403b-bdff-236523656cd8-root {
    text-align: center;
  }


#s-dcb56885-43f1-403b-bdff-236523656cd8.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-caa61879-1382-4b63-8c0a-0913da5b2e65 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-caa61879-1382-4b63-8c0a-0913da5b2e65:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-caa61879-1382-4b63-8c0a-0913da5b2e65:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-caa61879-1382-4b63-8c0a-0913da5b2e65 {
  
}
#s-caa61879-1382-4b63-8c0a-0913da5b2e65:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-caa61879-1382-4b63-8c0a-0913da5b2e65-root {
    text-align: center;
  }


#s-caa61879-1382-4b63-8c0a-0913da5b2e65.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-caa61879-1382-4b63-8c0a-0913da5b2e65-root {
    text-align: center;
  }


#s-caa61879-1382-4b63-8c0a-0913da5b2e65.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-caa61879-1382-4b63-8c0a-0913da5b2e65-root {
    text-align: center;
  }


#s-caa61879-1382-4b63-8c0a-0913da5b2e65.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-caa61879-1382-4b63-8c0a-0913da5b2e65-root {
    text-align: center;
  }


#s-caa61879-1382-4b63-8c0a-0913da5b2e65.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-caa61879-1382-4b63-8c0a-0913da5b2e65-root {
    text-align: center;
  }


#s-caa61879-1382-4b63-8c0a-0913da5b2e65.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-1749409b-6e69-48f5-9878-28187480ab4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1749409b-6e69-48f5-9878-28187480ab4d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-1749409b-6e69-48f5-9878-28187480ab4d:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-1749409b-6e69-48f5-9878-28187480ab4d {
  
}
#s-1749409b-6e69-48f5-9878-28187480ab4d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-1749409b-6e69-48f5-9878-28187480ab4d-root {
    text-align: center;
  }


#s-1749409b-6e69-48f5-9878-28187480ab4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1749409b-6e69-48f5-9878-28187480ab4d-root {
    text-align: center;
  }


#s-1749409b-6e69-48f5-9878-28187480ab4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1749409b-6e69-48f5-9878-28187480ab4d-root {
    text-align: center;
  }


#s-1749409b-6e69-48f5-9878-28187480ab4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1749409b-6e69-48f5-9878-28187480ab4d-root {
    text-align: center;
  }


#s-1749409b-6e69-48f5-9878-28187480ab4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1749409b-6e69-48f5-9878-28187480ab4d-root {
    text-align: center;
  }


#s-1749409b-6e69-48f5-9878-28187480ab4d.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-f1554bd7-aaae-424a-bf90-93149d54bf16 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f1554bd7-aaae-424a-bf90-93149d54bf16 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1554bd7-aaae-424a-bf90-93149d54bf16 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1554bd7-aaae-424a-bf90-93149d54bf16 {
  display: none;
}
#s-f1554bd7-aaae-424a-bf90-93149d54bf16, #wrap-s-f1554bd7-aaae-424a-bf90-93149d54bf16, #wrap-content-s-f1554bd7-aaae-424a-bf90-93149d54bf16 { display: none !important; }}@media (max-width: 767px){#s-f1554bd7-aaae-424a-bf90-93149d54bf16 {
  display: none;
}
#s-f1554bd7-aaae-424a-bf90-93149d54bf16, #wrap-s-f1554bd7-aaae-424a-bf90-93149d54bf16, #wrap-content-s-f1554bd7-aaae-424a-bf90-93149d54bf16 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f1554bd7-aaae-424a-bf90-93149d54bf16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f1554bd7-aaae-424a-bf90-93149d54bf16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f1554bd7-aaae-424a-bf90-93149d54bf16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1554bd7-aaae-424a-bf90-93149d54bf16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-d38aaaf2-7fb4-482e-9748-c303aa7aff7a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d38aaaf2-7fb4-482e-9748-c303aa7aff7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d38aaaf2-7fb4-482e-9748-c303aa7aff7a.shg-box.shg-c {
  justify-content: center;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: auto;
max-width: 581px;
text-align: center;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 .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-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 img.shogun-image {
  width: 100%;
  
  
  max-width: 581px;

  /* 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-2f6093cb-245d-4a08-bf48-e09392a75c89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 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-2f6093cb-245d-4a08-bf48-e09392a75c89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 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-2f6093cb-245d-4a08-bf48-e09392a75c89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 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-2f6093cb-245d-4a08-bf48-e09392a75c89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f6093cb-245d-4a08-bf48-e09392a75c89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f6093cb-245d-4a08-bf48-e09392a75c89 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-2f6093cb-245d-4a08-bf48-e09392a75c89 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6093cb-245d-4a08-bf48-e09392a75c89.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9edab375-a27d-4374-b4d2-dc555af483eb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9edab375-a27d-4374-b4d2-dc555af483eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9edab375-a27d-4374-b4d2-dc555af483eb.shg-box.shg-c {
  justify-content: center;
}

#s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}

  #s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9-root {
    text-align: center;
  }


#s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9-root {
    text-align: center;
  }


#s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9-root {
    text-align: center;
  }


#s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9-root {
    text-align: center;
  }


#s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9-root {
    text-align: center;
  }


#s-c3c3f94a-c8e9-4705-98be-c94900d8b2b9.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}
#s-ca57b183-bd16-48b4-9bf6-2378710eeb44 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ca57b183-bd16-48b4-9bf6-2378710eeb44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca57b183-bd16-48b4-9bf6-2378710eeb44.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-d2f622b9-faa4-4816-afd3-84ef09cc8e4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2f622b9-faa4-4816-afd3-84ef09cc8e4a {
  
}
}
#s-d2f622b9-faa4-4816-afd3-84ef09cc8e4a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d2f622b9-faa4-4816-afd3-84ef09cc8e4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-d2f622b9-faa4-4816-afd3-84ef09cc8e4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(230, 64, 151, 1);
}

#s-d2f622b9-faa4-4816-afd3-84ef09cc8e4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d2f622b9-faa4-4816-afd3-84ef09cc8e4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(230, 64, 151, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-d2f622b9-faa4-4816-afd3-84ef09cc8e4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-03aa2420-b111-4e3b-84aa-e7e500694b23 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-03aa2420-b111-4e3b-84aa-e7e500694b23:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-03aa2420-b111-4e3b-84aa-e7e500694b23:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-03aa2420-b111-4e3b-84aa-e7e500694b23 {
  
}
#s-03aa2420-b111-4e3b-84aa-e7e500694b23:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-03aa2420-b111-4e3b-84aa-e7e500694b23-root {
    text-align: center;
  }


#s-03aa2420-b111-4e3b-84aa-e7e500694b23.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-03aa2420-b111-4e3b-84aa-e7e500694b23-root {
    text-align: center;
  }


#s-03aa2420-b111-4e3b-84aa-e7e500694b23.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03aa2420-b111-4e3b-84aa-e7e500694b23-root {
    text-align: center;
  }


#s-03aa2420-b111-4e3b-84aa-e7e500694b23.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03aa2420-b111-4e3b-84aa-e7e500694b23-root {
    text-align: center;
  }


#s-03aa2420-b111-4e3b-84aa-e7e500694b23.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-03aa2420-b111-4e3b-84aa-e7e500694b23-root {
    text-align: center;
  }


#s-03aa2420-b111-4e3b-84aa-e7e500694b23.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f {
  
}
#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-e931ec4f-23f1-4676-b126-f40ca81b6e1f-root {
    text-align: center;
  }


#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e931ec4f-23f1-4676-b126-f40ca81b6e1f-root {
    text-align: center;
  }


#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e931ec4f-23f1-4676-b126-f40ca81b6e1f-root {
    text-align: center;
  }


#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e931ec4f-23f1-4676-b126-f40ca81b6e1f-root {
    text-align: center;
  }


#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e931ec4f-23f1-4676-b126-f40ca81b6e1f-root {
    text-align: center;
  }


#s-e931ec4f-23f1-4676-b126-f40ca81b6e1f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f {
  
}
#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f-root {
    text-align: center;
  }


#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f-root {
    text-align: center;
  }


#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f-root {
    text-align: center;
  }


#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f-root {
    text-align: center;
  }


#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f-root {
    text-align: center;
  }


#s-9f66f64b-89f8-4a05-9a2a-c35f97acf41f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2 {
  
}
#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2-root {
    text-align: center;
  }


#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2-root {
    text-align: center;
  }


#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2-root {
    text-align: center;
  }


#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2-root {
    text-align: center;
  }


#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2-root {
    text-align: center;
  }


#s-1164731d-8a2e-4d88-8fd8-546d0e3f00b2.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c {
  
}
#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c-root {
    text-align: center;
  }


#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c-root {
    text-align: center;
  }


#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c-root {
    text-align: center;
  }


#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c-root {
    text-align: center;
  }


#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c-root {
    text-align: center;
  }


#s-e66b70a1-baf9-4e3a-b12b-6b5c12b3f28c.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-649edd1c-4ad3-4c7e-8af8-e65b82741ed7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-649edd1c-4ad3-4c7e-8af8-e65b82741ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-649edd1c-4ad3-4c7e-8af8-e65b82741ed7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-eacfccfd-dd59-4421-b4d7-789bcf949764 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eacfccfd-dd59-4421-b4d7-789bcf949764 {
  
}
}
#s-eacfccfd-dd59-4421-b4d7-789bcf949764 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-eacfccfd-dd59-4421-b4d7-789bcf949764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-eacfccfd-dd59-4421-b4d7-789bcf949764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(230, 64, 151, 1);
}

#s-eacfccfd-dd59-4421-b4d7-789bcf949764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(254, 254, 254, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-eacfccfd-dd59-4421-b4d7-789bcf949764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(230, 64, 151, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-eacfccfd-dd59-4421-b4d7-789bcf949764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e653df94-6799-496b-af77-c10bcb6ea4d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e653df94-6799-496b-af77-c10bcb6ea4d5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-e653df94-6799-496b-af77-c10bcb6ea4d5:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-e653df94-6799-496b-af77-c10bcb6ea4d5 {
  
}
#s-e653df94-6799-496b-af77-c10bcb6ea4d5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-e653df94-6799-496b-af77-c10bcb6ea4d5-root {
    text-align: center;
  }


#s-e653df94-6799-496b-af77-c10bcb6ea4d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e653df94-6799-496b-af77-c10bcb6ea4d5-root {
    text-align: center;
  }


#s-e653df94-6799-496b-af77-c10bcb6ea4d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e653df94-6799-496b-af77-c10bcb6ea4d5-root {
    text-align: center;
  }


#s-e653df94-6799-496b-af77-c10bcb6ea4d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e653df94-6799-496b-af77-c10bcb6ea4d5-root {
    text-align: center;
  }


#s-e653df94-6799-496b-af77-c10bcb6ea4d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e653df94-6799-496b-af77-c10bcb6ea4d5-root {
    text-align: center;
  }


#s-e653df94-6799-496b-af77-c10bcb6ea4d5.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-e20d05a8-9561-4292-a673-d1cc21383667 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e20d05a8-9561-4292-a673-d1cc21383667:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-e20d05a8-9561-4292-a673-d1cc21383667:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-e20d05a8-9561-4292-a673-d1cc21383667 {
  
}
#s-e20d05a8-9561-4292-a673-d1cc21383667:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-e20d05a8-9561-4292-a673-d1cc21383667-root {
    text-align: center;
  }


#s-e20d05a8-9561-4292-a673-d1cc21383667.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e20d05a8-9561-4292-a673-d1cc21383667-root {
    text-align: center;
  }


#s-e20d05a8-9561-4292-a673-d1cc21383667.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e20d05a8-9561-4292-a673-d1cc21383667-root {
    text-align: center;
  }


#s-e20d05a8-9561-4292-a673-d1cc21383667.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e20d05a8-9561-4292-a673-d1cc21383667-root {
    text-align: center;
  }


#s-e20d05a8-9561-4292-a673-d1cc21383667.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e20d05a8-9561-4292-a673-d1cc21383667-root {
    text-align: center;
  }


#s-e20d05a8-9561-4292-a673-d1cc21383667.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26 {
  
}
#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26-root {
    text-align: center;
  }


#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26-root {
    text-align: center;
  }


#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26-root {
    text-align: center;
  }


#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26-root {
    text-align: center;
  }


#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26-root {
    text-align: center;
  }


#s-031f02dd-c2b2-4ad8-a0a8-49e33982ca26.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a {
  
}
#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a-root {
    text-align: center;
  }


#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a-root {
    text-align: center;
  }


#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a-root {
    text-align: center;
  }


#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a-root {
    text-align: center;
  }


#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a-root {
    text-align: center;
  }


#s-29a7eab1-9f29-4af8-ac8e-fddbda2edd8a.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-95ecb084-f987-4ac6-b693-2d3142fd4044 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-95ecb084-f987-4ac6-b693-2d3142fd4044:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-95ecb084-f987-4ac6-b693-2d3142fd4044:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-95ecb084-f987-4ac6-b693-2d3142fd4044 {
  
}
#s-95ecb084-f987-4ac6-b693-2d3142fd4044:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-95ecb084-f987-4ac6-b693-2d3142fd4044-root {
    text-align: center;
  }


#s-95ecb084-f987-4ac6-b693-2d3142fd4044.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-95ecb084-f987-4ac6-b693-2d3142fd4044-root {
    text-align: center;
  }


#s-95ecb084-f987-4ac6-b693-2d3142fd4044.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95ecb084-f987-4ac6-b693-2d3142fd4044-root {
    text-align: center;
  }


#s-95ecb084-f987-4ac6-b693-2d3142fd4044.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95ecb084-f987-4ac6-b693-2d3142fd4044-root {
    text-align: center;
  }


#s-95ecb084-f987-4ac6-b693-2d3142fd4044.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-95ecb084-f987-4ac6-b693-2d3142fd4044-root {
    text-align: center;
  }


#s-95ecb084-f987-4ac6-b693-2d3142fd4044.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383 {
  
}
#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-993e5f40-0102-47e1-a0f8-ffc2ac58f383-root {
    text-align: center;
  }


#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-993e5f40-0102-47e1-a0f8-ffc2ac58f383-root {
    text-align: center;
  }


#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-993e5f40-0102-47e1-a0f8-ffc2ac58f383-root {
    text-align: center;
  }


#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-993e5f40-0102-47e1-a0f8-ffc2ac58f383-root {
    text-align: center;
  }


#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-993e5f40-0102-47e1-a0f8-ffc2ac58f383-root {
    text-align: center;
  }


#s-993e5f40-0102-47e1-a0f8-ffc2ac58f383.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-6006c76f-7c55-481a-b1a8-c55f5200d255 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6006c76f-7c55-481a-b1a8-c55f5200d255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6006c76f-7c55-481a-b1a8-c55f5200d255.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-c9f56a31-dd5c-4f38-8dc9-3369acce573f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9f56a31-dd5c-4f38-8dc9-3369acce573f {
  
}
}
#s-c9f56a31-dd5c-4f38-8dc9-3369acce573f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c9f56a31-dd5c-4f38-8dc9-3369acce573f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-c9f56a31-dd5c-4f38-8dc9-3369acce573f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(230, 64, 151, 1);
}

#s-c9f56a31-dd5c-4f38-8dc9-3369acce573f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(254, 254, 254, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c9f56a31-dd5c-4f38-8dc9-3369acce573f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(230, 64, 151, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-c9f56a31-dd5c-4f38-8dc9-3369acce573f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f {
  
}
#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f-root {
    text-align: center;
  }


#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f-root {
    text-align: center;
  }


#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f-root {
    text-align: center;
  }


#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f-root {
    text-align: center;
  }


#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f-root {
    text-align: center;
  }


#s-00ff38f6-8c36-43b8-8cb4-0dae81934d2f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534 {
  
}
#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534-root {
    text-align: center;
  }


#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534-root {
    text-align: center;
  }


#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534-root {
    text-align: center;
  }


#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534-root {
    text-align: center;
  }


#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534-root {
    text-align: center;
  }


#s-18fea1d9-d2f0-4e45-b65a-eb545ec3f534.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-140e7035-f931-4d15-b374-04182b26a917 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-140e7035-f931-4d15-b374-04182b26a917:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-140e7035-f931-4d15-b374-04182b26a917:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-140e7035-f931-4d15-b374-04182b26a917 {
  
}
#s-140e7035-f931-4d15-b374-04182b26a917:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-140e7035-f931-4d15-b374-04182b26a917-root {
    text-align: center;
  }


#s-140e7035-f931-4d15-b374-04182b26a917.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-140e7035-f931-4d15-b374-04182b26a917-root {
    text-align: center;
  }


#s-140e7035-f931-4d15-b374-04182b26a917.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-140e7035-f931-4d15-b374-04182b26a917-root {
    text-align: center;
  }


#s-140e7035-f931-4d15-b374-04182b26a917.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-140e7035-f931-4d15-b374-04182b26a917-root {
    text-align: center;
  }


#s-140e7035-f931-4d15-b374-04182b26a917.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-140e7035-f931-4d15-b374-04182b26a917-root {
    text-align: center;
  }


#s-140e7035-f931-4d15-b374-04182b26a917.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-9b093ff4-66b0-41b8-8791-7e95b591b848 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9b093ff4-66b0-41b8-8791-7e95b591b848:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-9b093ff4-66b0-41b8-8791-7e95b591b848:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-9b093ff4-66b0-41b8-8791-7e95b591b848 {
  
}
#s-9b093ff4-66b0-41b8-8791-7e95b591b848:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-9b093ff4-66b0-41b8-8791-7e95b591b848-root {
    text-align: center;
  }


#s-9b093ff4-66b0-41b8-8791-7e95b591b848.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b093ff4-66b0-41b8-8791-7e95b591b848-root {
    text-align: center;
  }


#s-9b093ff4-66b0-41b8-8791-7e95b591b848.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b093ff4-66b0-41b8-8791-7e95b591b848-root {
    text-align: center;
  }


#s-9b093ff4-66b0-41b8-8791-7e95b591b848.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b093ff4-66b0-41b8-8791-7e95b591b848-root {
    text-align: center;
  }


#s-9b093ff4-66b0-41b8-8791-7e95b591b848.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b093ff4-66b0-41b8-8791-7e95b591b848-root {
    text-align: center;
  }


#s-9b093ff4-66b0-41b8-8791-7e95b591b848.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-1a76eeb2-60e6-41b3-91a8-53e282c25154 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 64, 151, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1a76eeb2-60e6-41b3-91a8-53e282c25154:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}#s-1a76eeb2-60e6-41b3-91a8-53e282c25154:active {border-style: solid !important;
border-color: rgba(226, 159, 193, 1) !important;
background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}@media (max-width: 767px){#s-1a76eeb2-60e6-41b3-91a8-53e282c25154 {
  
}
#s-1a76eeb2-60e6-41b3-91a8-53e282c25154:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}}

  #s-1a76eeb2-60e6-41b3-91a8-53e282c25154-root {
    text-align: center;
  }


#s-1a76eeb2-60e6-41b3-91a8-53e282c25154.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a76eeb2-60e6-41b3-91a8-53e282c25154-root {
    text-align: center;
  }


#s-1a76eeb2-60e6-41b3-91a8-53e282c25154.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a76eeb2-60e6-41b3-91a8-53e282c25154-root {
    text-align: center;
  }


#s-1a76eeb2-60e6-41b3-91a8-53e282c25154.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a76eeb2-60e6-41b3-91a8-53e282c25154-root {
    text-align: center;
  }


#s-1a76eeb2-60e6-41b3-91a8-53e282c25154.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a76eeb2-60e6-41b3-91a8-53e282c25154-root {
    text-align: center;
  }


#s-1a76eeb2-60e6-41b3-91a8-53e282c25154.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-6523b53c-f4dd-45a3-a4f8-b2a4c233912e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6523b53c-f4dd-45a3-a4f8-b2a4c233912e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6523b53c-f4dd-45a3-a4f8-b2a4c233912e.shg-box.shg-c {
  justify-content: center;
}

#s-020a21c4-0041-4b93-ab42-adca210d3424 {
  margin-top: 5px;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(230, 64, 151, 1);
border-style: none;
border-radius: 0px;
background-color: rgba(230, 64, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-020a21c4-0041-4b93-ab42-adca210d3424:hover {background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}#s-020a21c4-0041-4b93-ab42-adca210d3424:active {background-color: rgba(230, 64, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 159, 193, 1) !important;}

  #s-020a21c4-0041-4b93-ab42-adca210d3424-root {
    text-align: center;
  }


#s-020a21c4-0041-4b93-ab42-adca210d3424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-020a21c4-0041-4b93-ab42-adca210d3424-root {
    text-align: center;
  }


#s-020a21c4-0041-4b93-ab42-adca210d3424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-020a21c4-0041-4b93-ab42-adca210d3424-root {
    text-align: center;
  }


#s-020a21c4-0041-4b93-ab42-adca210d3424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-020a21c4-0041-4b93-ab42-adca210d3424-root {
    text-align: center;
  }


#s-020a21c4-0041-4b93-ab42-adca210d3424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-020a21c4-0041-4b93-ab42-adca210d3424-root {
    text-align: center;
  }


#s-020a21c4-0041-4b93-ab42-adca210d3424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
#s-9675cd01-d80e-433b-9c0f-75173cd85619 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9675cd01-d80e-433b-9c0f-75173cd85619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9675cd01-d80e-433b-9c0f-75173cd85619.shg-box.shg-c {
  justify-content: center;
}

#s-c09d1ba5-90c7-4671-bce0-1c04648d8f6d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c09d1ba5-90c7-4671-bce0-1c04648d8f6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c09d1ba5-90c7-4671-bce0-1c04648d8f6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c09d1ba5-90c7-4671-bce0-1c04648d8f6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c09d1ba5-90c7-4671-bce0-1c04648d8f6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c09d1ba5-90c7-4671-bce0-1c04648d8f6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c09d1ba5-90c7-4671-bce0-1c04648d8f6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c09d1ba5-90c7-4671-bce0-1c04648d8f6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-a3d514cd-736f-4c6e-908a-8935ce32ea0f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a3d514cd-736f-4c6e-908a-8935ce32ea0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3d514cd-736f-4c6e-908a-8935ce32ea0f.shg-box.shg-c {
  justify-content: center;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* 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-0dee0ae7-5131-40a8-9613-b9755c864b55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 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-0dee0ae7-5131-40a8-9613-b9755c864b55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 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-0dee0ae7-5131-40a8-9613-b9755c864b55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 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-0dee0ae7-5131-40a8-9613-b9755c864b55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0dee0ae7-5131-40a8-9613-b9755c864b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0dee0ae7-5131-40a8-9613-b9755c864b55 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-0dee0ae7-5131-40a8-9613-b9755c864b55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dee0ae7-5131-40a8-9613-b9755c864b55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-95f97819-e32c-4a1d-8682-ad3e3e718377 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-95f97819-e32c-4a1d-8682-ad3e3e718377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95f97819-e32c-4a1d-8682-ad3e3e718377.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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-eea45311-a27b-45fa-9aa4-79a34ccf346b {
  margin-top: 30px;
margin-left: 7%;
margin-right: 7%;
}

#s-eea45311-a27b-45fa-9aa4-79a34ccf346b .shg-proportional-font-size,
#s-eea45311-a27b-45fa-9aa4-79a34ccf346b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-09de4f60-cd09-4f43-88e2-d12b241e2f4d {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-09de4f60-cd09-4f43-88e2-d12b241e2f4d {
  display: none;
}
#s-09de4f60-cd09-4f43-88e2-d12b241e2f4d, #wrap-s-09de4f60-cd09-4f43-88e2-d12b241e2f4d, #wrap-content-s-09de4f60-cd09-4f43-88e2-d12b241e2f4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09de4f60-cd09-4f43-88e2-d12b241e2f4d {
  display: none;
}
#s-09de4f60-cd09-4f43-88e2-d12b241e2f4d, #wrap-s-09de4f60-cd09-4f43-88e2-d12b241e2f4d, #wrap-content-s-09de4f60-cd09-4f43-88e2-d12b241e2f4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09de4f60-cd09-4f43-88e2-d12b241e2f4d {
  
}
}@media (max-width: 767px){#s-09de4f60-cd09-4f43-88e2-d12b241e2f4d {
  
}
}
#s-09de4f60-cd09-4f43-88e2-d12b241e2f4d .shg-proportional-font-size,
#s-09de4f60-cd09-4f43-88e2-d12b241e2f4d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2ff32f16-db07-46bb-81ed-62aac3801696 {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-2ff32f16-db07-46bb-81ed-62aac3801696 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ff32f16-db07-46bb-81ed-62aac3801696 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ff32f16-db07-46bb-81ed-62aac3801696 {
  display: none;
}
#s-2ff32f16-db07-46bb-81ed-62aac3801696, #wrap-s-2ff32f16-db07-46bb-81ed-62aac3801696, #wrap-content-s-2ff32f16-db07-46bb-81ed-62aac3801696 { display: none !important; }}@media (max-width: 767px){#s-2ff32f16-db07-46bb-81ed-62aac3801696 {
  display: none;
}
#s-2ff32f16-db07-46bb-81ed-62aac3801696, #wrap-s-2ff32f16-db07-46bb-81ed-62aac3801696, #wrap-content-s-2ff32f16-db07-46bb-81ed-62aac3801696 { display: none !important; }}
#s-2ff32f16-db07-46bb-81ed-62aac3801696 .shg-proportional-font-size,
#s-2ff32f16-db07-46bb-81ed-62aac3801696 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121 {
  margin-top: 15px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgb(0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121:hover {background-color: rgba(230, 64, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121:active {background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}

  #s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121-root {
    text-align: left;
  }


#s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121-root {
    text-align: left;
  }


#s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121-root {
    text-align: left;
  }


#s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121-root {
    text-align: left;
  }


#s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121-root {
    text-align: left;
  }


#s-931f8ce6-9cbb-4a55-834e-db9b4ecc9121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
#s-d6f7cb5e-19d5-4d32-ae52-44cfeab5e081 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(230, 64, 151, 1);
}








#s-d6f7cb5e-19d5-4d32-ae52-44cfeab5e081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6f7cb5e-19d5-4d32-ae52-44cfeab5e081.shg-box.shg-c {
  justify-content: center;
}

#s-11bebad5-8262-4a92-8133-ba640b341df4 {
  margin-left: 7%;
margin-right: 7%;
background-color: rgba(230, 64, 151, 1);
}

@media (min-width: 0px) {
[id="s-11bebad5-8262-4a92-8133-ba640b341df4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11bebad5-8262-4a92-8133-ba640b341df4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11bebad5-8262-4a92-8133-ba640b341df4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11bebad5-8262-4a92-8133-ba640b341df4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e354230b-db7f-42e2-be05-1c005f9955e9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e354230b-db7f-42e2-be05-1c005f9955e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e354230b-db7f-42e2-be05-1c005f9955e9.shg-box.shg-c {
  justify-content: center;
}

#s-5bd682b1-3426-4f34-a61c-33fecfb6be21 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-5bd682b1-3426-4f34-a61c-33fecfb6be21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bd682b1-3426-4f34-a61c-33fecfb6be21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bd682b1-3426-4f34-a61c-33fecfb6be21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bd682b1-3426-4f34-a61c-33fecfb6be21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bd682b1-3426-4f34-a61c-33fecfb6be21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bd682b1-3426-4f34-a61c-33fecfb6be21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bd682b1-3426-4f34-a61c-33fecfb6be21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-56aeac8e-2848-47b1-803c-7eab87e3b434 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-56aeac8e-2848-47b1-803c-7eab87e3b434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56aeac8e-2848-47b1-803c-7eab87e3b434.shg-box.shg-c {
  justify-content: center;
}

#s-0d75e3c5-9c5e-48b5-8084-b2020441f16b {
  margin-left: auto;
margin-right: auto;
}

#s-0d75e3c5-9c5e-48b5-8084-b2020441f16b .shogun-icon-wrapper {
  text-align: center;
}


#s-0d75e3c5-9c5e-48b5-8084-b2020441f16b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0d75e3c5-9c5e-48b5-8084-b2020441f16b .shogun-icon-wrapper {
  text-align: left;
}


#s-0d75e3c5-9c5e-48b5-8084-b2020441f16b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}
}
#s-f0acf1e9-7d1a-4773-ae6e-e26cba92e165 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f0acf1e9-7d1a-4773-ae6e-e26cba92e165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0acf1e9-7d1a-4773-ae6e-e26cba92e165.shg-box.shg-c {
  justify-content: center;
}

#s-9cf01b08-9f0a-410a-9bf5-d0a639ff2874 {
  margin-left: auto;
margin-right: auto;
}

#s-9cf01b08-9f0a-410a-9bf5-d0a639ff2874 .shg-proportional-font-size,
#s-9cf01b08-9f0a-410a-9bf5-d0a639ff2874 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2c7b4e91-ffe6-415d-a697-149138b66477 {
  margin-left: auto;
margin-right: auto;
}

#s-2c7b4e91-ffe6-415d-a697-149138b66477 .shg-proportional-font-size,
#s-2c7b4e91-ffe6-415d-a697-149138b66477 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-109ec11b-a15e-44a7-84ac-023af7d1a8e9 {
  margin-top: 20px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}

#s-109ec11b-a15e-44a7-84ac-023af7d1a8e9 .shg-proportional-font-size,
#s-109ec11b-a15e-44a7-84ac-023af7d1a8e9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f7b36db9-e70b-4ee3-8d1e-f5a5f59d0ef7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(230, 64, 151, 1);
}








#s-f7b36db9-e70b-4ee3-8d1e-f5a5f59d0ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7b36db9-e70b-4ee3-8d1e-f5a5f59d0ef7.shg-box.shg-c {
  justify-content: center;
}

#s-9f700b94-df9c-4899-863a-e95775ee4d88 {
  margin-top: 50px;
margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f700b94-df9c-4899-863a-e95775ee4d88 {
  display: none;
}
#s-9f700b94-df9c-4899-863a-e95775ee4d88, #wrap-s-9f700b94-df9c-4899-863a-e95775ee4d88, #wrap-content-s-9f700b94-df9c-4899-863a-e95775ee4d88 { display: none !important; }}@media (max-width: 767px){#s-9f700b94-df9c-4899-863a-e95775ee4d88 {
  display: none;
}
#s-9f700b94-df9c-4899-863a-e95775ee4d88, #wrap-s-9f700b94-df9c-4899-863a-e95775ee4d88, #wrap-content-s-9f700b94-df9c-4899-863a-e95775ee4d88 { display: none !important; }}
#s-9f700b94-df9c-4899-863a-e95775ee4d88 .shg-proportional-font-size,
#s-9f700b94-df9c-4899-863a-e95775ee4d88 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3e7d8004-d011-46fd-9055-0c6fa6730073 {
  margin-top: 50px;
margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-3e7d8004-d011-46fd-9055-0c6fa6730073 {
  display: none;
}
#s-3e7d8004-d011-46fd-9055-0c6fa6730073, #wrap-s-3e7d8004-d011-46fd-9055-0c6fa6730073, #wrap-content-s-3e7d8004-d011-46fd-9055-0c6fa6730073 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e7d8004-d011-46fd-9055-0c6fa6730073 {
  display: none;
}
#s-3e7d8004-d011-46fd-9055-0c6fa6730073, #wrap-s-3e7d8004-d011-46fd-9055-0c6fa6730073, #wrap-content-s-3e7d8004-d011-46fd-9055-0c6fa6730073 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e7d8004-d011-46fd-9055-0c6fa6730073 {
  
}
}@media (max-width: 767px){#s-3e7d8004-d011-46fd-9055-0c6fa6730073 {
  
}
}
#s-3e7d8004-d011-46fd-9055-0c6fa6730073 .shg-proportional-font-size,
#s-3e7d8004-d011-46fd-9055-0c6fa6730073 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b852db5e-745c-4f54-8922-4bd444ea0ec5 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}

#s-b852db5e-745c-4f54-8922-4bd444ea0ec5 .shg-proportional-font-size,
#s-b852db5e-745c-4f54-8922-4bd444ea0ec5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3102644d-79c8-4119-aa1f-a9666b3cdaa9 {
  margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-3102644d-79c8-4119-aa1f-a9666b3cdaa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3102644d-79c8-4119-aa1f-a9666b3cdaa9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3102644d-79c8-4119-aa1f-a9666b3cdaa9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3102644d-79c8-4119-aa1f-a9666b3cdaa9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a61e4abf-7ec6-4c14-8a57-51e03156e226 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a61e4abf-7ec6-4c14-8a57-51e03156e226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a61e4abf-7ec6-4c14-8a57-51e03156e226.shg-box.shg-c {
  justify-content: center;
}

#s-a7cb49d2-3c45-456c-af09-15d6a52979cf {
  margin-top: 10%;
margin-left: 10%;
margin-right: 10%;
}

#s-a7cb49d2-3c45-456c-af09-15d6a52979cf .shg-proportional-font-size,
#s-a7cb49d2-3c45-456c-af09-15d6a52979cf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0173900f-85b0-4b3e-b46a-75420b8ad024 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-0173900f-85b0-4b3e-b46a-75420b8ad024 .shg-proportional-font-size,
#s-0173900f-85b0-4b3e-b46a-75420b8ad024 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7f32f430-a74f-46d0-847c-343fe3610927 {
  margin-top: 15px;
margin-left: 7%;
margin-bottom: 10%;
margin-right: 7%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(230, 64, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7f32f430-a74f-46d0-847c-343fe3610927:hover {background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f32f430-a74f-46d0-847c-343fe3610927:active {background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}

  #s-7f32f430-a74f-46d0-847c-343fe3610927-root {
    text-align: center;
  }


#s-7f32f430-a74f-46d0-847c-343fe3610927.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f32f430-a74f-46d0-847c-343fe3610927-root {
    text-align: center;
  }


#s-7f32f430-a74f-46d0-847c-343fe3610927.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f32f430-a74f-46d0-847c-343fe3610927-root {
    text-align: center;
  }


#s-7f32f430-a74f-46d0-847c-343fe3610927.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f32f430-a74f-46d0-847c-343fe3610927-root {
    text-align: center;
  }


#s-7f32f430-a74f-46d0-847c-343fe3610927.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f32f430-a74f-46d0-847c-343fe3610927-root {
    text-align: center;
  }


#s-7f32f430-a74f-46d0-847c-343fe3610927.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.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-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* 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-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  max-width: 2734px;
text-align: center;
}
@media (min-width: 1200px){#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  display: none;
}
#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1, #wrap-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1, #wrap-content-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  display: none;
}
#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1, #wrap-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1, #wrap-content-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 { display: none !important; }}
#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image {
  box-sizing: border-box;
}



.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image {
  box-sizing: border-box;
}



.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image {
  box-sizing: border-box;
}



.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image {
  box-sizing: border-box;
}



.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1.shogun-image {
  box-sizing: border-box;
}



.s-5eeea68c-6326-48b7-a4a1-a0169e8e41b1 img.shogun-image {
  
}


}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  display: none;
}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-content-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  display: none;
}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-content-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d { display: none !important; }}







#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
  max-width: 5000px;
aspect-ratio: 5000/3333;
text-align: center;
}

#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
  overflow: hidden;
  
  
      max-width: 5000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 img.shogun-image,
  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
    width: 100%;
    height: auto;
  }



  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 img.shogun-image {
    

    
    
    
  }


#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 {
  display: none;
}
#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24, #wrap-s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24, #wrap-content-s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 {
  display: none;
}
#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24, #wrap-s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24, #wrap-content-s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 { display: none !important; }}
#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(146, 179, 208, 1);
}

#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(146, 179, 208, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 16px;
}

#s-a58fe8a5-8adc-4b74-aef9-bbb4dc2b0d24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjY3MmFmMDAtZjQzNi00NTgyLWE5MDEtYmQxMzc0Nzg0MGVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NjcyYWYwMC1mNDM2LTQ1ODItYTkwMS1iZDEzNzQ3ODQwZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4 {
  
}
#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTJmYmYwOTEtZmE5Ny00MmRjLTk4OTgtMTg3NmViMmQwMWMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMmZiZjA5MS1mYTk3LTQyZGMtOTg5OC0xODc2ZWIyZDAxYzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4-root {
    text-align: center;
  }


#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4-root {
    text-align: center;
  }


#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4-root {
    text-align: center;
  }


#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4-root {
    text-align: center;
  }


#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4-root {
    text-align: center;
  }


#s-2c14a0d3-29c5-4dbc-8d14-d2b2fafb06c4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjU0ZTlkNWEtODZiNC00YzJhLTg2NTItMWNhMDgzNmVjMDY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNTRlOWQ1YS04NmI0LTRjMmEtODY1Mi0xY2EwODM2ZWMwNjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf {
  
}
#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzM0MDgxM2UtOGFjYi00MzZlLTk5ZTgtOTgxZTI0ODBlMzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MzQwODEzZS04YWNiLTQzNmUtOTllOC05ODFlMjQ4MGUzNTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-d34c5995-35ed-4e2b-86e4-df67f03f0caf-root {
    text-align: center;
  }


#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d34c5995-35ed-4e2b-86e4-df67f03f0caf-root {
    text-align: center;
  }


#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d34c5995-35ed-4e2b-86e4-df67f03f0caf-root {
    text-align: center;
  }


#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d34c5995-35ed-4e2b-86e4-df67f03f0caf-root {
    text-align: center;
  }


#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d34c5995-35ed-4e2b-86e4-df67f03f0caf-root {
    text-align: center;
  }


#s-d34c5995-35ed-4e2b-86e4-df67f03f0caf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzc2ZGEzNDYtYmY5OS00ZWIyLTg4YjctNDhiY2M5MjQ0YTczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NzZkYTM0Ni1iZjk5LTRlYjItODhiNy00OGJjYzkyNDRhNzMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c-root {
    text-align: center;
  }


#s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c-root {
    text-align: center;
  }


#s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c-root {
    text-align: center;
  }


#s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c-root {
    text-align: center;
  }


#s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c-root {
    text-align: center;
  }


#s-a2ba5e3d-be5d-4304-8b25-029e0109dc8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6537c768-518c-495f-8298-28a71eb6be5a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6537c768-518c-495f-8298-28a71eb6be5a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDhlZTZlMWQtZWI1Yi00ZjExLWE1ZTEtZjM5OTUwNTQxZGRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0OGVlNmUxZC1lYjViLTRmMTEtYTVlMS1mMzk5NTA1NDFkZGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6537c768-518c-495f-8298-28a71eb6be5a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6537c768-518c-495f-8298-28a71eb6be5a-root {
    text-align: center;
  }


#s-6537c768-518c-495f-8298-28a71eb6be5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6537c768-518c-495f-8298-28a71eb6be5a-root {
    text-align: center;
  }


#s-6537c768-518c-495f-8298-28a71eb6be5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6537c768-518c-495f-8298-28a71eb6be5a-root {
    text-align: center;
  }


#s-6537c768-518c-495f-8298-28a71eb6be5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6537c768-518c-495f-8298-28a71eb6be5a-root {
    text-align: center;
  }


#s-6537c768-518c-495f-8298-28a71eb6be5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6537c768-518c-495f-8298-28a71eb6be5a-root {
    text-align: center;
  }


#s-6537c768-518c-495f-8298-28a71eb6be5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-94bc87d6-8c0e-45b1-86da-94752173371c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-94bc87d6-8c0e-45b1-86da-94752173371c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk3N2M5MGUtMTJjZi00NjAxLWI4MWItNWJhNWMzYWRhMGNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTc3YzkwZS0xMmNmLTQ2MDEtYjgxYi01YmE1YzNhZGEwY2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-94bc87d6-8c0e-45b1-86da-94752173371c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-94bc87d6-8c0e-45b1-86da-94752173371c-root {
    text-align: center;
  }


#s-94bc87d6-8c0e-45b1-86da-94752173371c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-94bc87d6-8c0e-45b1-86da-94752173371c-root {
    text-align: center;
  }


#s-94bc87d6-8c0e-45b1-86da-94752173371c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94bc87d6-8c0e-45b1-86da-94752173371c-root {
    text-align: center;
  }


#s-94bc87d6-8c0e-45b1-86da-94752173371c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94bc87d6-8c0e-45b1-86da-94752173371c-root {
    text-align: center;
  }


#s-94bc87d6-8c0e-45b1-86da-94752173371c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-94bc87d6-8c0e-45b1-86da-94752173371c-root {
    text-align: center;
  }


#s-94bc87d6-8c0e-45b1-86da-94752173371c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-43650e54-8173-4627-a112-9eeae0dc9fc3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-43650e54-8173-4627-a112-9eeae0dc9fc3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmExMzE3M2UtZjRlNi00NGZjLWJiOWEtYmZmMWFkODhlMTFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYTEzMTczZS1mNGU2LTQ0ZmMtYmI5YS1iZmYxYWQ4OGUxMWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-43650e54-8173-4627-a112-9eeae0dc9fc3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43650e54-8173-4627-a112-9eeae0dc9fc3-root {
    text-align: center;
  }


#s-43650e54-8173-4627-a112-9eeae0dc9fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-43650e54-8173-4627-a112-9eeae0dc9fc3-root {
    text-align: center;
  }


#s-43650e54-8173-4627-a112-9eeae0dc9fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43650e54-8173-4627-a112-9eeae0dc9fc3-root {
    text-align: center;
  }


#s-43650e54-8173-4627-a112-9eeae0dc9fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43650e54-8173-4627-a112-9eeae0dc9fc3-root {
    text-align: center;
  }


#s-43650e54-8173-4627-a112-9eeae0dc9fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-43650e54-8173-4627-a112-9eeae0dc9fc3-root {
    text-align: center;
  }


#s-43650e54-8173-4627-a112-9eeae0dc9fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-33f59b07-c154-4442-9d1c-7c0ceae58c63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-33f59b07-c154-4442-9d1c-7c0ceae58c63:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE0NTExNTItZmQ0Zi00NzJjLWE4ODQtODE3MjQzYThkZjAwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMTQ1MTE1Mi1mZDRmLTQ3MmMtYTg4NC04MTcyNDNhOGRmMDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-33f59b07-c154-4442-9d1c-7c0ceae58c63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33f59b07-c154-4442-9d1c-7c0ceae58c63-root {
    text-align: center;
  }


#s-33f59b07-c154-4442-9d1c-7c0ceae58c63.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-33f59b07-c154-4442-9d1c-7c0ceae58c63-root {
    text-align: center;
  }


#s-33f59b07-c154-4442-9d1c-7c0ceae58c63.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33f59b07-c154-4442-9d1c-7c0ceae58c63-root {
    text-align: center;
  }


#s-33f59b07-c154-4442-9d1c-7c0ceae58c63.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33f59b07-c154-4442-9d1c-7c0ceae58c63-root {
    text-align: center;
  }


#s-33f59b07-c154-4442-9d1c-7c0ceae58c63.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-33f59b07-c154-4442-9d1c-7c0ceae58c63-root {
    text-align: center;
  }


#s-33f59b07-c154-4442-9d1c-7c0ceae58c63.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-39517df8-7aa8-4447-a2e8-0574adbed704 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-39517df8-7aa8-4447-a2e8-0574adbed704:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODBhNjNmZTctY2JiMC00MjU0LTk2NzItYjA2ZmQ1NTIzMzE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MGE2M2ZlNy1jYmIwLTQyNTQtOTY3Mi1iMDZmZDU1MjMzMTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-39517df8-7aa8-4447-a2e8-0574adbed704:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39517df8-7aa8-4447-a2e8-0574adbed704-root {
    text-align: center;
  }


#s-39517df8-7aa8-4447-a2e8-0574adbed704.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-39517df8-7aa8-4447-a2e8-0574adbed704-root {
    text-align: center;
  }


#s-39517df8-7aa8-4447-a2e8-0574adbed704.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39517df8-7aa8-4447-a2e8-0574adbed704-root {
    text-align: center;
  }


#s-39517df8-7aa8-4447-a2e8-0574adbed704.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39517df8-7aa8-4447-a2e8-0574adbed704-root {
    text-align: center;
  }


#s-39517df8-7aa8-4447-a2e8-0574adbed704.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-39517df8-7aa8-4447-a2e8-0574adbed704-root {
    text-align: center;
  }


#s-39517df8-7aa8-4447-a2e8-0574adbed704.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzk3NDkxZDUtNjYyMS00ZWRiLTlhMTEtYzM3MjRkODY4ZDI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OTc0OTFkNS02NjIxLTRlZGItOWExMS1jMzcyNGQ4NjhkMjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f {
  
}
#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWFkMmQxYTItOTBjOS00NmJiLWE5YjUtNThhMjZkZTk1YmJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YWQyZDFhMi05MGM5LTQ2YmItYTliNS01OGEyNmRlOTViYmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f-root {
    text-align: center;
  }


#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f-root {
    text-align: center;
  }


#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f-root {
    text-align: center;
  }


#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f-root {
    text-align: center;
  }


#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f-root {
    text-align: center;
  }


#s-785e6f4c-796a-4ae3-bd02-62ac49f58f5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzk3NDkxZDUtNjYyMS00ZWRiLTlhMTEtYzM3MjRkODY4ZDI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OTc0OTFkNS02NjIxLTRlZGItOWExMS1jMzcyNGQ4NjhkMjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87 {
  
}
#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzQyNGQ1OGEtYTlmMC00NzFlLThhZDQtMTZiM2FkYjc1NmExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNDI0ZDU4YS1hOWYwLTQ3MWUtOGFkNC0xNmIzYWRiNzU2YTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-101c0830-3e62-4a1f-9e73-a1ae74b4af87-root {
    text-align: center;
  }


#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-101c0830-3e62-4a1f-9e73-a1ae74b4af87-root {
    text-align: center;
  }


#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-101c0830-3e62-4a1f-9e73-a1ae74b4af87-root {
    text-align: center;
  }


#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-101c0830-3e62-4a1f-9e73-a1ae74b4af87-root {
    text-align: center;
  }


#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-101c0830-3e62-4a1f-9e73-a1ae74b4af87-root {
    text-align: center;
  }


#s-101c0830-3e62-4a1f-9e73-a1ae74b4af87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODdlNmY1ZGItNDYzMS00M2YxLThlNTYtMDIyYWVjZDM5ZWZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4N2U2ZjVkYi00NjMxLTQzZjEtOGU1Ni0wMjJhZWNkMzllZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76 {
  
}
#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjQ5ZDhhOGYtNWVjOC00ZTlmLTg4NTEtZmJkMzk4YzFjZDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNDlkOGE4Zi01ZWM4LTRlOWYtODg1MS1mYmQzOThjMWNkOTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76-root {
    text-align: center;
  }


#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76-root {
    text-align: center;
  }


#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76-root {
    text-align: center;
  }


#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76-root {
    text-align: center;
  }


#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76-root {
    text-align: center;
  }


#s-9a7e679f-597b-4eee-a78b-ad1cfd2cba76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8e04da7b-5b94-4f72-ba95-a818a81a239a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8e04da7b-5b94-4f72-ba95-a818a81a239a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzRmZjI0M2UtNzA1My00ODdiLTlmNjctNjljZmNhZjQ5M2IwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NGZmMjQzZS03MDUzLTQ4N2ItOWY2Ny02OWNmY2FmNDkzYjApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8e04da7b-5b94-4f72-ba95-a818a81a239a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e04da7b-5b94-4f72-ba95-a818a81a239a-root {
    text-align: center;
  }


#s-8e04da7b-5b94-4f72-ba95-a818a81a239a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e04da7b-5b94-4f72-ba95-a818a81a239a-root {
    text-align: center;
  }


#s-8e04da7b-5b94-4f72-ba95-a818a81a239a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e04da7b-5b94-4f72-ba95-a818a81a239a-root {
    text-align: center;
  }


#s-8e04da7b-5b94-4f72-ba95-a818a81a239a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e04da7b-5b94-4f72-ba95-a818a81a239a-root {
    text-align: center;
  }


#s-8e04da7b-5b94-4f72-ba95-a818a81a239a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e04da7b-5b94-4f72-ba95-a818a81a239a-root {
    text-align: center;
  }


#s-8e04da7b-5b94-4f72-ba95-a818a81a239a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGU0MDZmNDUtZWQ5Zi00ZDcxLWJhNjctMmU1MWIxMWFmMDU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZTQwNmY0NS1lZDlmLTRkNzEtYmE2Ny0yZTUxYjExYWYwNTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe {
  
}
#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWJmZDM2MzktOGNiMy00MzFhLTgwZmYtZDI1NjFmNjUyMjk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YmZkMzYzOS04Y2IzLTQzMWEtODBmZi1kMjU2MWY2NTIyOTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-3d8b9bf9-e718-46e3-b59b-12a81af8effe-root {
    text-align: center;
  }


#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d8b9bf9-e718-46e3-b59b-12a81af8effe-root {
    text-align: center;
  }


#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d8b9bf9-e718-46e3-b59b-12a81af8effe-root {
    text-align: center;
  }


#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d8b9bf9-e718-46e3-b59b-12a81af8effe-root {
    text-align: center;
  }


#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d8b9bf9-e718-46e3-b59b-12a81af8effe-root {
    text-align: center;
  }


#s-3d8b9bf9-e718-46e3-b59b-12a81af8effe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-56ba5f19-ab95-4862-a799-f97a33704397 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-56ba5f19-ab95-4862-a799-f97a33704397:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODA5YmVmYzgtZjBlMS00ZjBjLTlmNGUtMGMxOWYxNTdiMjUxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MDliZWZjOC1mMGUxLTRmMGMtOWY0ZS0wYzE5ZjE1N2IyNTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-56ba5f19-ab95-4862-a799-f97a33704397:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-56ba5f19-ab95-4862-a799-f97a33704397 {
  
}
#s-56ba5f19-ab95-4862-a799-f97a33704397:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2ZhYTM2YjctMGY1ZC00MDRkLTk5YzEtMmM5NWZmN2IwYjBjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZmFhMzZiNy0wZjVkLTQwNGQtOTljMS0yYzk1ZmY3YjBiMGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-56ba5f19-ab95-4862-a799-f97a33704397-root {
    text-align: center;
  }


#s-56ba5f19-ab95-4862-a799-f97a33704397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-56ba5f19-ab95-4862-a799-f97a33704397-root {
    text-align: center;
  }


#s-56ba5f19-ab95-4862-a799-f97a33704397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56ba5f19-ab95-4862-a799-f97a33704397-root {
    text-align: center;
  }


#s-56ba5f19-ab95-4862-a799-f97a33704397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56ba5f19-ab95-4862-a799-f97a33704397-root {
    text-align: center;
  }


#s-56ba5f19-ab95-4862-a799-f97a33704397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-56ba5f19-ab95-4862-a799-f97a33704397-root {
    text-align: center;
  }


#s-56ba5f19-ab95-4862-a799-f97a33704397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmMzYmQ4NWUtYjE0OS00ZGRkLWJlNDEtZjRiZjk4MDJkNTgwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYzNiZDg1ZS1iMTQ5LTRkZGQtYmU0MS1mNGJmOTgwMmQ1ODApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0 {
  
}
#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmY4MjcxYjAtMGQwMS00ZDA3LWJhMDktNWNjOTJlYzQ3MjE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZjgyNzFiMC0wZDAxLTRkMDctYmEwOS01Y2M5MmVjNDcyMTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-fb2eab8f-b0bc-4d15-b388-09262074b1b0-root {
    text-align: center;
  }


#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fb2eab8f-b0bc-4d15-b388-09262074b1b0-root {
    text-align: center;
  }


#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb2eab8f-b0bc-4d15-b388-09262074b1b0-root {
    text-align: center;
  }


#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb2eab8f-b0bc-4d15-b388-09262074b1b0-root {
    text-align: center;
  }


#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fb2eab8f-b0bc-4d15-b388-09262074b1b0-root {
    text-align: center;
  }


#s-fb2eab8f-b0bc-4d15-b388-09262074b1b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-54605539-d17b-41c0-95aa-9e942d8029c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-54605539-d17b-41c0-95aa-9e942d8029c6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzBjZjUzZjItZDAzNy00OTMwLTkxNTktYWYxYTU2OTQyMDI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMGNmNTNmMi1kMDM3LTQ5MzAtOTE1OS1hZjFhNTY5NDIwMjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-54605539-d17b-41c0-95aa-9e942d8029c6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-54605539-d17b-41c0-95aa-9e942d8029c6 {
  
}
#s-54605539-d17b-41c0-95aa-9e942d8029c6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGZkOTM3YzEtNTQ3Ny00YzdiLTgzYmItODM1N2Y4MjBiMDE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZmQ5MzdjMS01NDc3LTRjN2ItODNiYi04MzU3ZjgyMGIwMTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-54605539-d17b-41c0-95aa-9e942d8029c6-root {
    text-align: center;
  }


#s-54605539-d17b-41c0-95aa-9e942d8029c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-54605539-d17b-41c0-95aa-9e942d8029c6-root {
    text-align: center;
  }


#s-54605539-d17b-41c0-95aa-9e942d8029c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54605539-d17b-41c0-95aa-9e942d8029c6-root {
    text-align: center;
  }


#s-54605539-d17b-41c0-95aa-9e942d8029c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54605539-d17b-41c0-95aa-9e942d8029c6-root {
    text-align: center;
  }


#s-54605539-d17b-41c0-95aa-9e942d8029c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-54605539-d17b-41c0-95aa-9e942d8029c6-root {
    text-align: center;
  }


#s-54605539-d17b-41c0-95aa-9e942d8029c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ed7d5425-1b95-4c89-9c44-46588a07b495 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ed7d5425-1b95-4c89-9c44-46588a07b495:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTMyNWM1MjktNDdkYi00MmZhLWI1ZDYtZjJhZjVmYTUwNTQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MzI1YzUyOS00N2RiLTQyZmEtYjVkNi1mMmFmNWZhNTA1NDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ed7d5425-1b95-4c89-9c44-46588a07b495:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed7d5425-1b95-4c89-9c44-46588a07b495-root {
    text-align: center;
  }


#s-ed7d5425-1b95-4c89-9c44-46588a07b495.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ed7d5425-1b95-4c89-9c44-46588a07b495-root {
    text-align: center;
  }


#s-ed7d5425-1b95-4c89-9c44-46588a07b495.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed7d5425-1b95-4c89-9c44-46588a07b495-root {
    text-align: center;
  }


#s-ed7d5425-1b95-4c89-9c44-46588a07b495.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed7d5425-1b95-4c89-9c44-46588a07b495-root {
    text-align: center;
  }


#s-ed7d5425-1b95-4c89-9c44-46588a07b495.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ed7d5425-1b95-4c89-9c44-46588a07b495-root {
    text-align: center;
  }


#s-ed7d5425-1b95-4c89-9c44-46588a07b495.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6575c010-aeab-46b3-ba57-97d4efce69e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6575c010-aeab-46b3-ba57-97d4efce69e2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2JhNjU5ZTEtMjRkNC00Y2MxLThiMTItODM5ZjVjNmU2NTEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYmE2NTllMS0yNGQ0LTRjYzEtOGIxMi04MzlmNWM2ZTY1MTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6575c010-aeab-46b3-ba57-97d4efce69e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6575c010-aeab-46b3-ba57-97d4efce69e2-root {
    text-align: center;
  }


#s-6575c010-aeab-46b3-ba57-97d4efce69e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6575c010-aeab-46b3-ba57-97d4efce69e2-root {
    text-align: center;
  }


#s-6575c010-aeab-46b3-ba57-97d4efce69e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6575c010-aeab-46b3-ba57-97d4efce69e2-root {
    text-align: center;
  }


#s-6575c010-aeab-46b3-ba57-97d4efce69e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6575c010-aeab-46b3-ba57-97d4efce69e2-root {
    text-align: center;
  }


#s-6575c010-aeab-46b3-ba57-97d4efce69e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6575c010-aeab-46b3-ba57-97d4efce69e2-root {
    text-align: center;
  }


#s-6575c010-aeab-46b3-ba57-97d4efce69e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-04d57053-45ca-4450-bfc8-ae16baddd071 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-04d57053-45ca-4450-bfc8-ae16baddd071:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODJjN2EzZDQtNDk2OC00NzhmLWJhMzItOTk3OWY3OWRiZmQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTBkMGMyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MmM3YTNkNC00OTY4LTQ3OGYtYmEzMi05OTc5Zjc5ZGJmZDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#a0d0c2"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-04d57053-45ca-4450-bfc8-ae16baddd071:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04d57053-45ca-4450-bfc8-ae16baddd071-root {
    text-align: center;
  }


#s-04d57053-45ca-4450-bfc8-ae16baddd071.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04d57053-45ca-4450-bfc8-ae16baddd071-root {
    text-align: center;
  }


#s-04d57053-45ca-4450-bfc8-ae16baddd071.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04d57053-45ca-4450-bfc8-ae16baddd071-root {
    text-align: center;
  }


#s-04d57053-45ca-4450-bfc8-ae16baddd071.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04d57053-45ca-4450-bfc8-ae16baddd071-root {
    text-align: center;
  }


#s-04d57053-45ca-4450-bfc8-ae16baddd071.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04d57053-45ca-4450-bfc8-ae16baddd071-root {
    text-align: center;
  }


#s-04d57053-45ca-4450-bfc8-ae16baddd071.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTZiODYyYTUtNjk5My00YTVhLWFkMGUtMDFjZGEyYzc5OTFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NmI4NjJhNS02OTkzLTRhNWEtYWQwZS0wMWNkYTJjNzk5MWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#eba950"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3 {
  
}
#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDIwM2I1MTUtMzE5OC00NGFjLWJjZWItMTI0YTM0ODRiMDcxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMjAzYjUxNS0zMTk4LTQ0YWMtYmNlYi0xMjRhMzQ4NGIwNzEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#eba950"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-54e6a966-b080-41c0-8bb4-3b1560d24ed3-root {
    text-align: center;
  }


#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-54e6a966-b080-41c0-8bb4-3b1560d24ed3-root {
    text-align: center;
  }


#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54e6a966-b080-41c0-8bb4-3b1560d24ed3-root {
    text-align: center;
  }


#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54e6a966-b080-41c0-8bb4-3b1560d24ed3-root {
    text-align: center;
  }


#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-54e6a966-b080-41c0-8bb4-3b1560d24ed3-root {
    text-align: center;
  }


#s-54e6a966-b080-41c0-8bb4-3b1560d24ed3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-content-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-content-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-content-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (max-width: 767px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-content-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}







#s-bca27ead-8b4b-4350-ad9e-94e696d22715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bca27ead-8b4b-4350-ad9e-94e696d22715.shg-box.shg-c {
  justify-content: center;
}

#s-f578ce1d-c036-4833-8b6a-64434e2a1e89 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f578ce1d-c036-4833-8b6a-64434e2a1e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f578ce1d-c036-4833-8b6a-64434e2a1e89.shg-box.shg-c {
  justify-content: center;
}

#s-85739175-e206-4105-9c03-73c643e317ba {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-85739175-e206-4105-9c03-73c643e317ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85739175-e206-4105-9c03-73c643e317ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85739175-e206-4105-9c03-73c643e317ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85739175-e206-4105-9c03-73c643e317ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85739175-e206-4105-9c03-73c643e317ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85739175-e206-4105-9c03-73c643e317ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85739175-e206-4105-9c03-73c643e317ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-89edfc15-ad6f-4527-976a-1f26cccd45f3 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-89edfc15-ad6f-4527-976a-1f26cccd45f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89edfc15-ad6f-4527-976a-1f26cccd45f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89edfc15-ad6f-4527-976a-1f26cccd45f3 {
  
}
}@media (max-width: 767px){#s-89edfc15-ad6f-4527-976a-1f26cccd45f3 {
  
}
}
#s-89edfc15-ad6f-4527-976a-1f26cccd45f3 .shg-proportional-font-size,
#s-89edfc15-ad6f-4527-976a-1f26cccd45f3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-17492210-51da-4753-80e1-6c8ec2504352 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-17492210-51da-4753-80e1-6c8ec2504352 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17492210-51da-4753-80e1-6c8ec2504352 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17492210-51da-4753-80e1-6c8ec2504352 {
  
}
}@media (max-width: 767px){#s-17492210-51da-4753-80e1-6c8ec2504352 {
  
}
}
#s-17492210-51da-4753-80e1-6c8ec2504352 .shg-proportional-font-size,
#s-17492210-51da-4753-80e1-6c8ec2504352 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f9e71aa7-9f3f-45d7-b80a-ce42db60f6e2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-f9e71aa7-9f3f-45d7-b80a-ce42db60f6e2 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-f9e71aa7-9f3f-45d7-b80a-ce42db60f6e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9e71aa7-9f3f-45d7-b80a-ce42db60f6e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9e71aa7-9f3f-45d7-b80a-ce42db60f6e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9e71aa7-9f3f-45d7-b80a-ce42db60f6e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9e71aa7-9f3f-45d7-b80a-ce42db60f6e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9e71aa7-9f3f-45d7-b80a-ce42db60f6e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9e71aa7-9f3f-45d7-b80a-ce42db60f6e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b65267cc-bca9-4088-829f-73f0960abc38 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 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: 0px;
background-color: rgb(0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b65267cc-bca9-4088-829f-73f0960abc38:hover {background-color: rgba(230, 64, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b65267cc-bca9-4088-829f-73f0960abc38:active {background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}

  #s-b65267cc-bca9-4088-829f-73f0960abc38-root {
    text-align: left;
  }


#s-b65267cc-bca9-4088-829f-73f0960abc38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b65267cc-bca9-4088-829f-73f0960abc38-root {
    text-align: left;
  }


#s-b65267cc-bca9-4088-829f-73f0960abc38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b65267cc-bca9-4088-829f-73f0960abc38-root {
    text-align: left;
  }


#s-b65267cc-bca9-4088-829f-73f0960abc38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b65267cc-bca9-4088-829f-73f0960abc38-root {
    text-align: left;
  }


#s-b65267cc-bca9-4088-829f-73f0960abc38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b65267cc-bca9-4088-829f-73f0960abc38-root {
    text-align: left;
  }


#s-b65267cc-bca9-4088-829f-73f0960abc38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
#s-027048ba-48e3-49cc-adc7-57d44cb42026 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 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: 0px;
background-color: rgba(230, 64, 151, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-027048ba-48e3-49cc-adc7-57d44cb42026:hover {background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-027048ba-48e3-49cc-adc7-57d44cb42026:active {background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(230, 64, 151, 1) !important;}

  #s-027048ba-48e3-49cc-adc7-57d44cb42026-root {
    text-align: left;
  }


#s-027048ba-48e3-49cc-adc7-57d44cb42026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-027048ba-48e3-49cc-adc7-57d44cb42026-root {
    text-align: left;
  }


#s-027048ba-48e3-49cc-adc7-57d44cb42026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-027048ba-48e3-49cc-adc7-57d44cb42026-root {
    text-align: left;
  }


#s-027048ba-48e3-49cc-adc7-57d44cb42026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-027048ba-48e3-49cc-adc7-57d44cb42026-root {
    text-align: left;
  }


#s-027048ba-48e3-49cc-adc7-57d44cb42026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-027048ba-48e3-49cc-adc7-57d44cb42026-root {
    text-align: left;
  }


#s-027048ba-48e3-49cc-adc7-57d44cb42026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
#s-a6f7b3bf-eb85-4740-a9ec-1ef17e343476 {
  margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
min-height: 50px;
background-color: rgb(0, 0, 0);
}








#s-a6f7b3bf-eb85-4740-a9ec-1ef17e343476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6f7b3bf-eb85-4740-a9ec-1ef17e343476.shg-box.shg-c {
  justify-content: center;
}

#s-0174cdbc-ef14-44e9-a779-a75d28be7f6f {
  margin-top: 40px;
margin-left: 7%;
margin-right: 7%;
}

#s-0174cdbc-ef14-44e9-a779-a75d28be7f6f .shg-proportional-font-size,
#s-0174cdbc-ef14-44e9-a779-a75d28be7f6f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-618539ed-26e9-4bc4-b766-46b2582fc955 {
  margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-618539ed-26e9-4bc4-b766-46b2582fc955 .shg-proportional-font-size,
#s-618539ed-26e9-4bc4-b766-46b2582fc955 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-40b75658-9f5a-488f-a92a-9e8fae7c170a {
  margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-40b75658-9f5a-488f-a92a-9e8fae7c170a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40b75658-9f5a-488f-a92a-9e8fae7c170a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-40b75658-9f5a-488f-a92a-9e8fae7c170a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-40b75658-9f5a-488f-a92a-9e8fae7c170a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-1bdc8a50-95ee-478d-bd41-1096d41373ab {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: none;
min-height: 50px;
background-color: rgba(230, 64, 151, 1);
}








#s-1bdc8a50-95ee-478d-bd41-1096d41373ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bdc8a50-95ee-478d-bd41-1096d41373ab.shg-box.shg-c {
  justify-content: center;
}

#s-77fe8068-7cb2-4643-84f5-1aaa6f6008e1 {
  margin-top: 10%;
margin-left: 10%;
margin-right: 10%;
}

#s-77fe8068-7cb2-4643-84f5-1aaa6f6008e1 .shg-proportional-font-size,
#s-77fe8068-7cb2-4643-84f5-1aaa6f6008e1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4769611f-17d2-4b87-ad77-992f0f9accb2 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-4769611f-17d2-4b87-ad77-992f0f9accb2 .shg-proportional-font-size,
#s-4769611f-17d2-4b87-ad77-992f0f9accb2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dadc2d69-3a32-404a-9366-276a084f85bf {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
}

#s-dadc2d69-3a32-404a-9366-276a084f85bf .shg-proportional-font-size,
#s-dadc2d69-3a32-404a-9366-276a084f85bf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-175b8cd5-ddae-4ea3-9531-b325be777259 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: none;
min-height: 50px;
background-color: rgba(230, 64, 151, 1);
}








#s-175b8cd5-ddae-4ea3-9531-b325be777259 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-175b8cd5-ddae-4ea3-9531-b325be777259.shg-box.shg-c {
  justify-content: center;
}

#s-663c9aea-f123-43ee-9ffc-2ee27a55955f {
  margin-top: 10%;
margin-left: 10%;
margin-right: 10%;
}

#s-663c9aea-f123-43ee-9ffc-2ee27a55955f .shg-proportional-font-size,
#s-663c9aea-f123-43ee-9ffc-2ee27a55955f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0c7536e5-2d38-432d-a8c3-59984d19288a {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-0c7536e5-2d38-432d-a8c3-59984d19288a .shg-proportional-font-size,
#s-0c7536e5-2d38-432d-a8c3-59984d19288a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6b4fcb1b-47fd-426f-b0cc-0b55c3276293 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
}

#s-6b4fcb1b-47fd-426f-b0cc-0b55c3276293 .shg-proportional-font-size,
#s-6b4fcb1b-47fd-426f-b0cc-0b55c3276293 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4a9d3b88-15a2-42ec-9e7b-d64c441c8482 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: none;
min-height: 50px;
background-color: rgba(230, 64, 151, 1);
}








#s-4a9d3b88-15a2-42ec-9e7b-d64c441c8482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a9d3b88-15a2-42ec-9e7b-d64c441c8482.shg-box.shg-c {
  justify-content: center;
}

#s-b2bd9521-c349-4a4e-871c-e0f1e4887724 {
  margin-top: 10%;
margin-left: 10%;
margin-right: 10%;
}

#s-b2bd9521-c349-4a4e-871c-e0f1e4887724 .shg-proportional-font-size,
#s-b2bd9521-c349-4a4e-871c-e0f1e4887724 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-54a0f0c5-e8f6-4737-b50f-64ecb983f62a {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-54a0f0c5-e8f6-4737-b50f-64ecb983f62a .shg-proportional-font-size,
#s-54a0f0c5-e8f6-4737-b50f-64ecb983f62a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2de16605-ba68-44a4-87f0-b5b5c45f9df3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
}

#s-2de16605-ba68-44a4-87f0-b5b5c45f9df3 .shg-proportional-font-size,
#s-2de16605-ba68-44a4-87f0-b5b5c45f9df3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e2898d4a-b71f-4c81-9fce-44b4a2d54dd2 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 40px;
margin-right: 7%;
}

#s-e2898d4a-b71f-4c81-9fce-44b4a2d54dd2 .shg-proportional-font-size,
#s-e2898d4a-b71f-4c81-9fce-44b4a2d54dd2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-530a6e75-0750-4715-a4fa-1ecbc1e39b77 {
  min-height: 50px;
}
@media (max-width: 767px){#s-530a6e75-0750-4715-a4fa-1ecbc1e39b77 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-530a6e75-0750-4715-a4fa-1ecbc1e39b77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-530a6e75-0750-4715-a4fa-1ecbc1e39b77.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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-f06f874c-2dab-471a-9057-6f1106af2bfb {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3 {
  display: none;
}
#s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3, #wrap-s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3, #wrap-content-s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3 {
  display: none;
}
#s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3, #wrap-s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3, #wrap-content-s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-336e54b9-57ed-433a-8dfe-6d7f17a55cf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  margin: 0 !important;
  overflow: visible;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add background color handling */
  
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image {
  box-sizing: border-box;
}



.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  
}


@media (min-width: 1200px){#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  margin: 0 !important;
  overflow: visible;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add background color handling */
  
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image {
  box-sizing: border-box;
}



.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  margin: 0 !important;
  overflow: visible;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add background color handling */
  
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image {
  box-sizing: border-box;
}



.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  margin: 0 !important;
  overflow: visible;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add background color handling */
  
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image {
  box-sizing: border-box;
}



.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  
}


}@media (max-width: 767px){#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  margin: 0 !important;
  overflow: visible;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add background color handling */
  
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a.shogun-image {
  box-sizing: border-box;
}



.s-6a462a62-ab1b-4af6-8eef-37f2a60bb89a img.shogun-image {
  
}


}
#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image {
  box-sizing: border-box;
}



.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image {
  box-sizing: border-box;
}



.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image {
  box-sizing: border-box;
}



.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image {
  box-sizing: border-box;
}



.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58.shogun-image {
  box-sizing: border-box;
}



.s-9c14a992-5b09-4ca8-a49b-9db6c4cc3f58 img.shogun-image {
  
}


}
#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  margin: 0 !important;
  overflow: visible;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add background color handling */
  
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image {
  box-sizing: border-box;
}



.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  margin: 0 !important;
  overflow: visible;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add background color handling */
  
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image {
  box-sizing: border-box;
}



.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  margin: 0 !important;
  overflow: visible;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add background color handling */
  
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image {
  box-sizing: border-box;
}



.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  margin: 0 !important;
  overflow: visible;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add background color handling */
  
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image {
  box-sizing: border-box;
}



.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  margin: 0 !important;
  overflow: visible;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d571b482-5c6c-47bf-8dd4-026cec7afc20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add background color handling */
  
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d571b482-5c6c-47bf-8dd4-026cec7afc20.shogun-image {
  box-sizing: border-box;
}



.s-d571b482-5c6c-47bf-8dd4-026cec7afc20 img.shogun-image {
  
}


}
#s-782c0efe-2d45-4839-aad1-1012fd38779d {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d {
  margin: 0 !important;
  overflow: visible;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add background color handling */
  
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-782c0efe-2d45-4839-aad1-1012fd38779d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image {
  box-sizing: border-box;
}



.s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  
}


@media (min-width: 1200px){#s-782c0efe-2d45-4839-aad1-1012fd38779d {
  margin: 0 !important;
  overflow: visible;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add background color handling */
  
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-782c0efe-2d45-4839-aad1-1012fd38779d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image {
  box-sizing: border-box;
}



.s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-782c0efe-2d45-4839-aad1-1012fd38779d {
  margin: 0 !important;
  overflow: visible;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add background color handling */
  
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-782c0efe-2d45-4839-aad1-1012fd38779d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image {
  box-sizing: border-box;
}



.s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-782c0efe-2d45-4839-aad1-1012fd38779d {
  margin: 0 !important;
  overflow: visible;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add background color handling */
  
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-782c0efe-2d45-4839-aad1-1012fd38779d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image {
  box-sizing: border-box;
}



.s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  
}


}@media (max-width: 767px){#s-782c0efe-2d45-4839-aad1-1012fd38779d {
  margin: 0 !important;
  overflow: visible;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782c0efe-2d45-4839-aad1-1012fd38779d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add background color handling */
  
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-782c0efe-2d45-4839-aad1-1012fd38779d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782c0efe-2d45-4839-aad1-1012fd38779d.shogun-image {
  box-sizing: border-box;
}



.s-782c0efe-2d45-4839-aad1-1012fd38779d img.shogun-image {
  
}


}
#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

  /* 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-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 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-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 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-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 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-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 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-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5c3a88-d4bf-4a93-b6d8-f9f27f3a6947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  margin: 0 !important;
  overflow: visible;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add background color handling */
  
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-574a3a77-2b37-4068-a545-ac219f3ff674 .shogun-image-content {
  
    justify-content: center;
  
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image {
  box-sizing: border-box;
}



.s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  
}


@media (min-width: 1200px){#s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  margin: 0 !important;
  overflow: visible;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add background color handling */
  
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-574a3a77-2b37-4068-a545-ac219f3ff674 .shogun-image-content {
  
    justify-content: center;
  
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image {
  box-sizing: border-box;
}



.s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  margin: 0 !important;
  overflow: visible;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add background color handling */
  
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-574a3a77-2b37-4068-a545-ac219f3ff674 .shogun-image-content {
  
    justify-content: center;
  
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image {
  box-sizing: border-box;
}



.s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  margin: 0 !important;
  overflow: visible;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add background color handling */
  
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-574a3a77-2b37-4068-a545-ac219f3ff674 .shogun-image-content {
  
    justify-content: center;
  
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image {
  box-sizing: border-box;
}



.s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  
}


}@media (max-width: 767px){#s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  margin: 0 !important;
  overflow: visible;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-574a3a77-2b37-4068-a545-ac219f3ff674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add background color handling */
  
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-574a3a77-2b37-4068-a545-ac219f3ff674 .shogun-image-content {
  
    justify-content: center;
  
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-574a3a77-2b37-4068-a545-ac219f3ff674.shogun-image {
  box-sizing: border-box;
}



.s-574a3a77-2b37-4068-a545-ac219f3ff674 img.shogun-image {
  
}


}
#s-d28c79c0-9cc5-4295-8542-c165233823dd {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-d28c79c0-9cc5-4295-8542-c165233823dd {
  display: none;
}
#s-d28c79c0-9cc5-4295-8542-c165233823dd, #wrap-s-d28c79c0-9cc5-4295-8542-c165233823dd, #wrap-content-s-d28c79c0-9cc5-4295-8542-c165233823dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d28c79c0-9cc5-4295-8542-c165233823dd {
  display: none;
}
#s-d28c79c0-9cc5-4295-8542-c165233823dd, #wrap-s-d28c79c0-9cc5-4295-8542-c165233823dd, #wrap-content-s-d28c79c0-9cc5-4295-8542-c165233823dd { display: none !important; }}@media (max-width: 767px){#s-d28c79c0-9cc5-4295-8542-c165233823dd {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-d28c79c0-9cc5-4295-8542-c165233823dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d28c79c0-9cc5-4295-8542-c165233823dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d28c79c0-9cc5-4295-8542-c165233823dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d28c79c0-9cc5-4295-8542-c165233823dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e52f1976-3598-4725-aa52-acf6b374735b {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b {
  margin: 0 !important;
  overflow: visible;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add background color handling */
  
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e52f1976-3598-4725-aa52-acf6b374735b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image {
  box-sizing: border-box;
}



.s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  
}


@media (min-width: 1200px){#s-e52f1976-3598-4725-aa52-acf6b374735b {
  margin: 0 !important;
  overflow: visible;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add background color handling */
  
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e52f1976-3598-4725-aa52-acf6b374735b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image {
  box-sizing: border-box;
}



.s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e52f1976-3598-4725-aa52-acf6b374735b {
  margin: 0 !important;
  overflow: visible;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add background color handling */
  
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e52f1976-3598-4725-aa52-acf6b374735b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image {
  box-sizing: border-box;
}



.s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e52f1976-3598-4725-aa52-acf6b374735b {
  margin: 0 !important;
  overflow: visible;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add background color handling */
  
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e52f1976-3598-4725-aa52-acf6b374735b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image {
  box-sizing: border-box;
}



.s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  
}


}@media (max-width: 767px){#s-e52f1976-3598-4725-aa52-acf6b374735b {
  margin: 0 !important;
  overflow: visible;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e52f1976-3598-4725-aa52-acf6b374735b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add background color handling */
  
}

#s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e52f1976-3598-4725-aa52-acf6b374735b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52f1976-3598-4725-aa52-acf6b374735b.shogun-image {
  box-sizing: border-box;
}



.s-e52f1976-3598-4725-aa52-acf6b374735b img.shogun-image {
  
}


}
#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  margin: 0 !important;
  overflow: visible;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add background color handling */
  
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image {
  box-sizing: border-box;
}



.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  margin: 0 !important;
  overflow: visible;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add background color handling */
  
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image {
  box-sizing: border-box;
}



.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  margin: 0 !important;
  overflow: visible;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add background color handling */
  
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image {
  box-sizing: border-box;
}



.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  margin: 0 !important;
  overflow: visible;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add background color handling */
  
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image {
  box-sizing: border-box;
}



.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  margin: 0 !important;
  overflow: visible;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add background color handling */
  
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada6b1b7-5bdd-45ca-8063-f6610239fc37.shogun-image {
  box-sizing: border-box;
}



.s-ada6b1b7-5bdd-45ca-8063-f6610239fc37 img.shogun-image {
  
}


}
#s-83360cd4-bf5b-47fb-a32f-01a38a9ec833 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-83360cd4-bf5b-47fb-a32f-01a38a9ec833 {
  display: none;
}
#s-83360cd4-bf5b-47fb-a32f-01a38a9ec833, #wrap-s-83360cd4-bf5b-47fb-a32f-01a38a9ec833, #wrap-content-s-83360cd4-bf5b-47fb-a32f-01a38a9ec833 { display: none !important; }}@media (max-width: 767px){#s-83360cd4-bf5b-47fb-a32f-01a38a9ec833 {
  display: none;
}
#s-83360cd4-bf5b-47fb-a32f-01a38a9ec833, #wrap-s-83360cd4-bf5b-47fb-a32f-01a38a9ec833, #wrap-content-s-83360cd4-bf5b-47fb-a32f-01a38a9ec833 { display: none !important; }}
@media (min-width: 0px) {
[id="s-83360cd4-bf5b-47fb-a32f-01a38a9ec833"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83360cd4-bf5b-47fb-a32f-01a38a9ec833"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-83360cd4-bf5b-47fb-a32f-01a38a9ec833"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-83360cd4-bf5b-47fb-a32f-01a38a9ec833"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b96c5870-aff6-4cc7-aa68-4859770492b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image {
  box-sizing: border-box;
}



.s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b96c5870-aff6-4cc7-aa68-4859770492b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image {
  box-sizing: border-box;
}



.s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b96c5870-aff6-4cc7-aa68-4859770492b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image {
  box-sizing: border-box;
}



.s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b96c5870-aff6-4cc7-aa68-4859770492b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image {
  box-sizing: border-box;
}



.s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b96c5870-aff6-4cc7-aa68-4859770492b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b96c5870-aff6-4cc7-aa68-4859770492b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b96c5870-aff6-4cc7-aa68-4859770492b3.shogun-image {
  box-sizing: border-box;
}



.s-b96c5870-aff6-4cc7-aa68-4859770492b3 img.shogun-image {
  
}


}
#s-210149dc-e840-4685-8732-e0822d84be09 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-210149dc-e840-4685-8732-e0822d84be09 {
  margin: 0 !important;
  overflow: visible;
}

#s-210149dc-e840-4685-8732-e0822d84be09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add background color handling */
  
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-210149dc-e840-4685-8732-e0822d84be09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210149dc-e840-4685-8732-e0822d84be09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210149dc-e840-4685-8732-e0822d84be09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210149dc-e840-4685-8732-e0822d84be09.shogun-image {
  box-sizing: border-box;
}



.s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  
}


@media (min-width: 1200px){#s-210149dc-e840-4685-8732-e0822d84be09 {
  margin: 0 !important;
  overflow: visible;
}

#s-210149dc-e840-4685-8732-e0822d84be09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add background color handling */
  
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-210149dc-e840-4685-8732-e0822d84be09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210149dc-e840-4685-8732-e0822d84be09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210149dc-e840-4685-8732-e0822d84be09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210149dc-e840-4685-8732-e0822d84be09.shogun-image {
  box-sizing: border-box;
}



.s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-210149dc-e840-4685-8732-e0822d84be09 {
  margin: 0 !important;
  overflow: visible;
}

#s-210149dc-e840-4685-8732-e0822d84be09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add background color handling */
  
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-210149dc-e840-4685-8732-e0822d84be09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210149dc-e840-4685-8732-e0822d84be09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210149dc-e840-4685-8732-e0822d84be09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210149dc-e840-4685-8732-e0822d84be09.shogun-image {
  box-sizing: border-box;
}



.s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-210149dc-e840-4685-8732-e0822d84be09 {
  margin: 0 !important;
  overflow: visible;
}

#s-210149dc-e840-4685-8732-e0822d84be09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add background color handling */
  
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-210149dc-e840-4685-8732-e0822d84be09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210149dc-e840-4685-8732-e0822d84be09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210149dc-e840-4685-8732-e0822d84be09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210149dc-e840-4685-8732-e0822d84be09.shogun-image {
  box-sizing: border-box;
}



.s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  
}


}@media (max-width: 767px){#s-210149dc-e840-4685-8732-e0822d84be09 {
  margin: 0 !important;
  overflow: visible;
}

#s-210149dc-e840-4685-8732-e0822d84be09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210149dc-e840-4685-8732-e0822d84be09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add background color handling */
  
}

#s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-210149dc-e840-4685-8732-e0822d84be09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-210149dc-e840-4685-8732-e0822d84be09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210149dc-e840-4685-8732-e0822d84be09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210149dc-e840-4685-8732-e0822d84be09.shogun-image {
  box-sizing: border-box;
}



.s-210149dc-e840-4685-8732-e0822d84be09 img.shogun-image {
  
}


}
#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image {
  box-sizing: border-box;
}



.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  
}


@media (min-width: 1200px){#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image {
  box-sizing: border-box;
}



.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image {
  box-sizing: border-box;
}



.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image {
  box-sizing: border-box;
}



.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  
}


}@media (max-width: 767px){#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c51bcf-5487-4aef-a24d-37787d9bbe65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c51bcf-5487-4aef-a24d-37787d9bbe65.shogun-image {
  box-sizing: border-box;
}



.s-19c51bcf-5487-4aef-a24d-37787d9bbe65 img.shogun-image {
  
}


}
#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image {
  box-sizing: border-box;
}



.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image {
  box-sizing: border-box;
}



.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image {
  box-sizing: border-box;
}



.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image {
  box-sizing: border-box;
}



.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9.shogun-image {
  box-sizing: border-box;
}



.s-8f7bcc6d-cbc1-46f0-acce-50ab54853da9 img.shogun-image {
  
}


}
#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

  /* 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-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 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-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 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-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 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-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3 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-3a09d79a-dc39-44e6-a883-a6c44a946ca3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a09d79a-dc39-44e6-a883-a6c44a946ca3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-13939905-7337-42ef-8a18-6604b38e0de2 {
  margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-13939905-7337-42ef-8a18-6604b38e0de2 {
  display: none;
}
#s-13939905-7337-42ef-8a18-6604b38e0de2, #wrap-s-13939905-7337-42ef-8a18-6604b38e0de2, #wrap-content-s-13939905-7337-42ef-8a18-6604b38e0de2 { display: none !important; }}@media (max-width: 767px){#s-13939905-7337-42ef-8a18-6604b38e0de2 {
  display: none;
}
#s-13939905-7337-42ef-8a18-6604b38e0de2, #wrap-s-13939905-7337-42ef-8a18-6604b38e0de2, #wrap-content-s-13939905-7337-42ef-8a18-6604b38e0de2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-13939905-7337-42ef-8a18-6604b38e0de2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13939905-7337-42ef-8a18-6604b38e0de2"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-13939905-7337-42ef-8a18-6604b38e0de2"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-13939905-7337-42ef-8a18-6604b38e0de2"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image {
  box-sizing: border-box;
}



.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image {
  box-sizing: border-box;
}



.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image {
  box-sizing: border-box;
}



.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image {
  box-sizing: border-box;
}



.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f465e9-9773-4f38-abea-b4f18c31e5b4.shogun-image {
  box-sizing: border-box;
}



.s-f7f465e9-9773-4f38-abea-b4f18c31e5b4 img.shogun-image {
  
}


}
#s-5fadcf41-b226-41f2-9068-897f58842235 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-5fadcf41-b226-41f2-9068-897f58842235 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fadcf41-b226-41f2-9068-897f58842235-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5fadcf41-b226-41f2-9068-897f58842235 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image {
  box-sizing: border-box;
}



.s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5fadcf41-b226-41f2-9068-897f58842235 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fadcf41-b226-41f2-9068-897f58842235-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5fadcf41-b226-41f2-9068-897f58842235 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image {
  box-sizing: border-box;
}



.s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5fadcf41-b226-41f2-9068-897f58842235 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fadcf41-b226-41f2-9068-897f58842235-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5fadcf41-b226-41f2-9068-897f58842235 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image {
  box-sizing: border-box;
}



.s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5fadcf41-b226-41f2-9068-897f58842235 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fadcf41-b226-41f2-9068-897f58842235-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5fadcf41-b226-41f2-9068-897f58842235 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image {
  box-sizing: border-box;
}



.s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5fadcf41-b226-41f2-9068-897f58842235 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fadcf41-b226-41f2-9068-897f58842235-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fadcf41-b226-41f2-9068-897f58842235 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5fadcf41-b226-41f2-9068-897f58842235 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fadcf41-b226-41f2-9068-897f58842235.shogun-image {
  box-sizing: border-box;
}



.s-5fadcf41-b226-41f2-9068-897f58842235 img.shogun-image {
  
}


}
#s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6214bf06-b415-4792-aef5-51b7b33c4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image {
  box-sizing: border-box;
}



.s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6214bf06-b415-4792-aef5-51b7b33c4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image {
  box-sizing: border-box;
}



.s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6214bf06-b415-4792-aef5-51b7b33c4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image {
  box-sizing: border-box;
}



.s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6214bf06-b415-4792-aef5-51b7b33c4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image {
  box-sizing: border-box;
}



.s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  margin: 0 !important;
  overflow: visible;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6214bf06-b415-4792-aef5-51b7b33c4175 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add background color handling */
  
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6214bf06-b415-4792-aef5-51b7b33c4175 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6214bf06-b415-4792-aef5-51b7b33c4175.shogun-image {
  box-sizing: border-box;
}



.s-6214bf06-b415-4792-aef5-51b7b33c4175 img.shogun-image {
  
}


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