.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-22a21c62-bae1-44d4-9577-a74f83cd7e59 {
  min-height: 50px;
}








#s-22a21c62-bae1-44d4-9577-a74f83cd7e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22a21c62-bae1-44d4-9577-a74f83cd7e59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-808ab4f8-e021-43dc-8c06-af72215531ca {
  min-height: 50px;
background-color: rgba(16, 117, 190, 1);
}
@media (min-width: 1200px){#s-808ab4f8-e021-43dc-8c06-af72215531ca {
  display: none;
}
#s-808ab4f8-e021-43dc-8c06-af72215531ca, #wrap-s-808ab4f8-e021-43dc-8c06-af72215531ca, #wrap-content-s-808ab4f8-e021-43dc-8c06-af72215531ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-808ab4f8-e021-43dc-8c06-af72215531ca {
  display: none;
}
#s-808ab4f8-e021-43dc-8c06-af72215531ca, #wrap-s-808ab4f8-e021-43dc-8c06-af72215531ca, #wrap-content-s-808ab4f8-e021-43dc-8c06-af72215531ca { display: none !important; }}







#s-808ab4f8-e021-43dc-8c06-af72215531ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-808ab4f8-e021-43dc-8c06-af72215531ca.shg-box.shg-c {
  justify-content: center;
}

.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-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  max-width: 2734px;
text-align: center;
}
@media (min-width: 1200px){#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  display: none;
}
#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b, #wrap-s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b, #wrap-content-s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  display: none;
}
#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b, #wrap-s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b, #wrap-content-s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b { display: none !important; }}
#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b-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-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image {
  box-sizing: border-box;
}



.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  
}


@media (min-width: 1200px){#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b-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-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image {
  box-sizing: border-box;
}



.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b-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-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image {
  box-sizing: border-box;
}



.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b-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-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image {
  box-sizing: border-box;
}



.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  
}


}@media (max-width: 767px){#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b-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-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b.shogun-image {
  box-sizing: border-box;
}



.s-a8f8d81b-ba82-4f83-98c2-776a621d7a1b img.shogun-image {
  
}


}
#s-c926f4b1-df04-425a-8164-a53fd4da0a44 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c926f4b1-df04-425a-8164-a53fd4da0a44 {
  display: none;
}
#s-c926f4b1-df04-425a-8164-a53fd4da0a44, #wrap-s-c926f4b1-df04-425a-8164-a53fd4da0a44, #wrap-content-s-c926f4b1-df04-425a-8164-a53fd4da0a44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c926f4b1-df04-425a-8164-a53fd4da0a44 {
  display: none;
}
#s-c926f4b1-df04-425a-8164-a53fd4da0a44, #wrap-s-c926f4b1-df04-425a-8164-a53fd4da0a44, #wrap-content-s-c926f4b1-df04-425a-8164-a53fd4da0a44 { display: none !important; }}







#s-c926f4b1-df04-425a-8164-a53fd4da0a44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c926f4b1-df04-425a-8164-a53fd4da0a44.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-d03ff358-0e61-4694-914d-95eae04afe30 {
  max-width: 2048px;
text-align: center;
}

#s-d03ff358-0e61-4694-914d-95eae04afe30 {
  overflow: hidden;
  
  
      max-width: 2048px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-d03ff358-0e61-4694-914d-95eae04afe30 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  display: none;
}
#s-922f4f15-15d0-4e01-ad89-c11900e3909e, #wrap-s-922f4f15-15d0-4e01-ad89-c11900e3909e, #wrap-content-s-922f4f15-15d0-4e01-ad89-c11900e3909e { display: none !important; }}@media (max-width: 767px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  display: none;
}
#s-922f4f15-15d0-4e01-ad89-c11900e3909e, #wrap-s-922f4f15-15d0-4e01-ad89-c11900e3909e, #wrap-content-s-922f4f15-15d0-4e01-ad89-c11900e3909e { display: none !important; }}







#s-922f4f15-15d0-4e01-ad89-c11900e3909e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-922f4f15-15d0-4e01-ad89-c11900e3909e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-df2463ba-0ca3-4b5e-914c-53ae7110fde3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-df2463ba-0ca3-4b5e-914c-53ae7110fde3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df2463ba-0ca3-4b5e-914c-53ae7110fde3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df2463ba-0ca3-4b5e-914c-53ae7110fde3 {
  display: none;
}
#s-df2463ba-0ca3-4b5e-914c-53ae7110fde3, #wrap-s-df2463ba-0ca3-4b5e-914c-53ae7110fde3, #wrap-content-s-df2463ba-0ca3-4b5e-914c-53ae7110fde3 { display: none !important; }}@media (max-width: 767px){#s-df2463ba-0ca3-4b5e-914c-53ae7110fde3 {
  display: none;
}
#s-df2463ba-0ca3-4b5e-914c-53ae7110fde3, #wrap-s-df2463ba-0ca3-4b5e-914c-53ae7110fde3, #wrap-content-s-df2463ba-0ca3-4b5e-914c-53ae7110fde3 { display: none !important; }}







#s-df2463ba-0ca3-4b5e-914c-53ae7110fde3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df2463ba-0ca3-4b5e-914c-53ae7110fde3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  display: none;
}
#s-86c5257e-88a6-438c-b6ba-0a79065cf80c, #wrap-s-86c5257e-88a6-438c-b6ba-0a79065cf80c, #wrap-content-s-86c5257e-88a6-438c-b6ba-0a79065cf80c { display: none !important; }}@media (max-width: 767px){#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  display: none;
}
#s-86c5257e-88a6-438c-b6ba-0a79065cf80c, #wrap-s-86c5257e-88a6-438c-b6ba-0a79065cf80c, #wrap-content-s-86c5257e-88a6-438c-b6ba-0a79065cf80c { display: none !important; }}
#s-86c5257e-88a6-438c-b6ba-0a79065cf80c {
  background-image: url(https://i.shgcdn.com/9216632a-75d0-47ea-bc69-cc9594b58517/);
}








#s-86c5257e-88a6-438c-b6ba-0a79065cf80c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-86c5257e-88a6-438c-b6ba-0a79065cf80c.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-86c5257e-88a6-438c-b6ba-0a79065cf80c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-86c5257e-88a6-438c-b6ba-0a79065cf80c.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-b1892f00-e520-4525-b095-849645ee7b25 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(16, 117, 190, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 {
  
}
}@media (max-width: 767px){#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 {
  
}
}







#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068.shg-box.shg-c {
  justify-content: flex-end;
}

#s-922cb494-45a1-4755-995c-9297867e8075 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1182px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-922cb494-45a1-4755-995c-9297867e8075 {
  overflow: hidden;
  
  
      max-width: 1182px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-922cb494-45a1-4755-995c-9297867e8075 .shogun-image-content {
  
    justify-content: center;
  
}

.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-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(235, 38, 46, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  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);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 {
  margin-left: 0px;
margin-right: 0%;
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.8);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
}
#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c952e000-ca43-4af4-b93b-ea2577e06bfc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
}
#s-c952e000-ca43-4af4-b93b-ea2577e06bfc:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c952e000-ca43-4af4-b93b-ea2577e06bfc:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
}
#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-96e48a51-361b-491f-9e83-63b718053390 {
  margin-left: 0px;
