.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-a49763bb-59f2-453a-83dc-b201ddcf07a2 {
  margin-top: 15px;
margin-bottom: 15px;
}

.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-4850b65e-ea39-4248-baed-5011d61b9884 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-4850b65e-ea39-4248-baed-5011d61b9884 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4850b65e-ea39-4248-baed-5011d61b9884.shg-box.shg-c {
  justify-content: center;
}

#s-6f58e484-a08b-4a77-8a73-7243bdbf6c52 {
  margin-left: 0%;
margin-right: 0%;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-7b3bf29a-82a2-4d26-a888-01acc031b945 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b3bf29a-82a2-4d26-a888-01acc031b945 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

#s-0d7af374-1f99-4d1f-9b66-332333db4e24 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 {
  max-width:  100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 {
  max-width:  100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 {
  max-width:  100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 {
  max-width:  100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 {
  max-width:  100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 .shg-image-zoom,
.shg-c#s-0d7af374-1f99-4d1f-9b66-332333db4e24 img.shogun-image {
  aspect-ratio: 452/690;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7b208e56-6259-4d51-a816-32528d76fdf5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-9b986748-e830-4a4e-88a6-1d86be5e12eb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-9b986748-e830-4a4e-88a6-1d86be5e12eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b986748-e830-4a4e-88a6-1d86be5e12eb.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-dc356efc-99dd-45c7-bf57-6c963a67b174 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc356efc-99dd-45c7-bf57-6c963a67b174 {
  
}
}@media (max-width: 767px){#s-dc356efc-99dd-45c7-bf57-6c963a67b174 {
  
}
}
@media (min-width: 0px) {
[id="s-dc356efc-99dd-45c7-bf57-6c963a67b174"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc356efc-99dd-45c7-bf57-6c963a67b174"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc356efc-99dd-45c7-bf57-6c963a67b174"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc356efc-99dd-45c7-bf57-6c963a67b174"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-dfbd72e8-67f8-4c77-9a83-aa53aac32648 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-52886183-624b-444b-9872-e6a419b46aaa {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-4c2baaee-25cc-4a77-b6d9-5b02a63753e9 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-71a41208-4828-473d-83d8-9f19b31d23df {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-24367c92-56c4-402a-96fe-fbdfee74a610 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-d05985aa-c654-4876-8e57-707604232f73 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-540a7186-5943-4a47-8067-dd9a2ea9b6be {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-540a7186-5943-4a47-8067-dd9a2ea9b6be {
  
}
}@media (max-width: 767px){#s-540a7186-5943-4a47-8067-dd9a2ea9b6be {
  
}
}
@media (min-width: 0px) {
[id="s-540a7186-5943-4a47-8067-dd9a2ea9b6be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-540a7186-5943-4a47-8067-dd9a2ea9b6be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-540a7186-5943-4a47-8067-dd9a2ea9b6be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-540a7186-5943-4a47-8067-dd9a2ea9b6be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b4e54c1f-fc9d-4542-80fd-b544690ff183 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-dc865dad-3d93-497f-8e3e-f01886ce307d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-23ae36fe-fa6d-4638-b045-54a6ae1baceb {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-523834fd-3053-4a85-86f3-84b2471c3025 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-0fee91f3-18a5-4ea6-b964-19341ca2efd2 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-651bf87d-de5f-4be4-a4cf-3852b99b4d21 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-c634593e-769e-4126-ab0b-fbbd7509f975 {
  display: none;
}
#s-c634593e-769e-4126-ab0b-fbbd7509f975, #wrap-s-c634593e-769e-4126-ab0b-fbbd7509f975 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c634593e-769e-4126-ab0b-fbbd7509f975 {
  display: none;
}
#s-c634593e-769e-4126-ab0b-fbbd7509f975, #wrap-s-c634593e-769e-4126-ab0b-fbbd7509f975 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c634593e-769e-4126-ab0b-fbbd7509f975 {
  display: none;
}
#s-c634593e-769e-4126-ab0b-fbbd7509f975, #wrap-s-c634593e-769e-4126-ab0b-fbbd7509f975 { display: none !important; }}@media (max-width: 767px){#s-c634593e-769e-4126-ab0b-fbbd7509f975 {
  display: none;
}
#s-c634593e-769e-4126-ab0b-fbbd7509f975, #wrap-s-c634593e-769e-4126-ab0b-fbbd7509f975 { display: none !important; }}
.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-5715c142-30c2-4fb6-8f85-bf80143fc7dd {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2M2N2UyYWItNjBlYS00ZTRkLWE3MGEtMDQ2NjI5NzM1YWE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzY3ZTJhYi02MGVhLTRlNGQtYTcwYS0wNDY2Mjk3MzVhYTkpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-5715c142-30c2-4fb6-8f85-bf80143fc7dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5715c142-30c2-4fb6-8f85-bf80143fc7dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5715c142-30c2-4fb6-8f85-bf80143fc7dd-root {
    text-align: center;
  }


#s-5715c142-30c2-4fb6-8f85-bf80143fc7dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5715c142-30c2-4fb6-8f85-bf80143fc7dd-root {
    text-align: center;
  }


#s-5715c142-30c2-4fb6-8f85-bf80143fc7dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5715c142-30c2-4fb6-8f85-bf80143fc7dd-root {
    text-align: center;
  }


#s-5715c142-30c2-4fb6-8f85-bf80143fc7dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5715c142-30c2-4fb6-8f85-bf80143fc7dd-root {
    text-align: center;
  }


#s-5715c142-30c2-4fb6-8f85-bf80143fc7dd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5715c142-30c2-4fb6-8f85-bf80143fc7dd-root {
    text-align: center;
  }


#s-5715c142-30c2-4fb6-8f85-bf80143fc7dd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-f0c970c8-b2dd-435c-8a64-027b06e53cb1 {
  margin-left: auto;
margin-right: auto;
}

#s-f0c970c8-b2dd-435c-8a64-027b06e53cb1 hr {
  border-top: 2px solid #ddd;
}

#s-c940d301-69d6-48d1-9c8b-3ace85b5bad0 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-c940d301-69d6-48d1-9c8b-3ace85b5bad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c940d301-69d6-48d1-9c8b-3ace85b5bad0.shg-box.shg-c {
  justify-content: center;
}

#s-5818cb59-cdb8-4db3-a082-5519d964c94e {
  margin-left: 0%;
margin-right: 0%;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-9eef2fa5-7f15-4823-8894-22d75f9acbdc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9eef2fa5-7f15-4823-8894-22d75f9acbdc .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

.shg-image-content-wrapper {
  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;
  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;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1100/550;
text-align: center;
}