margin-right: 0%;
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.8);
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-c28d3efc-2e3f-42c2-895f-929b3850b07b {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-c28d3efc-2e3f-42c2-895f-929b3850b07b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGQ0YWI0MzUtMmNhOS00MTg1LTg3MWQtMGQ0NjBmMWQ5MmYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZDRhYjQzNS0yY2E5LTQxODUtODcxZC0wZDQ2MGYxZDkyZjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c28d3efc-2e3f-42c2-895f-929b3850b07b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-567ff1db-50c3-4c1f-8030-6fadadfaf178 {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-567ff1db-50c3-4c1f-8030-6fadadfaf178:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzNjYWQ2MGEtNWQ4NS00MGJhLThkNzgtYWRkMzk0YzE3Y2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjM2NhZDYwYS01ZDg1LTQwYmEtOGQ3OC1hZGQzOTRjMTdjYTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-567ff1db-50c3-4c1f-8030-6fadadfaf178:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDQ2ZmVlNjQtMjFjZi00OTU0LWE5MDctOTFlMTQyNTVhMTcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NDZmZWU2NC0yMWNmLTQ5NTQtYTkwNy05MWUxNDI1NWExNzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDI0YWYyNWYtZWU2ZS00YjE5LWI4ZTYtZmNjMzU3MDk1YTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMjRhZjI1Zi1lZTZlLTRiMTktYjhlNi1mY2MzNTcwOTVhMzEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b8eed75c-abcf-461d-872b-66fcac07f505 {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-b8eed75c-abcf-461d-872b-66fcac07f505:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjJhMDEwMjktNzViMC00NThlLTg2ZDItNzcxNjBhNmI3YmU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MmEwMTAyOS03NWIwLTQ1OGUtODZkMi03NzE2MGE2YjdiZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b8eed75c-abcf-461d-872b-66fcac07f505:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-06523507-ddc6-46e8-a510-27ff54c00a1a {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-06523507-ddc6-46e8-a510-27ff54c00a1a:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-06523507-ddc6-46e8-a510-27ff54c00a1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-00c855de-1159-4ba5-829d-45e6e66b0b2c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-00c855de-1159-4ba5-829d-45e6e66b0b2c {
  display: none;
}
#s-00c855de-1159-4ba5-829d-45e6e66b0b2c, #wrap-s-00c855de-1159-4ba5-829d-45e6e66b0b2c, #wrap-content-s-00c855de-1159-4ba5-829d-45e6e66b0b2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00c855de-1159-4ba5-829d-45e6e66b0b2c {
  display: none;
}
#s-00c855de-1159-4ba5-829d-45e6e66b0b2c, #wrap-s-00c855de-1159-4ba5-829d-45e6e66b0b2c, #wrap-content-s-00c855de-1159-4ba5-829d-45e6e66b0b2c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00c855de-1159-4ba5-829d-45e6e66b0b2c {
  display: none;
}
#s-00c855de-1159-4ba5-829d-45e6e66b0b2c, #wrap-s-00c855de-1159-4ba5-829d-45e6e66b0b2c, #wrap-content-s-00c855de-1159-4ba5-829d-45e6e66b0b2c { display: none !important; }}@media (max-width: 767px){#s-00c855de-1159-4ba5-829d-45e6e66b0b2c {
  display: none;
}
#s-00c855de-1159-4ba5-829d-45e6e66b0b2c, #wrap-s-00c855de-1159-4ba5-829d-45e6e66b0b2c, #wrap-content-s-00c855de-1159-4ba5-829d-45e6e66b0b2c { display: none !important; }}
#s-00c855de-1159-4ba5-829d-45e6e66b0b2c {
  background-image: url(https://i.shgcdn.com/bccb7249-b9bd-4380-be30-d138aa41b6be/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-00c855de-1159-4ba5-829d-45e6e66b0b2c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-00c855de-1159-4ba5-829d-45e6e66b0b2c.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-00c855de-1159-4ba5-829d-45e6e66b0b2c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-00c855de-1159-4ba5-829d-45e6e66b0b2c.shg-box.shg-c {
  justify-content: center;
}
}
#s-c1867620-bc1f-4834-be95-7bfc23889e5e {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-c1867620-bc1f-4834-be95-7bfc23889e5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c1867620-bc1f-4834-be95-7bfc23889e5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1867620-bc1f-4834-be95-7bfc23889e5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1867620-bc1f-4834-be95-7bfc23889e5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-feed105f-4768-4c56-8a43-b84010d134b2 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-feed105f-4768-4c56-8a43-b84010d134b2 {
  
}
}@media (max-width: 767px){#s-feed105f-4768-4c56-8a43-b84010d134b2 {
  
}
}







#s-feed105f-4768-4c56-8a43-b84010d134b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-feed105f-4768-4c56-8a43-b84010d134b2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-510a6370-0f2b-4051-9865-072f30287510 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-510a6370-0f2b-4051-9865-072f30287510 {
  overflow: hidden;
  
  
}







  #s-510a6370-0f2b-4051-9865-072f30287510 img.shogun-image {
    

    
    
    
  }


#s-510a6370-0f2b-4051-9865-072f30287510 .shogun-image-content {
  
    justify-content: center;
  
}

#s-99f9db1e-a4ae-432c-805f-5130954ed01f {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(138, 208, 191, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-99f9db1e-a4ae-432c-805f-5130954ed01f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTQ1MWEwZmQtYmJlOC00ODIxLTllYjktODEzZDJmZTM5NGYwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NjN2M3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNDUxYTBmZC1iYmU4LTQ4MjEtOWViOS04MTNkMmZlMzk0ZjApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ccc7c7"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-99f9db1e-a4ae-432c-805f-5130954ed01f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99f9db1e-a4ae-432c-805f-5130954ed01f-root {
    text-align: left;
  }


#s-99f9db1e-a4ae-432c-805f-5130954ed01f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99f9db1e-a4ae-432c-805f-5130954ed01f-root {
    text-align: left;
  }


#s-99f9db1e-a4ae-432c-805f-5130954ed01f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99f9db1e-a4ae-432c-805f-5130954ed01f-root {
    text-align: left;
  }


#s-99f9db1e-a4ae-432c-805f-5130954ed01f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99f9db1e-a4ae-432c-805f-5130954ed01f-root {
    text-align: left;
  }


#s-99f9db1e-a4ae-432c-805f-5130954ed01f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99f9db1e-a4ae-432c-805f-5130954ed01f-root {
    text-align: left;
  }


#s-99f9db1e-a4ae-432c-805f-5130954ed01f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5f423b9d-c3cb-4c65-8389-f9619eddfbae {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f423b9d-c3cb-4c65-8389-f9619eddfbae {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-5f423b9d-c3cb-4c65-8389-f9619eddfbae {
  margin-right: 0px;
}
}
#s-5f423b9d-c3cb-4c65-8389-f9619eddfbae > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5f423b9d-c3cb-4c65-8389-f9619eddfbae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5f423b9d-c3cb-4c65-8389-f9619eddfbae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(91, 103, 112, 1);
}

#s-5f423b9d-c3cb-4c65-8389-f9619eddfbae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5f423b9d-c3cb-4c65-8389-f9619eddfbae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(91, 103, 112, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-5f423b9d-c3cb-4c65-8389-f9619eddfbae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-e71bd78f-713f-4d38-8223-c936da79b0b0 {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e71bd78f-713f-4d38-8223-c936da79b0b0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjljODE4NjgtM2M0OS00MDc3LWEzOGEtNmJmNTJhYjY4ZjA2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOWM4MTg2OC0zYzQ5LTQwNzctYTM4YS02YmY1MmFiNjhmMDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8ad0bf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}, {"id"=>3, "pos"=>1, "color"=>"#8ad0bf"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e71bd78f-713f-4d38-8223-c936da79b0b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e71bd78f-713f-4d38-8223-c936da79b0b0-root {
    text-align: left;
  }


#s-e71bd78f-713f-4d38-8223-c936da79b0b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e71bd78f-713f-4d38-8223-c936da79b0b0-root {
    text-align: left;
  }


#s-e71bd78f-713f-4d38-8223-c936da79b0b0.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-e71bd78f-713f-4d38-8223-c936da79b0b0-root {
    text-align: left;
  }


#s-e71bd78f-713f-4d38-8223-c936da79b0b0.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-e71bd78f-713f-4d38-8223-c936da79b0b0-root {
    text-align: left;
  }


#s-e71bd78f-713f-4d38-8223-c936da79b0b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e71bd78f-713f-4d38-8223-c936da79b0b0-root {
    text-align: left;
  }


#s-e71bd78f-713f-4d38-8223-c936da79b0b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-389a35b0-2977-446a-b03e-9d7c27ed0850 {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-389a35b0-2977-446a-b03e-9d7c27ed0850:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzVmYjhiMGEtYzljNi00ZTVjLTk0NjktMjUxM2RkMTExOTJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NWZiOGIwYS1jOWM2LTRlNWMtOTQ2OS0yNTEzZGQxMTE5MmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8ad0bf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-389a35b0-2977-446a-b03e-9d7c27ed0850:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-389a35b0-2977-446a-b03e-9d7c27ed0850-root {
    text-align: left;
  }


#s-389a35b0-2977-446a-b03e-9d7c27ed0850.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-389a35b0-2977-446a-b03e-9d7c27ed0850-root {
    text-align: left;
  }


#s-389a35b0-2977-446a-b03e-9d7c27ed0850.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-389a35b0-2977-446a-b03e-9d7c27ed0850-root {
    text-align: left;
  }


#s-389a35b0-2977-446a-b03e-9d7c27ed0850.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-389a35b0-2977-446a-b03e-9d7c27ed0850-root {
    text-align: left;
  }


#s-389a35b0-2977-446a-b03e-9d7c27ed0850.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-389a35b0-2977-446a-b03e-9d7c27ed0850-root {
    text-align: left;
  }


#s-389a35b0-2977-446a-b03e-9d7c27ed0850.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f9ee59f6-af20-450e-9170-1a1b747bd070 {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f9ee59f6-af20-450e-9170-1a1b747bd070:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhjMjcyOWEtYjViNS00NGE2LWEzZTctMmM0MzRkNWI2ZDlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGMyNzI5YS1iNWI1LTQ0YTYtYTNlNy0yYzQzNGQ1YjZkOWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8ad0bf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f9ee59f6-af20-450e-9170-1a1b747bd070:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f9ee59f6-af20-450e-9170-1a1b747bd070-root {
    text-align: left;
  }