.shg-image-margin-container-s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
      position: relative;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  
  
  
  
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
      position: relative;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  
  
  
  
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
      position: relative;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  
  
  
  
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
      position: relative;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  
  
  
  
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }

    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-link {
      aspect-ratio: 1100/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-07255a79-0b00-4643-848d-0ec457dcb6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 {
      --shg-aspect-ratio: calc(1100/550); 
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container {
      position: relative;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07255a79-0b00-4643-848d-0ec457dcb6d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}
#s-0050a29b-b9e7-4101-9408-3aca4fa69116 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-47dc3ad7-39a8-49ea-8ad8-b6cbb0d20859 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-47dc3ad7-39a8-49ea-8ad8-b6cbb0d20859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47dc3ad7-39a8-49ea-8ad8-b6cbb0d20859.shg-box.shg-c {
  justify-content: center;
}

#s-382c404f-2293-4352-a0ac-babd656e627a {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-382c404f-2293-4352-a0ac-babd656e627a {
  
}
}@media (max-width: 767px){#s-382c404f-2293-4352-a0ac-babd656e627a {
  
}
}
@media (min-width: 0px) {
[id="s-382c404f-2293-4352-a0ac-babd656e627a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-382c404f-2293-4352-a0ac-babd656e627a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-382c404f-2293-4352-a0ac-babd656e627a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-382c404f-2293-4352-a0ac-babd656e627a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-264380d9-64c7-471e-8e0b-f6e863f27964 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-b3693c2a-050a-4b65-9f86-7f4d631913e7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-849c3eb6-a410-46f3-b2af-86ed6cefd410 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-6d23a442-c546-4dd3-a16d-c264ad403b72 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-ba97befd-5da3-4cce-95fa-ceb25c341cf0 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-427cc1bd-9a77-4007-94db-c667ab07342d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c5621cc0-2a14-472a-a8af-f3c6863c70f6 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5621cc0-2a14-472a-a8af-f3c6863c70f6 {
  
}
}@media (max-width: 767px){#s-c5621cc0-2a14-472a-a8af-f3c6863c70f6 {
  
}
}
@media (min-width: 0px) {
[id="s-c5621cc0-2a14-472a-a8af-f3c6863c70f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5621cc0-2a14-472a-a8af-f3c6863c70f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5621cc0-2a14-472a-a8af-f3c6863c70f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5621cc0-2a14-472a-a8af-f3c6863c70f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-099d0b9d-79b5-41dd-acf1-8f4e7d6deb17 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-f8efdbfb-9fea-4022-836a-ec486b9aa3c5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-451804da-a0cc-4802-93e9-e0f74d52f931 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-6e82d91b-fdce-496d-91a1-c403337dd75a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c392fdcd-f9ac-4105-ab74-39cfa689f457 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-e4b3b1aa-eb6e-44de-af7d-fb5772f396ad {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-732cdac3-6bc5-421b-8de8-6cad3a893395 {
  display: none;
}
#s-732cdac3-6bc5-421b-8de8-6cad3a893395, #wrap-s-732cdac3-6bc5-421b-8de8-6cad3a893395 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-732cdac3-6bc5-421b-8de8-6cad3a893395 {
  display: none;
}
#s-732cdac3-6bc5-421b-8de8-6cad3a893395, #wrap-s-732cdac3-6bc5-421b-8de8-6cad3a893395 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-732cdac3-6bc5-421b-8de8-6cad3a893395 {
  display: none;
}
#s-732cdac3-6bc5-421b-8de8-6cad3a893395, #wrap-s-732cdac3-6bc5-421b-8de8-6cad3a893395 { display: none !important; }}@media (max-width: 767px){#s-732cdac3-6bc5-421b-8de8-6cad3a893395 {
  display: none;
}
#s-732cdac3-6bc5-421b-8de8-6cad3a893395, #wrap-s-732cdac3-6bc5-421b-8de8-6cad3a893395 { display: none !important; }}
#s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjhjYmVmOWQtYjU3NS00ODliLThmYTctYzlkMmY1ZDhjOGM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOGNiZWY5ZC1iNTc1LTQ4OWItOGZhNy1jOWQyZjVkOGM4YzUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a-root {
    text-align: center;
  }


#s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a-root {
    text-align: center;
  }


#s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a-root {
    text-align: center;
  }


#s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a-root {
    text-align: center;
  }


#s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a-root {
    text-align: center;
  }


#s-c7ad79c6-628d-476e-ae4b-6dd498f63c6a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d51e7d0e-837f-44c9-845a-8fa66fd882df {
  margin-left: auto;
margin-right: auto;
}

#s-d51e7d0e-837f-44c9-845a-8fa66fd882df hr {
  border-top: 2px solid #ddd;
}

#s-1544adac-e98b-49ce-a4e8-9c5a699345b3 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-1544adac-e98b-49ce-a4e8-9c5a699345b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1544adac-e98b-49ce-a4e8-9c5a699345b3.shg-box.shg-c {
  justify-content: center;
}

#s-ad141bf9-1c43-4ffc-a7ed-2efff7ad61d3 {
  margin-left: 0%;
margin-right: 0%;
}