#s-f9ee59f6-af20-450e-9170-1a1b747bd070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f9ee59f6-af20-450e-9170-1a1b747bd070-root {
    text-align: left;
  }


#s-f9ee59f6-af20-450e-9170-1a1b747bd070.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-f9ee59f6-af20-450e-9170-1a1b747bd070-root {
    text-align: left;
  }


#s-f9ee59f6-af20-450e-9170-1a1b747bd070.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-f9ee59f6-af20-450e-9170-1a1b747bd070-root {
    text-align: left;
  }


#s-f9ee59f6-af20-450e-9170-1a1b747bd070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f9ee59f6-af20-450e-9170-1a1b747bd070-root {
    text-align: left;
  }


#s-f9ee59f6-af20-450e-9170-1a1b747bd070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWIwODNmOTUtNDFlZi00ZDMwLWI3NTUtMjdjZGQ4NmYwZjkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYjA4M2Y5NS00MWVmLTRkMzAtYjc1NS0yN2NkZDg2ZjBmOTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8ad0bf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0-root {
    text-align: left;
  }


#s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0-root {
    text-align: left;
  }


#s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0.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-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0-root {
    text-align: left;
  }


#s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0.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-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0-root {
    text-align: left;
  }


#s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0-root {
    text-align: left;
  }


#s-b8f3d8bb-e69c-4852-b125-5aaa6fdcc6a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a968c499-f4ae-46bd-b959-092a0f9995fd {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a968c499-f4ae-46bd-b959-092a0f9995fd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTJlNTgyMTEtMTNkZi00OTI0LThjNWItZGIwZWMzZTZkYjY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MmU1ODIxMS0xM2RmLTQ5MjQtOGM1Yi1kYjBlYzNlNmRiNjcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8ad0bf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a968c499-f4ae-46bd-b959-092a0f9995fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a968c499-f4ae-46bd-b959-092a0f9995fd-root {
    text-align: left;
  }


#s-a968c499-f4ae-46bd-b959-092a0f9995fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a968c499-f4ae-46bd-b959-092a0f9995fd-root {
    text-align: left;
  }


#s-a968c499-f4ae-46bd-b959-092a0f9995fd.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-a968c499-f4ae-46bd-b959-092a0f9995fd-root {
    text-align: left;
  }


#s-a968c499-f4ae-46bd-b959-092a0f9995fd.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-a968c499-f4ae-46bd-b959-092a0f9995fd-root {
    text-align: left;
  }


#s-a968c499-f4ae-46bd-b959-092a0f9995fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a968c499-f4ae-46bd-b959-092a0f9995fd-root {
    text-align: left;
  }


#s-a968c499-f4ae-46bd-b959-092a0f9995fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11 {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDQ0MTYwYTYtZjNjNy00NmE2LTgyMDktNjU3YTEyNjQwMGEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNDQxNjBhNi1mM2M3LTQ2YTYtODIwOS02NTdhMTI2NDAwYTMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8ad0bf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11-root {
    text-align: left;
  }


#s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11-root {
    text-align: left;
  }


#s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11.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-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11-root {
    text-align: left;
  }


#s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11.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-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11-root {
    text-align: left;
  }


#s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11-root {
    text-align: left;
  }


#s-3ad9d4de-a61f-406c-ad22-c6b33b6d6d11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-08785b40-481a-44b3-8992-e63bde4daf25 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(138, 208, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-08785b40-481a-44b3-8992-e63bde4daf25:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-08785b40-481a-44b3-8992-e63bde4daf25:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08785b40-481a-44b3-8992-e63bde4daf25-root {
    text-align: center;
  }


#s-08785b40-481a-44b3-8992-e63bde4daf25.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-08785b40-481a-44b3-8992-e63bde4daf25-root {
    text-align: center;
  }


#s-08785b40-481a-44b3-8992-e63bde4daf25.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08785b40-481a-44b3-8992-e63bde4daf25-root {
    text-align: center;
  }


#s-08785b40-481a-44b3-8992-e63bde4daf25.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08785b40-481a-44b3-8992-e63bde4daf25-root {
    text-align: center;
  }


#s-08785b40-481a-44b3-8992-e63bde4daf25.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-08785b40-481a-44b3-8992-e63bde4daf25-root {
    text-align: center;
  }


#s-08785b40-481a-44b3-8992-e63bde4daf25.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e703ca5d-fcd7-4202-b640-9a399303d972 {
  margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 0px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-e703ca5d-fcd7-4202-b640-9a399303d972 {
  display: none;
}
#s-e703ca5d-fcd7-4202-b640-9a399303d972, #wrap-s-e703ca5d-fcd7-4202-b640-9a399303d972, #wrap-content-s-e703ca5d-fcd7-4202-b640-9a399303d972 { display: none !important; }}







#s-e703ca5d-fcd7-4202-b640-9a399303d972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e703ca5d-fcd7-4202-b640-9a399303d972.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 1200px){#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d {
  display: none;
}
#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-content-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d {
  display: none;
}
#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-content-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d { display: none !important; }}
#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 16px;
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0916cb16-01d1-42f5-93bb-94444405f168 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0916cb16-01d1-42f5-93bb-94444405f168:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0916cb16-01d1-42f5-93bb-94444405f168:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-291a11f0-186b-4e5b-83a5-9b2d097d9570 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-291a11f0-186b-4e5b-83a5-9b2d097d9570:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-291a11f0-186b-4e5b-83a5-9b2d097d9570:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-de5303dd-940d-44cd-9521-650950e28156 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-de5303dd-940d-44cd-9521-650950e28156:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-de5303dd-940d-44cd-9521-650950e28156:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-032ea694-9854-4d34-bc2a-cc9536ae59cd {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-032ea694-9854-4d34-bc2a-cc9536ae59cd:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-032ea694-9854-4d34-bc2a-cc9536ae59cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3501b990-28c1-4dcc-a988-d8fb274168dd {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3501b990-28c1-4dcc-a988-d8fb274168dd:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3501b990-28c1-4dcc-a988-d8fb274168dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-61585741-8fb8-4d46-88a2-3bfad07601ff {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-61585741-8fb8-4d46-88a2-3bfad07601ff:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-61585741-8fb8-4d46-88a2-3bfad07601ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c796cba5-c811-4578-bc40-9bb84b6e6755 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c796cba5-c811-4578-bc40-9bb84b6e6755:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c796cba5-c811-4578-bc40-9bb84b6e6755:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fc6618ef-0869-45ee-81fb-c775af0f1429 {
  min-height: 50px;
}








#s-fc6618ef-0869-45ee-81fb-c775af0f1429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc6618ef-0869-45ee-81fb-c775af0f1429.shg-box.shg-c {
  justify-content: center;
}

#s-d17b1c2c-6807-4da3-9454-0fb60827f58d {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-d17b1c2c-6807-4da3-9454-0fb60827f58d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d17b1c2c-6807-4da3-9454-0fb60827f58d.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-dce54b04-704a-43a2-a9f1-5611a0bf5b6d {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-dce54b04-704a-43a2-a9f1-5611a0bf5b6d .shg-proportional-font-size,
#s-dce54b04-704a-43a2-a9f1-5611a0bf5b6d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e43809f4-6633-4d9e-a5dd-f56ff1c6a4f2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e43809f4-6633-4d9e-a5dd-f56ff1c6a4f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e43809f4-6633-4d9e-a5dd-f56ff1c6a4f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e43809f4-6633-4d9e-a5dd-f56ff1c6a4f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e43809f4-6633-4d9e-a5dd-f56ff1c6a4f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e540d855-c386-4f19-b6ff-31fe7c4dceb9 .shogun-icon-wrapper {
  text-align: center;
}


#s-e540d855-c386-4f19-b6ff-31fe7c4dceb9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(235, 38, 46, 1);
}

.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-f3053d15-db72-45dd-92e8-df7ffc6fbd09 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9d7d95b2-ffc6-45e3-8f95-4cc07d90dfe6 .shogun-icon-wrapper {
  text-align: center;
}


#s-9d7d95b2-ffc6-45e3-8f95-4cc07d90dfe6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(235, 38, 46, 1);
}

#s-db3cc1ec-7b55-46f2-9420-97ce94c6e2ff {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-de906f96-b871-49e5-99fe-ef9269079a07 .shogun-icon-wrapper {
  text-align: center;
}


#s-de906f96-b871-49e5-99fe-ef9269079a07 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(235, 38, 46, 1);
}