#s-20ff3255-c58d-4b7f-aa3e-6ee059d2150b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20ff3255-c58d-4b7f-aa3e-6ee059d2150b .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-19541102-5d25-46f0-89e8-2d0861c751bf {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-19541102-5d25-46f0-89e8-2d0861c751bf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-content {
  
    align-items: center;
  
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19541102-5d25-46f0-89e8-2d0861c751bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
      position: relative;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-19541102-5d25-46f0-89e8-2d0861c751bf {
  
  
  
  
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-content {
  
    align-items: center;
  
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19541102-5d25-46f0-89e8-2d0861c751bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
      position: relative;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-19541102-5d25-46f0-89e8-2d0861c751bf {
  
  
  
  
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-content {
  
    align-items: center;
  
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19541102-5d25-46f0-89e8-2d0861c751bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
      position: relative;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-19541102-5d25-46f0-89e8-2d0861c751bf {
  
  
  
  
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-content {
  
    align-items: center;
  
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19541102-5d25-46f0-89e8-2d0861c751bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
      position: relative;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-19541102-5d25-46f0-89e8-2d0861c751bf {
  
  
  
  
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19541102-5d25-46f0-89e8-2d0861c751bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-19541102-5d25-46f0-89e8-2d0861c751bf .shogun-image-content {
  
    align-items: center;
  
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19541102-5d25-46f0-89e8-2d0861c751bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container {
      position: relative;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19541102-5d25-46f0-89e8-2d0861c751bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}
#s-ee458fc8-ea09-4f04-8f82-51a78f821eae {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-1a5280f2-e004-469b-bffd-9b541ce1de78 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-1a5280f2-e004-469b-bffd-9b541ce1de78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a5280f2-e004-469b-bffd-9b541ce1de78.shg-box.shg-c {
  justify-content: center;
}

#s-d7f72895-f3f5-4d32-bb66-067ae0c7927d {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7f72895-f3f5-4d32-bb66-067ae0c7927d {
  
}
}@media (max-width: 767px){#s-d7f72895-f3f5-4d32-bb66-067ae0c7927d {
  
}
}
@media (min-width: 0px) {
[id="s-d7f72895-f3f5-4d32-bb66-067ae0c7927d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7f72895-f3f5-4d32-bb66-067ae0c7927d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7f72895-f3f5-4d32-bb66-067ae0c7927d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7f72895-f3f5-4d32-bb66-067ae0c7927d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4930b7b1-a7f8-4e95-ad14-232a2d60e32e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-23d2ed33-f5ce-4af2-8bf2-129abb0d19d0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-4c37ace3-82a9-452e-b518-cb24548da5f9 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-84f64bd5-591a-4a7e-9aea-cc10c527cab1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-fe739b2e-b399-444d-8ce2-ecf3d6408789 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-bf58b3fb-aa36-4213-a729-bcd0478de6c5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-0c8d2995-41fe-4dff-9919-6e0f211752a3 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c8d2995-41fe-4dff-9919-6e0f211752a3 {
  
}
}@media (max-width: 767px){#s-0c8d2995-41fe-4dff-9919-6e0f211752a3 {
  
}
}
@media (min-width: 0px) {
[id="s-0c8d2995-41fe-4dff-9919-6e0f211752a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c8d2995-41fe-4dff-9919-6e0f211752a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c8d2995-41fe-4dff-9919-6e0f211752a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c8d2995-41fe-4dff-9919-6e0f211752a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d637ca39-5fa8-4716-bb94-a928bd37f457 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-b6659b72-9f25-4d74-93fe-b93560e07c3c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-74f2082e-813f-4193-a57b-c5651fac1976 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-1f5b34cb-4a39-4527-ba25-dd124160604e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-a458e961-b3dd-48c8-9a93-9044b0607f95 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-5eac17ce-ee52-4eb8-86bb-3370b5065b66 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-b58b9463-3881-46cf-8da6-4f20d18fcf0e {
  display: none;
}
#s-b58b9463-3881-46cf-8da6-4f20d18fcf0e, #wrap-s-b58b9463-3881-46cf-8da6-4f20d18fcf0e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b58b9463-3881-46cf-8da6-4f20d18fcf0e {
  display: none;
}
#s-b58b9463-3881-46cf-8da6-4f20d18fcf0e, #wrap-s-b58b9463-3881-46cf-8da6-4f20d18fcf0e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b58b9463-3881-46cf-8da6-4f20d18fcf0e {
  display: none;
}
#s-b58b9463-3881-46cf-8da6-4f20d18fcf0e, #wrap-s-b58b9463-3881-46cf-8da6-4f20d18fcf0e { display: none !important; }}@media (max-width: 767px){#s-b58b9463-3881-46cf-8da6-4f20d18fcf0e {
  display: none;
}
#s-b58b9463-3881-46cf-8da6-4f20d18fcf0e, #wrap-s-b58b9463-3881-46cf-8da6-4f20d18fcf0e { display: none !important; }}
#s-16a591c2-7f19-49ab-b56d-3c93b1feff9b {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzhiZDIwOWQtMDRiMy00NGQyLWI4NTctMjFlYjQxM2FmYTkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OGJkMjA5ZC0wNGIzLTQ0ZDItYjg1Ny0yMWViNDEzYWZhOTApIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-16a591c2-7f19-49ab-b56d-3c93b1feff9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16a591c2-7f19-49ab-b56d-3c93b1feff9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16a591c2-7f19-49ab-b56d-3c93b1feff9b-root {
    text-align: center;
  }