#s-0f5d8849-7857-419d-ac0f-642c5dad2081 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1728cb3e-ae53-4763-8e7e-ec48b3a47b15 {
  margin-bottom: 10px;
}

#s-1728cb3e-ae53-4763-8e7e-ec48b3a47b15 .shogun-icon-wrapper {
  text-align: center;
}


#s-1728cb3e-ae53-4763-8e7e-ec48b3a47b15 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(235, 38, 46, 1);
}

#s-3b58825b-bae2-41a3-bff0-b1c876b75bcb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9dffe490-6989-4c26-baac-d98761230ab7 {
  margin-left: 10%;
margin-right: 10%;
}

#s-9dffe490-6989-4c26-baac-d98761230ab7 .shg-proportional-font-size,
#s-9dffe490-6989-4c26-baac-d98761230ab7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-42d30a9b-7838-4e63-9bf6-4b54383984a1 {
  margin-top: 29px;
margin-left: 25px;
margin-bottom: 29px;
margin-right: 25px;
padding-top: 25px;
padding-left: 40px;
padding-bottom: 25px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-42d30a9b-7838-4e63-9bf6-4b54383984a1:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42d30a9b-7838-4e63-9bf6-4b54383984a1:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-42d30a9b-7838-4e63-9bf6-4b54383984a1 {
  margin-top: 0px;
}
}

  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42d30a9b-7838-4e63-9bf6-4b54383984a1-root {
    text-align: center;
  }


#s-42d30a9b-7838-4e63-9bf6-4b54383984a1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-43754863-e8c7-40d9-ab94-70f059ba95bf {
  padding-top: 10px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-43754863-e8c7-40d9-ab94-70f059ba95bf {
  display: none;
}
#s-43754863-e8c7-40d9-ab94-70f059ba95bf, #wrap-s-43754863-e8c7-40d9-ab94-70f059ba95bf, #wrap-content-s-43754863-e8c7-40d9-ab94-70f059ba95bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43754863-e8c7-40d9-ab94-70f059ba95bf {
  display: none;
}
#s-43754863-e8c7-40d9-ab94-70f059ba95bf, #wrap-s-43754863-e8c7-40d9-ab94-70f059ba95bf, #wrap-content-s-43754863-e8c7-40d9-ab94-70f059ba95bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43754863-e8c7-40d9-ab94-70f059ba95bf {
  display: none;
}
#s-43754863-e8c7-40d9-ab94-70f059ba95bf, #wrap-s-43754863-e8c7-40d9-ab94-70f059ba95bf, #wrap-content-s-43754863-e8c7-40d9-ab94-70f059ba95bf { display: none !important; }}@media (max-width: 767px){#s-43754863-e8c7-40d9-ab94-70f059ba95bf {
  display: none;
}
#s-43754863-e8c7-40d9-ab94-70f059ba95bf, #wrap-s-43754863-e8c7-40d9-ab94-70f059ba95bf, #wrap-content-s-43754863-e8c7-40d9-ab94-70f059ba95bf { display: none !important; }}







#s-43754863-e8c7-40d9-ab94-70f059ba95bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43754863-e8c7-40d9-ab94-70f059ba95bf.shg-box.shg-c {
  justify-content: center;
}

#s-0baa492b-1b94-4e92-8215-8763fff3746e {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-bef64725-d637-4c93-87c9-d081105f53a0 {
  box-shadow:2px 0px 15px 0px rgba(250, 241, 241, 0);
margin-top: 10px;
margin-left: 10%;
margin-bottom: 19px;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (max-width: 767px){#s-bef64725-d637-4c93-87c9-d081105f53a0 {
  
}
}







#s-bef64725-d637-4c93-87c9-d081105f53a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bef64725-d637-4c93-87c9-d081105f53a0.shg-box.shg-c {
  justify-content: center;
}

#s-a1541dcd-a20f-4709-9d1c-9b0c3cf509e3 {
  margin-top: 20px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-a1541dcd-a20f-4709-9d1c-9b0c3cf509e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a1541dcd-a20f-4709-9d1c-9b0c3cf509e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a1541dcd-a20f-4709-9d1c-9b0c3cf509e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a1541dcd-a20f-4709-9d1c-9b0c3cf509e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a1541dcd-a20f-4709-9d1c-9b0c3cf509e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1541dcd-a20f-4709-9d1c-9b0c3cf509e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a1541dcd-a20f-4709-9d1c-9b0c3cf509e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

}

#s-d8da5b9f-02cb-4055-936e-1272ab4c4bf1 {
  text-align: left;
}

#s-d8da5b9f-02cb-4055-936e-1272ab4c4bf1 .shogun-icon-wrapper {
  text-align: right;
}


#s-d8da5b9f-02cb-4055-936e-1272ab4c4bf1 .shogun-icon-wrapper > .shogun-icon {

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

#s-2c41d193-3ab1-4a4a-a266-3bfdce94efff .shogun-icon-wrapper {
  text-align: right;
}


#s-2c41d193-3ab1-4a4a-a266-3bfdce94efff .shogun-icon-wrapper > .shogun-icon {

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

#s-33b37950-d3fb-4413-a531-2fe15b335159 .shogun-icon-wrapper {
  text-align: right;
}


#s-33b37950-d3fb-4413-a531-2fe15b335159 .shogun-icon-wrapper > .shogun-icon {

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

#s-57a1a50c-631e-4559-bc41-4de4c6236130 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-57a1a50c-631e-4559-bc41-4de4c6236130"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57a1a50c-631e-4559-bc41-4de4c6236130"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-57a1a50c-631e-4559-bc41-4de4c6236130"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-57a1a50c-631e-4559-bc41-4de4c6236130"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-57a1a50c-631e-4559-bc41-4de4c6236130"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-57a1a50c-631e-4559-bc41-4de4c6236130"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-57a1a50c-631e-4559-bc41-4de4c6236130"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

}

#s-bb966aac-cc76-4b67-87ac-fea00ffaa6c4 .shogun-icon-wrapper {
  text-align: right;
}


#s-bb966aac-cc76-4b67-87ac-fea00ffaa6c4 .shogun-icon-wrapper > .shogun-icon {

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

#s-bc222994-0b02-4511-9802-69bfb18ea93f .shogun-icon-wrapper {
  text-align: right;
}


#s-bc222994-0b02-4511-9802-69bfb18ea93f .shogun-icon-wrapper > .shogun-icon {

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

#s-a5ebdb94-1ea8-474d-84b2-5ae35b81425e .shogun-icon-wrapper {
  text-align: right;
}


#s-a5ebdb94-1ea8-474d-84b2-5ae35b81425e .shogun-icon-wrapper > .shogun-icon {

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

#s-6933d03b-5029-4f55-8860-905117bf9502 {
  margin-bottom: 25px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6933d03b-5029-4f55-8860-905117bf9502"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6933d03b-5029-4f55-8860-905117bf9502"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6933d03b-5029-4f55-8860-905117bf9502"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6933d03b-5029-4f55-8860-905117bf9502"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6933d03b-5029-4f55-8860-905117bf9502"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6933d03b-5029-4f55-8860-905117bf9502"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6933d03b-5029-4f55-8860-905117bf9502"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

}

#s-13c08667-0a9b-4d9f-a5e7-af658acb6cd5 .shogun-icon-wrapper {
  text-align: right;
}


#s-13c08667-0a9b-4d9f-a5e7-af658acb6cd5 .shogun-icon-wrapper > .shogun-icon {

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

#s-8c30360d-360b-4027-98d6-ffe8afc8a840 {
  min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-8c30360d-360b-4027-98d6-ffe8afc8a840 {
  display: none;
}
#s-8c30360d-360b-4027-98d6-ffe8afc8a840, #wrap-s-8c30360d-360b-4027-98d6-ffe8afc8a840, #wrap-content-s-8c30360d-360b-4027-98d6-ffe8afc8a840 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c30360d-360b-4027-98d6-ffe8afc8a840 {
  display: none;
}
#s-8c30360d-360b-4027-98d6-ffe8afc8a840, #wrap-s-8c30360d-360b-4027-98d6-ffe8afc8a840, #wrap-content-s-8c30360d-360b-4027-98d6-ffe8afc8a840 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c30360d-360b-4027-98d6-ffe8afc8a840 {
  display: none;
}
#s-8c30360d-360b-4027-98d6-ffe8afc8a840, #wrap-s-8c30360d-360b-4027-98d6-ffe8afc8a840, #wrap-content-s-8c30360d-360b-4027-98d6-ffe8afc8a840 { display: none !important; }}@media (max-width: 767px){#s-8c30360d-360b-4027-98d6-ffe8afc8a840 {
  display: none;
}
#s-8c30360d-360b-4027-98d6-ffe8afc8a840, #wrap-s-8c30360d-360b-4027-98d6-ffe8afc8a840, #wrap-content-s-8c30360d-360b-4027-98d6-ffe8afc8a840 { display: none !important; }}







#s-8c30360d-360b-4027-98d6-ffe8afc8a840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c30360d-360b-4027-98d6-ffe8afc8a840.shg-box.shg-c {
  justify-content: center;
}

#s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (min-width: 1200px){#s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6 {
  display: none;
}
#s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6, #wrap-s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6, #wrap-content-s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6 { display: none !important; }}@media (max-width: 767px){#s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6 {
  display: none;
}
#s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6, #wrap-s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6, #wrap-content-s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6 { display: none !important; }}







#s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c2127fa-37e5-4e75-9b1e-55c3058be0e6.shg-box.shg-c {
  justify-content: center;
}

#s-051cba3a-0dfe-42b2-9381-f999db3c01f5 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-70f1f0ec-c7ee-474e-9474-cb20b376bb84 {
  box-shadow:2px 0px 15px 0px rgba(250, 241, 241, 0);
margin-top: 10px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (max-width: 767px){#s-70f1f0ec-c7ee-474e-9474-cb20b376bb84 {
  
}
}







#s-70f1f0ec-c7ee-474e-9474-cb20b376bb84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70f1f0ec-c7ee-474e-9474-cb20b376bb84.shg-box.shg-c {
  justify-content: center;
}

#s-3ff84f0e-9812-4634-a7b4-538d94e8945e {
  margin-top: 20px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-3ff84f0e-9812-4634-a7b4-538d94e8945e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ff84f0e-9812-4634-a7b4-538d94e8945e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3ff84f0e-9812-4634-a7b4-538d94e8945e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3ff84f0e-9812-4634-a7b4-538d94e8945e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3ff84f0e-9812-4634-a7b4-538d94e8945e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ff84f0e-9812-4634-a7b4-538d94e8945e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3ff84f0e-9812-4634-a7b4-538d94e8945e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

}

#s-0babd1fd-a269-4218-89c3-67be833963dc {
  text-align: left;
}

#s-0babd1fd-a269-4218-89c3-67be833963dc .shogun-icon-wrapper {
  text-align: right;
}


#s-0babd1fd-a269-4218-89c3-67be833963dc .shogun-icon-wrapper > .shogun-icon {

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

#s-701bc8c8-6020-4a74-88e6-f1e7404fc8ff .shogun-icon-wrapper {
  text-align: right;
}


#s-701bc8c8-6020-4a74-88e6-f1e7404fc8ff .shogun-icon-wrapper > .shogun-icon {

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

#s-ae127b0b-d8b1-4e1d-8868-b0ab4f99a2c5 .shogun-icon-wrapper {
  text-align: right;
}


#s-ae127b0b-d8b1-4e1d-8868-b0ab4f99a2c5 .shogun-icon-wrapper > .shogun-icon {

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

#s-bd088ee9-7076-4c30-bdbf-7559d68258e6 {
  margin-top: 2px;
margin-bottom: 25px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bd088ee9-7076-4c30-bdbf-7559d68258e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bd088ee9-7076-4c30-bdbf-7559d68258e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bd088ee9-7076-4c30-bdbf-7559d68258e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bd088ee9-7076-4c30-bdbf-7559d68258e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bd088ee9-7076-4c30-bdbf-7559d68258e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd088ee9-7076-4c30-bdbf-7559d68258e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bd088ee9-7076-4c30-bdbf-7559d68258e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

}

#s-da718c6a-c731-4966-8a1b-2e3119ced25a .shogun-icon-wrapper {
  text-align: right;
}


#s-da718c6a-c731-4966-8a1b-2e3119ced25a .shogun-icon-wrapper > .shogun-icon {

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

#s-333ac6e0-f01a-4df3-b015-350cd3b98fe9 .shogun-icon-wrapper {
  text-align: right;
}


#s-333ac6e0-f01a-4df3-b015-350cd3b98fe9 .shogun-icon-wrapper > .shogun-icon {

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

#s-65c3baf4-3b8a-43e8-8f09-783d11f48021 .shogun-icon-wrapper {
  text-align: right;
}


#s-65c3baf4-3b8a-43e8-8f09-783d11f48021 .shogun-icon-wrapper > .shogun-icon {

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

#s-9f4e98cd-47da-4453-96fe-ee582dbe7169 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9f4e98cd-47da-4453-96fe-ee582dbe7169"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-c4c3ef37-bd54-4a81-84d0-e32abf882fd8 .shogun-icon-wrapper {
  text-align: right;
}


#s-c4c3ef37-bd54-4a81-84d0-e32abf882fd8 .shogun-icon-wrapper > .shogun-icon {

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

#s-a0e3bb69-ab37-4d8d-a041-9217aa55dcfc .shogun-icon-wrapper {
  text-align: right;
}


#s-a0e3bb69-ab37-4d8d-a041-9217aa55dcfc .shogun-icon-wrapper > .shogun-icon {

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

#s-d3e7a713-b85d-4a76-9852-93cbb8777988 {
  margin-top: 30px;
}

#s-a2af347c-d610-4dc8-9c13-f2cb43cf34da {
  box-shadow:2px 0px 15px 0px rgba(250, 241, 241, 0);
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-a2af347c-d610-4dc8-9c13-f2cb43cf34da {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2af347c-d610-4dc8-9c13-f2cb43cf34da {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2af347c-d610-4dc8-9c13-f2cb43cf34da {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a2af347c-d610-4dc8-9c13-f2cb43cf34da {
  
}
}







#s-a2af347c-d610-4dc8-9c13-f2cb43cf34da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2af347c-d610-4dc8-9c13-f2cb43cf34da.shg-box.shg-c {
  justify-content: center;
}

#s-2f2891e0-a234-4354-a6a4-a0a40704819c {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2f2891e0-a234-4354-a6a4-a0a40704819c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f2891e0-a234-4354-a6a4-a0a40704819c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f2891e0-a234-4354-a6a4-a0a40704819c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f2891e0-a234-4354-a6a4-a0a40704819c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f4e59dd3-cccc-49db-8c6e-2e3377185b4d {
  margin-top: 20px;
margin-bottom: 10px;
text-align: left;
}

#s-f4e59dd3-cccc-49db-8c6e-2e3377185b4d .shogun-icon-wrapper {
  text-align: center;
}


#s-f4e59dd3-cccc-49db-8c6e-2e3377185b4d .shogun-icon-wrapper > .shogun-icon {

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

#s-e0659613-3e6d-4e53-9ecb-d77d847b6dc9 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-e0659613-3e6d-4e53-9ecb-d77d847b6dc9 .shogun-icon-wrapper {
  text-align: center;
}


#s-e0659613-3e6d-4e53-9ecb-d77d847b6dc9 .shogun-icon-wrapper > .shogun-icon {

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

#s-a0dd5e2e-f7be-4b8e-9f70-6d6883cfb57a {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-a0dd5e2e-f7be-4b8e-9f70-6d6883cfb57a .shogun-icon-wrapper {
  text-align: center;
}


#s-a0dd5e2e-f7be-4b8e-9f70-6d6883cfb57a .shogun-icon-wrapper > .shogun-icon {

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

#s-82252a1c-a281-4212-bfc8-1500755f1b5f {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82252a1c-a281-4212-bfc8-1500755f1b5f {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-82252a1c-a281-4212-bfc8-1500755f1b5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82252a1c-a281-4212-bfc8-1500755f1b5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82252a1c-a281-4212-bfc8-1500755f1b5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82252a1c-a281-4212-bfc8-1500755f1b5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1efa8025-34d3-4881-b60c-a9306ed39020 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-1efa8025-34d3-4881-b60c-a9306ed39020 .shogun-icon-wrapper {
  text-align: center;
}


#s-1efa8025-34d3-4881-b60c-a9306ed39020 .shogun-icon-wrapper > .shogun-icon {

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

#s-418450ec-09b0-4911-8bc7-8b38be989854 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}

#s-418450ec-09b0-4911-8bc7-8b38be989854 .shogun-icon-wrapper {
  text-align: center;
}


#s-418450ec-09b0-4911-8bc7-8b38be989854 .shogun-icon-wrapper > .shogun-icon {

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

#s-7df896a8-f0ef-48ab-a0c5-42146e604ac6 {
  padding-left: 3%;
padding-right: 3%;
}

#s-bd6daf64-7140-4494-87a6-a64696779e24 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-bd6daf64-7140-4494-87a6-a64696779e24 .shogun-icon-wrapper {
  text-align: center;
}


#s-bd6daf64-7140-4494-87a6-a64696779e24 .shogun-icon-wrapper > .shogun-icon {

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