#s-16a591c2-7f19-49ab-b56d-3c93b1feff9b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16a591c2-7f19-49ab-b56d-3c93b1feff9b-root {
    text-align: center;
  }


#s-16a591c2-7f19-49ab-b56d-3c93b1feff9b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16a591c2-7f19-49ab-b56d-3c93b1feff9b-root {
    text-align: center;
  }


#s-16a591c2-7f19-49ab-b56d-3c93b1feff9b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16a591c2-7f19-49ab-b56d-3c93b1feff9b-root {
    text-align: center;
  }


#s-16a591c2-7f19-49ab-b56d-3c93b1feff9b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16a591c2-7f19-49ab-b56d-3c93b1feff9b-root {
    text-align: center;
  }


#s-16a591c2-7f19-49ab-b56d-3c93b1feff9b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-504a2eb2-a189-4877-ae72-dad2e5bb9bfe {
  margin-left: auto;
margin-right: auto;
}

#s-504a2eb2-a189-4877-ae72-dad2e5bb9bfe hr {
  border-top: 2px solid #ddd;
}

#s-8c314823-0536-4907-bbff-9920fa10329a {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-8c314823-0536-4907-bbff-9920fa10329a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c314823-0536-4907-bbff-9920fa10329a.shg-box.shg-c {
  justify-content: center;
}

#s-aea33cc5-e53e-44ad-8dce-d78d74b05a6f {
  margin-left: 0%;
margin-right: 0%;
}

#s-6f324194-46e4-432f-8946-4fa9a9c55d01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f324194-46e4-432f-8946-4fa9a9c55d01 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-82126675-bd64-4323-8539-a4ef7a935219 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1100/750;
text-align: center;
}



.shg-image-margin-container-s-82126675-bd64-4323-8539-a4ef7a935219 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-82126675-bd64-4323-8539-a4ef7a935219 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-content {
  
    align-items: center;
  
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82126675-bd64-4323-8539-a4ef7a935219 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
      position: relative;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-82126675-bd64-4323-8539-a4ef7a935219 {
  
  
  
  
}

#s-82126675-bd64-4323-8539-a4ef7a935219 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-content {
  
    align-items: center;
  
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82126675-bd64-4323-8539-a4ef7a935219 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
      position: relative;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-82126675-bd64-4323-8539-a4ef7a935219 {
  
  
  
  
}

#s-82126675-bd64-4323-8539-a4ef7a935219 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-content {
  
    align-items: center;
  
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82126675-bd64-4323-8539-a4ef7a935219 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
      position: relative;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-82126675-bd64-4323-8539-a4ef7a935219 {
  
  
  
  
}

#s-82126675-bd64-4323-8539-a4ef7a935219 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-content {
  
    align-items: center;
  
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82126675-bd64-4323-8539-a4ef7a935219 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
      position: relative;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-82126675-bd64-4323-8539-a4ef7a935219 {
  
  
  
  
}

#s-82126675-bd64-4323-8539-a4ef7a935219 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }

    #s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-link {
      aspect-ratio: 1100/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82126675-bd64-4323-8539-a4ef7a935219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-82126675-bd64-4323-8539-a4ef7a935219 .shogun-image-content {
  
    align-items: center;
  
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82126675-bd64-4323-8539-a4ef7a935219 {
      --shg-aspect-ratio: calc(1100/750); 
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container {
      position: relative;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82126675-bd64-4323-8539-a4ef7a935219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}
#s-9830ec77-e6be-40b9-b197-5786f3bab821 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-11af4cc4-0a6f-4afd-99b1-cb4b5dfcc2d0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-11af4cc4-0a6f-4afd-99b1-cb4b5dfcc2d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11af4cc4-0a6f-4afd-99b1-cb4b5dfcc2d0.shg-box.shg-c {
  justify-content: center;
}

#s-1b319dfc-0003-4a4b-af66-b419e5c1d817 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b319dfc-0003-4a4b-af66-b419e5c1d817 {
  
}
}@media (max-width: 767px){#s-1b319dfc-0003-4a4b-af66-b419e5c1d817 {
  
}
}
@media (min-width: 0px) {
[id="s-1b319dfc-0003-4a4b-af66-b419e5c1d817"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b319dfc-0003-4a4b-af66-b419e5c1d817"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b319dfc-0003-4a4b-af66-b419e5c1d817"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b319dfc-0003-4a4b-af66-b419e5c1d817"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-42c5e641-af79-4536-8ec4-55fd23e6c38d {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-0705ca97-f216-4ecc-b898-4de052eb93c7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-30a71b5b-8cd2-447b-888e-025ea46d47c3 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-022e31a8-d08d-4446-8f35-0a2ee4545a58 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-e994b713-3033-4b69-8d1a-5f61acb1fe68 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-79432976-6be2-4f97-ae13-22f85781b596 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-01cc863f-0d24-4404-b6d5-158c0363c7ed {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01cc863f-0d24-4404-b6d5-158c0363c7ed {
  
}
}@media (max-width: 767px){#s-01cc863f-0d24-4404-b6d5-158c0363c7ed {
  
}
}
@media (min-width: 0px) {
[id="s-01cc863f-0d24-4404-b6d5-158c0363c7ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01cc863f-0d24-4404-b6d5-158c0363c7ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-01cc863f-0d24-4404-b6d5-158c0363c7ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-01cc863f-0d24-4404-b6d5-158c0363c7ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-10fadbab-d7e8-42d5-b6d7-1befafc351f9 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-0028a754-1c5a-495a-a657-bebee58881de {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-85f951b7-8e61-4cbb-ab4c-ad0d4269d28f {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-aed133c8-58e1-43a4-9382-503d5b70a74f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-e227637e-39e8-44a0-bbc7-d90d64d4b982 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-d8355d06-1027-4e9f-b323-4857a2dd8c2b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

@media (min-width: 1200px){#s-012f692a-8292-41c1-a93d-be3a3590a209 {
  display: none;
}
#s-012f692a-8292-41c1-a93d-be3a3590a209, #wrap-s-012f692a-8292-41c1-a93d-be3a3590a209 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-012f692a-8292-41c1-a93d-be3a3590a209 {
  display: none;
}
#s-012f692a-8292-41c1-a93d-be3a3590a209, #wrap-s-012f692a-8292-41c1-a93d-be3a3590a209 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-012f692a-8292-41c1-a93d-be3a3590a209 {
  display: none;
}
#s-012f692a-8292-41c1-a93d-be3a3590a209, #wrap-s-012f692a-8292-41c1-a93d-be3a3590a209 { display: none !important; }}@media (max-width: 767px){#s-012f692a-8292-41c1-a93d-be3a3590a209 {
  display: none;
}
#s-012f692a-8292-41c1-a93d-be3a3590a209, #wrap-s-012f692a-8292-41c1-a93d-be3a3590a209 { display: none !important; }}
#s-1d11b639-af51-4330-88fe-344791249f3d {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjMxMDkyZTQtZmJlNy00NjRlLTg3ODYtNTUzNWNkZGFjMzRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMzEwOTJlNC1mYmU3LTQ2NGUtODc4Ni01NTM1Y2RkYWMzNGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-1d11b639-af51-4330-88fe-344791249f3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d11b639-af51-4330-88fe-344791249f3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d11b639-af51-4330-88fe-344791249f3d-root {
    text-align: center;
  }


#s-1d11b639-af51-4330-88fe-344791249f3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d11b639-af51-4330-88fe-344791249f3d-root {
    text-align: center;
  }


#s-1d11b639-af51-4330-88fe-344791249f3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d11b639-af51-4330-88fe-344791249f3d-root {
    text-align: center;
  }


#s-1d11b639-af51-4330-88fe-344791249f3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d11b639-af51-4330-88fe-344791249f3d-root {
    text-align: center;
  }


#s-1d11b639-af51-4330-88fe-344791249f3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d11b639-af51-4330-88fe-344791249f3d-root {
    text-align: center;
  }


#s-1d11b639-af51-4330-88fe-344791249f3d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-ac214b13-3d41-479f-ad59-8c7f5b29466d {
  margin-left: auto;
margin-right: auto;
}

#s-ac214b13-3d41-479f-ad59-8c7f5b29466d hr {
  border-top: 2px solid #ddd;
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