@media (min-width: 768px) and (max-width: 991px){#s-6aff1320-e1b9-4ad0-96f6-6ef8cc05aa50 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-6aff1320-e1b9-4ad0-96f6-6ef8cc05aa50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6aff1320-e1b9-4ad0-96f6-6ef8cc05aa50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6aff1320-e1b9-4ad0-96f6-6ef8cc05aa50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6aff1320-e1b9-4ad0-96f6-6ef8cc05aa50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70643959-7bce-4fc8-ae3f-c3e4a24a0e76 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}

#s-70643959-7bce-4fc8-ae3f-c3e4a24a0e76 .shogun-icon-wrapper {
  text-align: center;
}


#s-70643959-7bce-4fc8-ae3f-c3e4a24a0e76 .shogun-icon-wrapper > .shogun-icon {

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

#s-cb93c373-25f4-4d3d-98ba-0d14aedf38bf {
  padding-left: 6%;
padding-right: 6%;
}

#s-c0473712-1b6b-4ce2-8a12-07768c7d8a3a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c0473712-1b6b-4ce2-8a12-07768c7d8a3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0473712-1b6b-4ce2-8a12-07768c7d8a3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0473712-1b6b-4ce2-8a12-07768c7d8a3a {
  
}
}@media (max-width: 767px){#s-c0473712-1b6b-4ce2-8a12-07768c7d8a3a {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-c0473712-1b6b-4ce2-8a12-07768c7d8a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0473712-1b6b-4ce2-8a12-07768c7d8a3a.shg-box.shg-c {
  justify-content: center;
}

#s-e4ef9341-6583-4092-80d0-0b9ec19fd8ae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e4ef9341-6583-4092-80d0-0b9ec19fd8ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4ef9341-6583-4092-80d0-0b9ec19fd8ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4ef9341-6583-4092-80d0-0b9ec19fd8ae {
  
}
}@media (max-width: 767px){#s-e4ef9341-6583-4092-80d0-0b9ec19fd8ae {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-e4ef9341-6583-4092-80d0-0b9ec19fd8ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4ef9341-6583-4092-80d0-0b9ec19fd8ae.shg-box.shg-c {
  justify-content: center;
}

#s-11572433-0321-4e5b-9744-09d983079ed8 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-11572433-0321-4e5b-9744-09d983079ed8 .shg-proportional-font-size,
#s-11572433-0321-4e5b-9744-09d983079ed8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dd2b3a68-73b3-4502-b180-8754e6456da1 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
@media (max-width: 767px){#s-dd2b3a68-73b3-4502-b180-8754e6456da1 {
  margin-left: 10%;
margin-right: 10%;
}
}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-12cb9449-a783-4f7a-92e1-e028e2782c77 {
  margin-left: auto;
margin-right: auto;
}

#s-12cb9449-a783-4f7a-92e1-e028e2782c77 .shogun-countdown span, #s-12cb9449-a783-4f7a-92e1-e028e2782c77 .shogun-countdown label {
  color: rgba(17, 116, 188, 1);
}
#s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb {
  display: none;
}
#s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb, #wrap-s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb, #wrap-content-s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb { display: none !important; }}@media (max-width: 767px){#s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb {
  display: none;
}
#s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb, #wrap-s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb, #wrap-content-s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb { display: none !important; }}
@media (min-width: 0px) {
[id="s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9ba0a8c-ebdb-4c01-a3f0-4cdd25d46deb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-48108329-c1d1-4b88-8171-6a253365b7a0 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(17, 116, 188, 1);
}








#s-48108329-c1d1-4b88-8171-6a253365b7a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48108329-c1d1-4b88-8171-6a253365b7a0 {
  cursor: pointer;
}#s-48108329-c1d1-4b88-8171-6a253365b7a0.shg-box.shg-c {
  justify-content: center;
}

#s-c6ccf327-a1de-4143-b3a3-6e8e20831a90 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe-root {
    text-align: center;
  }


#s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe-root {
    text-align: center;
  }


#s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe-root {
    text-align: center;
  }


#s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe-root {
    text-align: center;
  }


#s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe-root {
    text-align: center;
  }


#s-b8e4eab6-01b3-457f-96cb-7a7be257bdbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-d385a59b-6660-4382-899c-581d4ce29efa {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(17, 116, 188, 1);
}
@media (min-width: 1200px){#s-d385a59b-6660-4382-899c-581d4ce29efa {
  display: none;
}
#s-d385a59b-6660-4382-899c-581d4ce29efa, #wrap-s-d385a59b-6660-4382-899c-581d4ce29efa, #wrap-content-s-d385a59b-6660-4382-899c-581d4ce29efa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d385a59b-6660-4382-899c-581d4ce29efa {
  display: none;
}
#s-d385a59b-6660-4382-899c-581d4ce29efa, #wrap-s-d385a59b-6660-4382-899c-581d4ce29efa, #wrap-content-s-d385a59b-6660-4382-899c-581d4ce29efa { display: none !important; }}@media (max-width: 767px){#s-d385a59b-6660-4382-899c-581d4ce29efa {
  margin-bottom: 30px;
}
}







#s-d385a59b-6660-4382-899c-581d4ce29efa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d385a59b-6660-4382-899c-581d4ce29efa {
  cursor: pointer;
}#s-d385a59b-6660-4382-899c-581d4ce29efa.shg-box.shg-c {
  justify-content: center;
}

#s-cd5eead5-932d-456d-a3c6-1eedd22ebe21 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-392959c1-9df1-4228-bbe7-559a1071564c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-392959c1-9df1-4228-bbe7-559a1071564c:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-392959c1-9df1-4228-bbe7-559a1071564c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-392959c1-9df1-4228-bbe7-559a1071564c-root {
    text-align: center;
  }


#s-392959c1-9df1-4228-bbe7-559a1071564c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-392959c1-9df1-4228-bbe7-559a1071564c-root {
    text-align: center;
  }


#s-392959c1-9df1-4228-bbe7-559a1071564c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-392959c1-9df1-4228-bbe7-559a1071564c-root {
    text-align: center;
  }


#s-392959c1-9df1-4228-bbe7-559a1071564c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-392959c1-9df1-4228-bbe7-559a1071564c-root {
    text-align: center;
  }


#s-392959c1-9df1-4228-bbe7-559a1071564c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-392959c1-9df1-4228-bbe7-559a1071564c-root {
    text-align: center;
  }


#s-392959c1-9df1-4228-bbe7-559a1071564c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-eedcace3-0182-4ccc-ab66-779fecbd5682 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-eedcace3-0182-4ccc-ab66-779fecbd5682 {
  margin-bottom: 20px;
}
}







#s-eedcace3-0182-4ccc-ab66-779fecbd5682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eedcace3-0182-4ccc-ab66-779fecbd5682.shg-box.shg-c {
  justify-content: center;
}

#s-3cb9e113-0aff-4a62-8dc2-2b5d7417f2e4 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-e08b685e-6718-4a72-b4fd-2ae42baa225f {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(237, 35, 36, 1);
}
@media (min-width: 1200px){#s-e08b685e-6718-4a72-b4fd-2ae42baa225f {
  display: none;
}
#s-e08b685e-6718-4a72-b4fd-2ae42baa225f, #wrap-s-e08b685e-6718-4a72-b4fd-2ae42baa225f, #wrap-content-s-e08b685e-6718-4a72-b4fd-2ae42baa225f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e08b685e-6718-4a72-b4fd-2ae42baa225f {
  display: none;
}
#s-e08b685e-6718-4a72-b4fd-2ae42baa225f, #wrap-s-e08b685e-6718-4a72-b4fd-2ae42baa225f, #wrap-content-s-e08b685e-6718-4a72-b4fd-2ae42baa225f { display: none !important; }}







#s-e08b685e-6718-4a72-b4fd-2ae42baa225f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e08b685e-6718-4a72-b4fd-2ae42baa225f {
  cursor: pointer;
}#s-e08b685e-6718-4a72-b4fd-2ae42baa225f.shg-box.shg-c {
  justify-content: center;
}

#s-dd7f5335-972b-487e-831b-5f94baf4d250 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-2788df85-ef85-4780-9b6b-0f408ec8f93b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2788df85-ef85-4780-9b6b-0f408ec8f93b:hover {background-color: rgba(15, 117, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2788df85-ef85-4780-9b6b-0f408ec8f93b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2788df85-ef85-4780-9b6b-0f408ec8f93b-root {
    text-align: center;
  }


#s-2788df85-ef85-4780-9b6b-0f408ec8f93b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2788df85-ef85-4780-9b6b-0f408ec8f93b-root {
    text-align: center;
  }


#s-2788df85-ef85-4780-9b6b-0f408ec8f93b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2788df85-ef85-4780-9b6b-0f408ec8f93b-root {
    text-align: center;
  }


#s-2788df85-ef85-4780-9b6b-0f408ec8f93b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2788df85-ef85-4780-9b6b-0f408ec8f93b-root {
    text-align: center;
  }


#s-2788df85-ef85-4780-9b6b-0f408ec8f93b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2788df85-ef85-4780-9b6b-0f408ec8f93b-root {
    text-align: center;
  }


#s-2788df85-ef85-4780-9b6b-0f408ec8f93b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 51px;
margin-right: 20px;
min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64 {
  display: none;
}
#s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64, #wrap-s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64, #wrap-content-s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64 { display: none !important; }}@media (max-width: 767px){#s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64 {
  display: none;
}
#s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64, #wrap-s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64, #wrap-content-s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e54cc9d-e22d-4e2a-866a-50bbf7a84c64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1f2c31cf-f2bd-4b4d-bf81-4395269e1712 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(237, 35, 36, 1);
}








#s-1f2c31cf-f2bd-4b4d-bf81-4395269e1712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f2c31cf-f2bd-4b4d-bf81-4395269e1712 {
  cursor: pointer;
}#s-1f2c31cf-f2bd-4b4d-bf81-4395269e1712.shg-box.shg-c {
  justify-content: center;
}

#s-9de494ca-cdbb-4a7b-9739-50924c236f2b {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-74f04639-77c2-4076-b68c-631c5265753e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-74f04639-77c2-4076-b68c-631c5265753e:hover {background-color: rgba(15, 117, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-74f04639-77c2-4076-b68c-631c5265753e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-74f04639-77c2-4076-b68c-631c5265753e-root {
    text-align: center;
  }


#s-74f04639-77c2-4076-b68c-631c5265753e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74f04639-77c2-4076-b68c-631c5265753e-root {
    text-align: center;
  }


#s-74f04639-77c2-4076-b68c-631c5265753e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74f04639-77c2-4076-b68c-631c5265753e-root {
    text-align: center;
  }


#s-74f04639-77c2-4076-b68c-631c5265753e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74f04639-77c2-4076-b68c-631c5265753e-root {
    text-align: center;
  }


#s-74f04639-77c2-4076-b68c-631c5265753e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74f04639-77c2-4076-b68c-631c5265753e-root {
    text-align: center;
  }


#s-74f04639-77c2-4076-b68c-631c5265753e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-ad6c7fce-9af2-4d3d-9478-971828f3ef46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ad6c7fce-9af2-4d3d-9478-971828f3ef46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad6c7fce-9af2-4d3d-9478-971828f3ef46.shg-box.shg-c {
  justify-content: center;
}

#s-1d7565fe-7d91-4471-ae98-6d9e572817db {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-1d7565fe-7d91-4471-ae98-6d9e572817db .shg-proportional-font-size,
#s-1d7565fe-7d91-4471-ae98-6d9e572817db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2 {
  
}
}@media (max-width: 767px){#s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2 {
  
}
}
@media (min-width: 0px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  
}
}@media (max-width: 767px){#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  
}
}
#s-f005d70a-d671-4921-b9d2-be111ef0f98b .shogun-icon-wrapper {
  text-align: center;
}


#s-f005d70a-d671-4921-b9d2-be111ef0f98b .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(238, 90, 53, 1);
}

#s-21a92dcf-4d4b-4abf-8163-b79d59696ddb {
  margin-left: auto;
margin-right: auto;
}

#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 {
  
}
}@media (max-width: 767px){#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 {
  
}
}
#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 .shogun-icon-wrapper {
  text-align: center;
}


#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(238, 90, 53, 1);
}

#s-2f9cc74d-cca1-4dea-9f0c-3b32c1316b6d {
  margin-left: auto;
margin-right: auto;
}

#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 {
  
}
}@media (max-width: 767px){#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 {
  
}
}
#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 .shogun-icon-wrapper {
  text-align: center;
}


#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(238, 90, 53, 1);
}

#s-261fba4d-ff5d-4164-8b3c-e330fe4d0520 {
  margin-left: auto;
margin-right: auto;
}

.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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin-left: 20%;
margin-bottom: 40px;
margin-right: 20%;
max-width: 1400px;
text-align: center;
}
@media (max-width: 767px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  
  margin-bottom: 40px;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-68cd7ddd-6cba-4c8e-b690-2f4aa8e444cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-68cd7ddd-6cba-4c8e-b690-2f4aa8e444cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68cd7ddd-6cba-4c8e-b690-2f4aa8e444cc.shg-box.shg-c {
  justify-content: center;
}

#s-b563a2a7-2beb-4ae5-a4ea-ffd48aa8d1a4 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-b563a2a7-2beb-4ae5-a4ea-ffd48aa8d1a4 .shg-proportional-font-size,
#s-b563a2a7-2beb-4ae5-a4ea-ffd48aa8d1a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-9e443f27-98e9-400f-b640-688df62163f7 {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}

#s-9e443f27-98e9-400f-b640-688df62163f7 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(235, 38, 46, 1);
  border-radius: 15px;
}

#s-9e443f27-98e9-400f-b640-688df62163f7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9e443f27-98e9-400f-b640-688df62163f7 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  
  font-size: 16px;
  
  
  
  
  
}

#s-9e443f27-98e9-400f-b640-688df62163f7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-9e443f27-98e9-400f-b640-688df62163f7 td.shogun-table-column, #s-9e443f27-98e9-400f-b640-688df62163f7 td.shogun-table-row {
  border: 2px solid rgba(235, 38, 46, 1);
}

#s-a17b6966-b74d-4aa6-bab5-55339ca67809 {
  margin-left: auto;
margin-right: auto;
}

#s-09f4e7e4-69b8-4669-ac5b-a86a5272a284 {
  margin-left: auto;
margin-right: auto;
}

#s-27f19fd6-06ce-4b0f-8538-a31226af01ee {
  margin-left: auto;
margin-right: auto;
}

#s-64110388-4a94-4473-9362-6da749ec790c {
  margin-left: auto;
margin-right: auto;
}

#s-068d7945-2777-4dc7-980b-efd36f02deda {
  margin-left: auto;
margin-right: auto;
}

#s-aedc72a8-130b-403a-8f83-5a26a2359899 {
  margin-left: auto;
margin-right: auto;
}

#s-54ccd79f-1da5-49fd-8339-a8deba9c70e9 {
  margin-left: auto;
margin-right: auto;
}

#s-d9f8b911-d121-4a4b-87ac-8c12cc819f10 {
  margin-left: auto;
margin-right: auto;
}

#s-70a394df-59d3-48e2-ac44-a83022b882c1 {
  margin-left: auto;
margin-right: auto;
}

#s-cd7403ab-f44d-4544-b9b6-dc1c42a00cc8 {
  margin-left: auto;
margin-right: auto;
}

#s-82b2f181-93db-4b22-be2f-9b5fc5885438 {
  margin-left: auto;
margin-right: auto;
}

#s-3f1c41a0-a914-4315-ab0b-7f0870f875dc {
  margin-left: auto;
margin-right: auto;
}

#s-9640b90a-58e7-4c3f-a90e-38d4025055a3 {
  margin-left: auto;
margin-right: auto;
}

#s-2c18de82-10b3-442c-b30f-665d0ffd68e8 {
  margin-left: auto;
margin-right: auto;
}

#s-a168a52a-5ae7-4868-996b-8197bf2e6366 {
  margin-left: 0%;
margin-right: 0%;
}

#s-39612e40-1f02-4756-a20f-8a1d82eef943 {
  margin-left: auto;
margin-right: auto;
}

#s-f3dc3f35-9405-4889-87cc-8c68e434d5db {
  margin-left: 0%;
margin-right: 0%;
}

#s-dc7e2379-0143-43d0-8ce4-1f94786ef546 {
  margin-left: auto;
margin-right: auto;
}

#s-56190145-5838-4255-ab0c-d48caccabbe1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-56190145-5838-4255-ab0c-d48caccabbe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56190145-5838-4255-ab0c-d48caccabbe1.shg-box.shg-c {
  justify-content: center;
}

#s-caa1035b-7d8a-4db7-a37a-e3f468b0923a {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-caa1035b-7d8a-4db7-a37a-e3f468b0923a .shg-proportional-font-size,
#s-caa1035b-7d8a-4db7-a37a-e3f468b0923a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
max-width: 1168px;
aspect-ratio: 1168/1097;
text-align: center;
}

#s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 {
  overflow: hidden;
  
  
      max-width: 1168px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 img.shogun-image,
  #s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 {
    width: 100%;
    height: auto;
  }



  #s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 img.shogun-image {
    

    
    
    
  }


#s-47343aa6-91c4-4bdb-bff5-56f2cd3909f5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dddf51d4-d9f1-4fc7-a634-d0c391e5ebf9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dddf51d4-d9f1-4fc7-a634-d0c391e5ebf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dddf51d4-d9f1-4fc7-a634-d0c391e5ebf9.shg-box.shg-c {
  justify-content: center;
}

#s-af072aeb-485b-4af1-b81a-843cb550e8be {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-af072aeb-485b-4af1-b81a-843cb550e8be .shg-proportional-font-size,
#s-af072aeb-485b-4af1-b81a-843cb550e8be .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

@media (min-width: 0px) {
[id="s-aa19692c-8ce0-41f3-9379-bc14f4961779"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa19692c-8ce0-41f3-9379-bc14f4961779"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa19692c-8ce0-41f3-9379-bc14f4961779"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa19692c-8ce0-41f3-9379-bc14f4961779"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-dfeac7c3-bec6-4a04-b03e-cee03163ca6c {
  padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(235, 38, 46, 1);
}








#s-dfeac7c3-bec6-4a04-b03e-cee03163ca6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfeac7c3-bec6-4a04-b03e-cee03163ca6c.shg-box.shg-c {
  justify-content: center;
}

#s-9dfa350c-bd67-4596-9091-08b7ec12f528 {
  margin-bottom: 10px;
text-align: center;
}

#s-9dfa350c-bd67-4596-9091-08b7ec12f528 {
  overflow: hidden;
  
  
}







  #s-9dfa350c-bd67-4596-9091-08b7ec12f528 img.shogun-image {
    

    
    
    
  }


#s-9dfa350c-bd67-4596-9091-08b7ec12f528 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d6b89cb5-060e-403e-ae38-2cdeafc1f72d {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-a749678f-48bd-4a31-835f-44978c578087 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(238, 90, 53, 1);
}








#s-a749678f-48bd-4a31-835f-44978c578087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a749678f-48bd-4a31-835f-44978c578087.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5f0b8139-3e0f-483d-a9c0-b9764d107ec1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f0b8139-3e0f-483d-a9c0-b9764d107ec1 {
  overflow: hidden;
  
  
}







  #s-5f0b8139-3e0f-483d-a9c0-b9764d107ec1 img.shogun-image {
    

    
    
    
  }


#s-5f0b8139-3e0f-483d-a9c0-b9764d107ec1 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-43f14436-2bac-41aa-a17c-da0456ce329d {
  margin-left: 2%;
margin-right: 2%;
}

#s-9789e2de-c706-4656-bc8f-326c42f1c760 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(245, 210, 72, 1);
}








#s-9789e2de-c706-4656-bc8f-326c42f1c760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9789e2de-c706-4656-bc8f-326c42f1c760.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5994d8a4-9717-4b03-8745-5d6593e8b778 {
  margin-bottom: 10px;
text-align: center;
}

#s-5994d8a4-9717-4b03-8745-5d6593e8b778 {
  overflow: hidden;
  
  
}







  #s-5994d8a4-9717-4b03-8745-5d6593e8b778 img.shogun-image {
    

    
    
    
  }


#s-5994d8a4-9717-4b03-8745-5d6593e8b778 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00ab7dba-4b8a-4b3c-9149-d483abf93042 {
  margin-top: 0px;
padding-top: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-00ab7dba-4b8a-4b3c-9149-d483abf93042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00ab7dba-4b8a-4b3c-9149-d483abf93042.shg-box.shg-c {
  justify-content: center;
}

#s-8688d158-b554-46c4-add3-18fcd04a1f65 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-8688d158-b554-46c4-add3-18fcd04a1f65 .shg-proportional-font-size,
#s-8688d158-b554-46c4-add3-18fcd04a1f65 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cd519e26-c4a0-44a0-88be-614059e5bd66 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-cd519e26-c4a0-44a0-88be-614059e5bd66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd519e26-c4a0-44a0-88be-614059e5bd66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd519e26-c4a0-44a0-88be-614059e5bd66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd519e26-c4a0-44a0-88be-614059e5bd66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0521356a-634f-4250-9c80-819652ad7a07 {
  margin-bottom: 20px;
}

#s-5db4f880-62dc-41b0-ac79-e4407bee77cb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 48px;
background-color: rgba(235, 38, 46, 1);
}








#s-5db4f880-62dc-41b0-ac79-e4407bee77cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5db4f880-62dc-41b0-ac79-e4407bee77cb.shg-box.shg-c {
  justify-content: center;
}

#s-df53b499-fe48-48b8-b70a-818825775cb2 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown span, #s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb {
  
}
}@media (max-width: 767px){#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb {
  
}
}







#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb.shg-box.shg-c {
  justify-content: center;
}

#s-3dfcb5a4-dfd8-4f1d-9763-5d57f5233a07 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-3dfcb5a4-dfd8-4f1d-9763-5d57f5233a07 .shg-proportional-font-size,
#s-3dfcb5a4-dfd8-4f1d-9763-5d57f5233a07 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  display: none;
}
#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-content-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 { display: none !important; }}@media (max-width: 767px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  display: none;
}
#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-content-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-646760d1-969c-4bba-9efa-192aef1ee500 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-646760d1-969c-4bba-9efa-192aef1ee500 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-646760d1-969c-4bba-9efa-192aef1ee500 img.shogun-image,
  #s-646760d1-969c-4bba-9efa-192aef1ee500 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-646760d1-969c-4bba-9efa-192aef1ee500 {
    width: 100%;
    height: auto;
  }



  #s-646760d1-969c-4bba-9efa-192aef1ee500 img.shogun-image {
    

    
    
    
  }


#s-646760d1-969c-4bba-9efa-192aef1ee500 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 img.shogun-image,
  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 {
    width: 100%;
    height: auto;
  }



  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 img.shogun-image {
    

    
    
    
  }


#s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f6cc895d-62e9-477b-b95c-8bab70a6fbec {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-f6cc895d-62e9-477b-b95c-8bab70a6fbec {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec img.shogun-image,
  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec {
    width: 100%;
    height: auto;
  }



  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec img.shogun-image {
    

    
    
    
  }


#s-f6cc895d-62e9-477b-b95c-8bab70a6fbec .shogun-image-content {
  
    justify-content: center;
  
}

#s-40ed762a-3b17-40f7-b0e6-733b737ce404 {
  max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-40ed762a-3b17-40f7-b0e6-733b737ce404 {
  overflow: hidden;
  
  
      max-width: 406px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 img.shogun-image,
  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 {
    width: 100%;
    height: auto;
  }



  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 img.shogun-image {
    

    
    
    
  }


#s-40ed762a-3b17-40f7-b0e6-733b737ce404 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  display: none;
}
#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-content-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  display: none;
}
#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-content-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  
}
}@media (max-width: 767px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-52279029-ab7a-4931-b685-0a766ea445a5 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-52279029-ab7a-4931-b685-0a766ea445a5 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-52279029-ab7a-4931-b685-0a766ea445a5 img.shogun-image,
  #s-52279029-ab7a-4931-b685-0a766ea445a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52279029-ab7a-4931-b685-0a766ea445a5 {
    width: 100%;
    height: auto;
  }



  #s-52279029-ab7a-4931-b685-0a766ea445a5 img.shogun-image {
    

    
    
    
  }


#s-52279029-ab7a-4931-b685-0a766ea445a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-7675b0e2-f954-4120-929e-4cb98b8490cd {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-7675b0e2-f954-4120-929e-4cb98b8490cd {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7675b0e2-f954-4120-929e-4cb98b8490cd img.shogun-image,
  #s-7675b0e2-f954-4120-929e-4cb98b8490cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7675b0e2-f954-4120-929e-4cb98b8490cd {
    width: 100%;
    height: auto;
  }



  #s-7675b0e2-f954-4120-929e-4cb98b8490cd img.shogun-image {
    

    
    
    
  }


#s-7675b0e2-f954-4120-929e-4cb98b8490cd .shogun-image-content {
  
    justify-content: center;
  
}

#s-6c34facf-176b-476c-9bcf-21b60a9cbd83 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-6c34facf-176b-476c-9bcf-21b60a9cbd83 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 img.shogun-image,
  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 {
    width: 100%;
    height: auto;
  }



  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 img.shogun-image {
    

    
    
    
  }


#s-6c34facf-176b-476c-9bcf-21b60a9cbd83 .shogun-image-content {
  
    justify-content: center;
  
}

#s-843c39c8-e6e0-4e76-8a0a-948f1237c30f {
  max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-843c39c8-e6e0-4e76-8a0a-948f1237c30f {
  overflow: hidden;
  
  
      max-width: 406px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f img.shogun-image,
  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f {
    width: 100%;
    height: auto;
  }



  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f img.shogun-image {
    

    
    
    
  }


#s-843c39c8-e6e0-4e76-8a0a-948f1237c30f .shogun-image-content {
  
    justify-content: center;
  
}

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