.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-344d615c-46d5-41c1-8539-656d04256ce5 {
  margin-top: -50px;
margin-left: auto;
margin-bottom: -50px;
margin-right: auto;
padding-left: 14px;
padding-right: 14px;
max-width: 1600px;
}








#s-344d615c-46d5-41c1-8539-656d04256ce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-344d615c-46d5-41c1-8539-656d04256ce5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  margin-left: auto;
margin-right: auto;
max-width: 2730px;
text-align: center;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431-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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

      
    max-width: 2730px;

  /* 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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431-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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

      
    max-width: 2730px;

  /* 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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431-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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

      
    max-width: 2730px;

  /* 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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431-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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

      
    max-width: 2730px;

  /* 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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431-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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431 img.shogun-image {
  width: 100%;
  
  
  max-width: 2730px;

      
    max-width: 2730px;

  /* 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-d71f960d-6ae3-4669-bdc8-58a82d1bc431 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71f960d-6ae3-4669-bdc8-58a82d1bc431.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-27eb253e-e2ef-4050-9f89-87c1c11dfcf3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27eb253e-e2ef-4050-9f89-87c1c11dfcf3 .shogun-heading-component h1 {
  color: rgba(228, 31, 203, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-169fb905-ff0f-40c2-8369-4c6ea5eb8bcc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-169fb905-ff0f-40c2-8369-4c6ea5eb8bcc .shogun-heading-component h2 {
  color: rgba(247, 36, 219, 1);
  font-weight:  normal ;
  font-family: "Fira Sans Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.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-3ae41e5e-e517-440d-abd4-62ae1a92fd37 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3ae41e5e-e517-440d-abd4-62ae1a92fd37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ae41e5e-e517-440d-abd4-62ae1a92fd37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ae41e5e-e517-440d-abd4-62ae1a92fd37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ae41e5e-e517-440d-abd4-62ae1a92fd37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6b3bc99a-9751-4c13-b256-a7e024d1d95e .shogun-icon-wrapper {
  text-align: center;
}


#s-6b3bc99a-9751-4c13-b256-a7e024d1d95e .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(228, 31, 203, 1);
}

#s-e18682a9-4ac8-4810-8b7f-b61f854bc375 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e18682a9-4ac8-4810-8b7f-b61f854bc375 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-15783c73-b101-49ce-84e2-8184519c2232 {
  margin-left: 0px;
margin-right: 0px;
}

#s-5939a761-be29-4400-92ae-5b0d7751a6a3 .shogun-icon-wrapper {
  text-align: center;
}


#s-5939a761-be29-4400-92ae-5b0d7751a6a3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(228, 31, 203, 1);
}

#s-2e3df4bc-f8ba-4353-8b22-a2c7c023ffd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e3df4bc-f8ba-4353-8b22-a2c7c023ffd6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-45298fa5-66d1-4362-b2e1-a5c13fcf4259 .shogun-icon-wrapper {
  text-align: center;
}


#s-45298fa5-66d1-4362-b2e1-a5c13fcf4259 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(228, 31, 203, 1);
}

#s-2bd09391-1ba4-4df9-b957-3f848f603450 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bd09391-1ba4-4df9-b957-3f848f603450 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ebee44d2-8409-472f-b4fa-f1fb6560de4f .shogun-icon-wrapper {
  text-align: center;
}


#s-ebee44d2-8409-472f-b4fa-f1fb6560de4f .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(228, 31, 203, 1);
}

#s-da3de597-90ac-420d-b2b5-f217f01da73c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da3de597-90ac-420d-b2b5-f217f01da73c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4c77a9db-50ee-485a-9709-06fbc6e21f75 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4c77a9db-50ee-485a-9709-06fbc6e21f75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4c77a9db-50ee-485a-9709-06fbc6e21f75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4c77a9db-50ee-485a-9709-06fbc6e21f75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4c77a9db-50ee-485a-9709-06fbc6e21f75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-00e603c1-2798-4154-b4b5-2ecc259f15bb .shogun-icon-wrapper {
  text-align: center;
}


#s-00e603c1-2798-4154-b4b5-2ecc259f15bb .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(228, 31, 203, 1);
}

#s-4a9f1db0-9124-4a62-9043-1b6ab9da667d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a9f1db0-9124-4a62-9043-1b6ab9da667d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-94cb0191-6899-45da-becb-145049bbf340 .shogun-icon-wrapper {
  text-align: center;
}


#s-94cb0191-6899-45da-becb-145049bbf340 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(228, 31, 203, 1);
}

#s-fabd15eb-5a5e-40e5-a5dd-847e85d0996e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fabd15eb-5a5e-40e5-a5dd-847e85d0996e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f6f30ea2-147b-4062-8739-6440b3546f4e .shogun-icon-wrapper {
  text-align: center;
}


#s-f6f30ea2-147b-4062-8739-6440b3546f4e .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(228, 31, 203, 1);
}

#s-43fbf133-2565-47e4-a38a-6448bb74c6e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43fbf133-2565-47e4-a38a-6448bb74c6e2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b45ea7b7-575a-49a6-9eaa-ca1b89881ead .shogun-icon-wrapper {
  text-align: center;
}


#s-b45ea7b7-575a-49a6-9eaa-ca1b89881ead .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(228, 31, 203, 1);
}

#s-6958566f-cd91-4b5d-848a-d4473f1b6c05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6958566f-cd91-4b5d-848a-d4473f1b6c05 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-b029da75-881c-4645-8313-58a2dda414c2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZhMDkxNDctMDU1YS00YjRmLTkzMjUtNTUwNjE2Y2ZhZTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNmEwOTE0Ny0wNTVhLTRiNGYtOTMyNS01NTA2MTZjZmFlNzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 13px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-b029da75-881c-4645-8313-58a2dda414c2:hover {background-color: rgba(233, 77, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b029da75-881c-4645-8313-58a2dda414c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b029da75-881c-4645-8313-58a2dda414c2-root {
    text-align: center;
  }


#s-b029da75-881c-4645-8313-58a2dda414c2.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b029da75-881c-4645-8313-58a2dda414c2-root {
    text-align: center;
  }


#s-b029da75-881c-4645-8313-58a2dda414c2.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b029da75-881c-4645-8313-58a2dda414c2-root {
    text-align: center;
  }


#s-b029da75-881c-4645-8313-58a2dda414c2.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b029da75-881c-4645-8313-58a2dda414c2-root {
    text-align: center;
  }


#s-b029da75-881c-4645-8313-58a2dda414c2.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b029da75-881c-4645-8313-58a2dda414c2-root {
    text-align: center;
  }


#s-b029da75-881c-4645-8313-58a2dda414c2.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-ef76a39b-2a40-45c1-9597-5b1e4a980a4d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ef76a39b-2a40-45c1-9597-5b1e4a980a4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef76a39b-2a40-45c1-9597-5b1e4a980a4d.shg-box.shg-c {
  justify-content: center;
}

#s-8b27980c-04a2-435e-b27e-22b16146a29e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8b27980c-04a2-435e-b27e-22b16146a29e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8b27980c-04a2-435e-b27e-22b16146a29e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8b27980c-04a2-435e-b27e-22b16146a29e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b27980c-04a2-435e-b27e-22b16146a29e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23-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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23-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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23-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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23-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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23-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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c04ef1-4be7-44b3-8c4a-bf6a4838ee23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1-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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1-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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1-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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1-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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1-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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-b21a3bb9-6171-4c63-b489-b9bbc237c3d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21a3bb9-6171-4c63-b489-b9bbc237c3d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzhkMjEzZmYtMzcwNS00ZDA3LTg4MDAtZGRhYzdmYTZjMjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOGQyMTNmZi0zNzA1LTRkMDctODgwMC1kZGFjN2ZhNmMyNWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 13px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0:hover {background-color: rgba(233, 77, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2M4NWExM2MtMDkzMi00OTk0LWI1Y2ItOTI5MTFmYmQwYzE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYzg1YTEzYy0wOTMyLTQ5OTQtYjVjYi05MjkxMWZiZDBjMTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}

  #s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0-root {
    text-align: center;
  }


#s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0-root {
    text-align: center;
  }


#s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0-root {
    text-align: center;
  }


#s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0-root {
    text-align: center;
  }


#s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0-root {
    text-align: center;
  }


#s-b028de3f-3f2d-43d8-bdb9-a0367c7f22a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-efc076bd-fece-4f37-a3d5-68e357868c77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(202, 25, 203, 1);
border-style: solid;
border-radius: 9px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-efc076bd-fece-4f37-a3d5-68e357868c77:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efc076bd-fece-4f37-a3d5-68e357868c77:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-efc076bd-fece-4f37-a3d5-68e357868c77-root {
    text-align: center;
  }


#s-efc076bd-fece-4f37-a3d5-68e357868c77.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-efc076bd-fece-4f37-a3d5-68e357868c77-root {
    text-align: center;
  }


#s-efc076bd-fece-4f37-a3d5-68e357868c77.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efc076bd-fece-4f37-a3d5-68e357868c77-root {
    text-align: center;
  }


#s-efc076bd-fece-4f37-a3d5-68e357868c77.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efc076bd-fece-4f37-a3d5-68e357868c77-root {
    text-align: center;
  }


#s-efc076bd-fece-4f37-a3d5-68e357868c77.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-efc076bd-fece-4f37-a3d5-68e357868c77-root {
    text-align: center;
  }


#s-efc076bd-fece-4f37-a3d5-68e357868c77.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45-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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45-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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45-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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45-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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45-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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-0991cb4c-e3b9-457f-bd24-95762fc2bf45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0991cb4c-e3b9-457f-bd24-95762fc2bf45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca-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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca-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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca-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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca-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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca-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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb3b5ca-b4b4-4855-bbb3-94b4c53825ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ab3137f7-7892-4f69-a476-f8673b204eb3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjQ3YWQ1NjMtNDhiOS00ZDcxLTk1MjEtMjhjN2Q2NzkyMzRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NDdhZDU2My00OGI5LTRkNzEtOTUyMS0yOGM3ZDY3OTIzNGUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 13px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-ab3137f7-7892-4f69-a476-f8673b204eb3:hover {background-color: rgba(233, 77, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab3137f7-7892-4f69-a476-f8673b204eb3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ab3137f7-7892-4f69-a476-f8673b204eb3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDM2ZDI3YmYtZmQ0OS00ZWE2LTlkYzQtMDkwYzRjZGQ3OTQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMzZkMjdiZi1mZDQ5LTRlYTYtOWRjNC0wOTBjNGNkZDc5NDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}

  #s-ab3137f7-7892-4f69-a476-f8673b204eb3-root {
    text-align: center;
  }


#s-ab3137f7-7892-4f69-a476-f8673b204eb3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ab3137f7-7892-4f69-a476-f8673b204eb3-root {
    text-align: center;
  }


#s-ab3137f7-7892-4f69-a476-f8673b204eb3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab3137f7-7892-4f69-a476-f8673b204eb3-root {
    text-align: center;
  }


#s-ab3137f7-7892-4f69-a476-f8673b204eb3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab3137f7-7892-4f69-a476-f8673b204eb3-root {
    text-align: center;
  }


#s-ab3137f7-7892-4f69-a476-f8673b204eb3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ab3137f7-7892-4f69-a476-f8673b204eb3-root {
    text-align: center;
  }


#s-ab3137f7-7892-4f69-a476-f8673b204eb3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-666b45c5-0472-442b-9876-2f66be3f9bf7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(202, 25, 203, 1);
border-style: solid;
border-radius: 9px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-666b45c5-0472-442b-9876-2f66be3f9bf7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-666b45c5-0472-442b-9876-2f66be3f9bf7:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-666b45c5-0472-442b-9876-2f66be3f9bf7-root {
    text-align: center;
  }


#s-666b45c5-0472-442b-9876-2f66be3f9bf7.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-666b45c5-0472-442b-9876-2f66be3f9bf7-root {
    text-align: center;
  }


#s-666b45c5-0472-442b-9876-2f66be3f9bf7.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-666b45c5-0472-442b-9876-2f66be3f9bf7-root {
    text-align: center;
  }


#s-666b45c5-0472-442b-9876-2f66be3f9bf7.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-666b45c5-0472-442b-9876-2f66be3f9bf7-root {
    text-align: center;
  }


#s-666b45c5-0472-442b-9876-2f66be3f9bf7.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-666b45c5-0472-442b-9876-2f66be3f9bf7-root {
    text-align: center;
  }


#s-666b45c5-0472-442b-9876-2f66be3f9bf7.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9-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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9-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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9-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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9-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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9-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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2a808c04-a156-42c8-bdeb-b4fb5eb391f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a808c04-a156-42c8-bdeb-b4fb5eb391f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d39fcf0a-0dce-4714-91c9-2579db107da6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2E5NmM5ZWYtMTFjNC00NDU0LTkzMTItMmFlYjZmZWExYTQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYTk2YzllZi0xMWM0LTQ0NTQtOTMxMi0yYWViNmZlYTFhNDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 13px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-d39fcf0a-0dce-4714-91c9-2579db107da6:hover {background-color: rgba(233, 77, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d39fcf0a-0dce-4714-91c9-2579db107da6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d39fcf0a-0dce-4714-91c9-2579db107da6-root {
    text-align: center;
  }


#s-d39fcf0a-0dce-4714-91c9-2579db107da6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d39fcf0a-0dce-4714-91c9-2579db107da6-root {
    text-align: center;
  }


#s-d39fcf0a-0dce-4714-91c9-2579db107da6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d39fcf0a-0dce-4714-91c9-2579db107da6-root {
    text-align: center;
  }


#s-d39fcf0a-0dce-4714-91c9-2579db107da6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d39fcf0a-0dce-4714-91c9-2579db107da6-root {
    text-align: center;
  }


#s-d39fcf0a-0dce-4714-91c9-2579db107da6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d39fcf0a-0dce-4714-91c9-2579db107da6-root {
    text-align: center;
  }


#s-d39fcf0a-0dce-4714-91c9-2579db107da6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-345b107d-6355-43f2-89c8-b2e39fa2c6ea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(202, 25, 203, 1);
border-style: solid;
border-radius: 9px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-345b107d-6355-43f2-89c8-b2e39fa2c6ea:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-345b107d-6355-43f2-89c8-b2e39fa2c6ea:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-345b107d-6355-43f2-89c8-b2e39fa2c6ea-root {
    text-align: center;
  }


#s-345b107d-6355-43f2-89c8-b2e39fa2c6ea.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-345b107d-6355-43f2-89c8-b2e39fa2c6ea-root {
    text-align: center;
  }


#s-345b107d-6355-43f2-89c8-b2e39fa2c6ea.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-345b107d-6355-43f2-89c8-b2e39fa2c6ea-root {
    text-align: center;
  }


#s-345b107d-6355-43f2-89c8-b2e39fa2c6ea.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-345b107d-6355-43f2-89c8-b2e39fa2c6ea-root {
    text-align: center;
  }


#s-345b107d-6355-43f2-89c8-b2e39fa2c6ea.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-345b107d-6355-43f2-89c8-b2e39fa2c6ea-root {
    text-align: center;
  }


#s-345b107d-6355-43f2-89c8-b2e39fa2c6ea.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9-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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9-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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9-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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9-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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9-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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8e3311bd-e39c-4a21-9f60-f585bbfe93d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3311bd-e39c-4a21-9f60-f585bbfe93d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-00107654-3b54-4b63-8d8e-6d84250141c1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjQ0YjhhMzQtNjAzNS00MjIyLWJmMDUtMWQ3OGMwZmYwZjRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNDRiOGEzNC02MDM1LTQyMjItYmYwNS0xZDc4YzBmZjBmNGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 13px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-00107654-3b54-4b63-8d8e-6d84250141c1:hover {background-color: rgba(233, 77, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-00107654-3b54-4b63-8d8e-6d84250141c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00107654-3b54-4b63-8d8e-6d84250141c1-root {
    text-align: center;
  }


#s-00107654-3b54-4b63-8d8e-6d84250141c1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00107654-3b54-4b63-8d8e-6d84250141c1-root {
    text-align: center;
  }


#s-00107654-3b54-4b63-8d8e-6d84250141c1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00107654-3b54-4b63-8d8e-6d84250141c1-root {
    text-align: center;
  }


#s-00107654-3b54-4b63-8d8e-6d84250141c1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00107654-3b54-4b63-8d8e-6d84250141c1-root {
    text-align: center;
  }


#s-00107654-3b54-4b63-8d8e-6d84250141c1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00107654-3b54-4b63-8d8e-6d84250141c1-root {
    text-align: center;
  }


#s-00107654-3b54-4b63-8d8e-6d84250141c1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-df3a9943-d03b-4aeb-9965-11339b3b4f52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(202, 25, 203, 1);
border-style: solid;
border-radius: 9px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-df3a9943-d03b-4aeb-9965-11339b3b4f52:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df3a9943-d03b-4aeb-9965-11339b3b4f52:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-df3a9943-d03b-4aeb-9965-11339b3b4f52-root {
    text-align: center;
  }


#s-df3a9943-d03b-4aeb-9965-11339b3b4f52.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df3a9943-d03b-4aeb-9965-11339b3b4f52-root {
    text-align: center;
  }


#s-df3a9943-d03b-4aeb-9965-11339b3b4f52.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df3a9943-d03b-4aeb-9965-11339b3b4f52-root {
    text-align: center;
  }


#s-df3a9943-d03b-4aeb-9965-11339b3b4f52.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df3a9943-d03b-4aeb-9965-11339b3b4f52-root {
    text-align: center;
  }


#s-df3a9943-d03b-4aeb-9965-11339b3b4f52.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df3a9943-d03b-4aeb-9965-11339b3b4f52-root {
    text-align: center;
  }


#s-df3a9943-d03b-4aeb-9965-11339b3b4f52.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 15px;
  
  
  
  display:  inline-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-45badd36-9e92-4f46-8b45-cd3ff3db1a11 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-45badd36-9e92-4f46-8b45-cd3ff3db1a11 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(251, 250, 250, 1);
}

#s-45badd36-9e92-4f46-8b45-cd3ff3db1a11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(248, 248, 248, 1);
  padding: 10px;
}

#s-45badd36-9e92-4f46-8b45-cd3ff3db1a11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(247, 36, 219, 1);
}

#s-45badd36-9e92-4f46-8b45-cd3ff3db1a11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(251, 250, 250, 1);
}

#s-45badd36-9e92-4f46-8b45-cd3ff3db1a11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(247, 36, 219, 1);
  text-align: left;
  font-family: Tauri;
  
  
  
}

#s-45badd36-9e92-4f46-8b45-cd3ff3db1a11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  
}
#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDhlNDc0MzUtZjRmYS00Mjg0LTk4ZjYtNWZiZTg3MTRmZmMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0OGU0NzQzNS1mNGZhLTQyODQtOThmNi01ZmJlODcxNGZmYzApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 13px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b:hover {background-color: rgba(233, 77, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTMzYTljZjMtYjA5MC00ZTk1LWE0MDgtM2M4Yjk4ZjQxNGU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMzNhOWNmMy1iMDkwLTRlOTUtYTQwOC0zYzhiOThmNDE0ZTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}@media (max-width: 767px){#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b {
  display: none;
}
#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b, #wrap-s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b, #wrap-content-s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b { display: none !important; }}

  #s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b-root {
    text-align: center;
  }


#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b-root {
    text-align: center;
  }


#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b-root {
    text-align: center;
  }


#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b-root {
    text-align: center;
  }


#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b-root {
    text-align: center;
  }


#s-d26d2cf0-4a29-4e33-bb8e-7a25b48a8f1b.shg-btn {
  color: #ffffff;
  font-size: 29px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

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

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

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

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

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

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

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

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

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

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

#s-41b35765-7bcd-43f6-be56-eee22cbbac47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-41b35765-7bcd-43f6-be56-eee22cbbac47 {
  display: none;
}
#s-41b35765-7bcd-43f6-be56-eee22cbbac47, #wrap-s-41b35765-7bcd-43f6-be56-eee22cbbac47, #wrap-content-s-41b35765-7bcd-43f6-be56-eee22cbbac47 { display: none !important; }}
#s-41b35765-7bcd-43f6-be56-eee22cbbac47 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 > .swiper-button-prev,
#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 > .swiper-button-next {
  
}

#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 > .swiper-button-prev svg,
#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-41b35765-7bcd-43f6-be56-eee22cbbac47 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f8d00181-0fb0-429c-9475-bae7bd041476 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab6e3deb-70e3-48f8-825a-d372ca1e19f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  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-78df80da-4472-4d71-91b0-522583794786 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78df80da-4472-4d71-91b0-522583794786 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-21934621-1c4c-4c77-a94f-7b4ede45e9a5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-21934621-1c4c-4c77-a94f-7b4ede45e9a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-21934621-1c4c-4c77-a94f-7b4ede45e9a5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-21934621-1c4c-4c77-a94f-7b4ede45e9a5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-13461c54-f6f3-4b74-babc-0140464cacf7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY4YTk5ZjEtYzQwNi00YWQ2LWJmOTctZDE4YmJlYTUwMWFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjhhOTlmMS1jNDA2LTRhZDYtYmY5Ny1kMThiYmVhNTAxYWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 133, 75, 1);
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-13461c54-f6f3-4b74-babc-0140464cacf7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13461c54-f6f3-4b74-babc-0140464cacf7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-13461c54-f6f3-4b74-babc-0140464cacf7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTNhMWVhNzYtNmNjZi00ODc2LWFiZDgtNzhjZjlkYzYwNDlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhM2ExZWE3Ni02Y2NmLTQ4NzYtYWJkOC03OGNmOWRjNjA0OWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}

  #s-13461c54-f6f3-4b74-babc-0140464cacf7-atc-btn-wrapper {
    text-align: center;
  }


#s-13461c54-f6f3-4b74-babc-0140464cacf7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-13461c54-f6f3-4b74-babc-0140464cacf7-atc-btn-wrapper {
    text-align: center;
  }


#s-13461c54-f6f3-4b74-babc-0140464cacf7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-13461c54-f6f3-4b74-babc-0140464cacf7-atc-btn-wrapper {
    text-align: center;
  }


#s-13461c54-f6f3-4b74-babc-0140464cacf7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-13461c54-f6f3-4b74-babc-0140464cacf7-atc-btn-wrapper {
    text-align: center;
  }


#s-13461c54-f6f3-4b74-babc-0140464cacf7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-13461c54-f6f3-4b74-babc-0140464cacf7-atc-btn-wrapper {
    text-align: center;
  }


#s-13461c54-f6f3-4b74-babc-0140464cacf7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13461c54-f6f3-4b74-babc-0140464cacf7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4503bc09-0129-4933-a943-94a48331e4b1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
}

#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d1c68f-d818-4982-a389-b6cf026d55a1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3765f886-5368-4622-b271-bd30717c2308 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3765f886-5368-4622-b271-bd30717c2308 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2d078fc8-54b6-4c50-afc6-5302f5c37818 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2d078fc8-54b6-4c50-afc6-5302f5c37818 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2d078fc8-54b6-4c50-afc6-5302f5c37818 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2d078fc8-54b6-4c50-afc6-5302f5c37818 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDdjZTgyOWUtMzZlMC00MGIwLTkxYjctNjk3YmNhYzFjNmI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwN2NlODI5ZS0zNmUwLTQwYjAtOTFiNy02OTdiY2FjMWM2YjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 133, 75, 1);
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-048969b8-4ff2-4c28-b3e2-078dd1993d14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-048969b8-4ff2-4c28-b3e2-078dd1993d14:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-048969b8-4ff2-4c28-b3e2-078dd1993d14 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjk0ZWFhMjgtZmJiYi00YTI5LTk5MTMtNjhhNjAxZjhlMTQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOTRlYWEyOC1mYmJiLTRhMjktOTkxMy02OGE2MDFmOGUxNDkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}

  #s-048969b8-4ff2-4c28-b3e2-078dd1993d14-atc-btn-wrapper {
    text-align: center;
  }


#s-048969b8-4ff2-4c28-b3e2-078dd1993d14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-048969b8-4ff2-4c28-b3e2-078dd1993d14-atc-btn-wrapper {
    text-align: center;
  }


#s-048969b8-4ff2-4c28-b3e2-078dd1993d14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-048969b8-4ff2-4c28-b3e2-078dd1993d14-atc-btn-wrapper {
    text-align: center;
  }


#s-048969b8-4ff2-4c28-b3e2-078dd1993d14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-048969b8-4ff2-4c28-b3e2-078dd1993d14-atc-btn-wrapper {
    text-align: center;
  }


#s-048969b8-4ff2-4c28-b3e2-078dd1993d14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-048969b8-4ff2-4c28-b3e2-078dd1993d14-atc-btn-wrapper {
    text-align: center;
  }


#s-048969b8-4ff2-4c28-b3e2-078dd1993d14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-048969b8-4ff2-4c28-b3e2-078dd1993d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ef0ec538-af4f-46a2-b3d3-5f4fff55a7a6 {
  margin-left: auto;
margin-right: auto;
}

#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e81ef5-6963-4243-bf6d-6a6ed4ad3ac3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-172fed4a-91b1-479e-bca6-faea8fcf0e40 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-172fed4a-91b1-479e-bca6-faea8fcf0e40 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8b3f990b-1d78-4c36-95e5-cad773696aad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8b3f990b-1d78-4c36-95e5-cad773696aad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8b3f990b-1d78-4c36-95e5-cad773696aad .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8b3f990b-1d78-4c36-95e5-cad773696aad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzk2ZWEzMjQtN2JiNS00MTIxLTg0MDItOWU4NGUzMjI3YzBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOTZlYTMyNC03YmI1LTQxMjEtODQwMi05ZTg0ZTMyMjdjMGUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 133, 75, 1);
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-898f143d-c227-4af0-a232-6530dd9372ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-898f143d-c227-4af0-a232-6530dd9372ef:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-898f143d-c227-4af0-a232-6530dd9372ef {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjJhOGIwNjEtMmJlYi00NDM3LTg1NzAtMjFlZTcyZjY2ZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMmE4YjA2MS0yYmViLTQ0MzctODU3MC0yMWVlNzJmNjZmOWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}@media (max-width: 767px){#s-898f143d-c227-4af0-a232-6530dd9372ef {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDY3NzI1OTQtZTIxYi00YTU4LWEwYmItZWQyNWZhNmMxNjZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNjc3MjU5NC1lMjFiLTRhNTgtYTBiYi1lZDI1ZmE2YzE2NmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}

  #s-898f143d-c227-4af0-a232-6530dd9372ef-atc-btn-wrapper {
    text-align: center;
  }


#s-898f143d-c227-4af0-a232-6530dd9372ef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-898f143d-c227-4af0-a232-6530dd9372ef-atc-btn-wrapper {
    text-align: center;
  }


#s-898f143d-c227-4af0-a232-6530dd9372ef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-898f143d-c227-4af0-a232-6530dd9372ef-atc-btn-wrapper {
    text-align: center;
  }


#s-898f143d-c227-4af0-a232-6530dd9372ef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-898f143d-c227-4af0-a232-6530dd9372ef-atc-btn-wrapper {
    text-align: center;
  }


#s-898f143d-c227-4af0-a232-6530dd9372ef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-898f143d-c227-4af0-a232-6530dd9372ef-atc-btn-wrapper {
    text-align: center;
  }


#s-898f143d-c227-4af0-a232-6530dd9372ef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-898f143d-c227-4af0-a232-6530dd9372ef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5c6d7037-5c76-4975-8270-e7a7314f6cd6 {
  margin-left: auto;
margin-right: auto;
}

#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba700e7-b4f5-4975-a017-2fe78c0acb72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4726c434-d186-4f9b-8161-2b16244a74d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4726c434-d186-4f9b-8161-2b16244a74d1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-46b943e6-2d89-4394-a9fd-416ad7cf500c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-46b943e6-2d89-4394-a9fd-416ad7cf500c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-46b943e6-2d89-4394-a9fd-416ad7cf500c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-46b943e6-2d89-4394-a9fd-416ad7cf500c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGNmYzg4NDAtYzQ5Yy00OGZhLWEyNzgtZGI5NGUwNWVjNjMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Y2ZjODg0MC1jNDljLTQ4ZmEtYTI3OC1kYjk0ZTA1ZWM2MzIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 133, 75, 1);
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-caaebd2f-e425-4895-982f-89e89df8c6b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-caaebd2f-e425-4895-982f-89e89df8c6b8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-caaebd2f-e425-4895-982f-89e89df8c6b8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmM5NTYyNTktZDE3Zi00NmYyLTgxYzAtYmVlNDhiODhjNjI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYzk1NjI1OS1kMTdmLTQ2ZjItODFjMC1iZWU0OGI4OGM2MjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}

  #s-caaebd2f-e425-4895-982f-89e89df8c6b8-atc-btn-wrapper {
    text-align: center;
  }


#s-caaebd2f-e425-4895-982f-89e89df8c6b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-caaebd2f-e425-4895-982f-89e89df8c6b8-atc-btn-wrapper {
    text-align: center;
  }


#s-caaebd2f-e425-4895-982f-89e89df8c6b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-caaebd2f-e425-4895-982f-89e89df8c6b8-atc-btn-wrapper {
    text-align: center;
  }


#s-caaebd2f-e425-4895-982f-89e89df8c6b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-caaebd2f-e425-4895-982f-89e89df8c6b8-atc-btn-wrapper {
    text-align: center;
  }


#s-caaebd2f-e425-4895-982f-89e89df8c6b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-caaebd2f-e425-4895-982f-89e89df8c6b8-atc-btn-wrapper {
    text-align: center;
  }


#s-caaebd2f-e425-4895-982f-89e89df8c6b8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-caaebd2f-e425-4895-982f-89e89df8c6b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc {
  display: none;
}
#s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc, #wrap-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc, #wrap-content-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc { display: none !important; }}
#s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc > .swiper-button-prev,
#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc > .swiper-button-next {
  
}

#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc > .swiper-button-prev svg,
#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-af0b3a71-2c4c-4722-8f2c-5f2f9686bafc .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f09dae16-b4ac-4097-bfe9-6969530d4c38 {
  margin-left: auto;
margin-right: auto;
}

#s-bc37b343-92b7-4b13-998e-03f26025e00c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc37b343-92b7-4b13-998e-03f26025e00c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-634d209e-04b9-4268-8811-e5e95a7bb683 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-634d209e-04b9-4268-8811-e5e95a7bb683 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-06b02c8d-5513-40d2-9dc9-2a8f8aca980d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-06b02c8d-5513-40d2-9dc9-2a8f8aca980d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-06b02c8d-5513-40d2-9dc9-2a8f8aca980d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-06b02c8d-5513-40d2-9dc9-2a8f8aca980d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDU2Zjg3YmItMGEzNC00MDlmLWJlODctY2NlNGIzZDg5ZDllIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NTZmODdiYi0wYTM0LTQwOWYtYmU4Ny1jY2U0YjNkODlkOWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-422673a2-1f18-488f-b74a-ae31731403cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-422673a2-1f18-488f-b74a-ae31731403cf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-422673a2-1f18-488f-b74a-ae31731403cf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTZmMWE0YzAtYTFmZS00ZmQ4LTg3OTQtNjM3ODEzN2M1MDM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NmYxYTRjMC1hMWZlLTRmZDgtODc5NC02Mzc4MTM3YzUwMzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
background-position: undefined undefined;
}
}

  #s-422673a2-1f18-488f-b74a-ae31731403cf-atc-btn-wrapper {
    text-align: center;
  }


#s-422673a2-1f18-488f-b74a-ae31731403cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-422673a2-1f18-488f-b74a-ae31731403cf-atc-btn-wrapper {
    text-align: center;
  }


#s-422673a2-1f18-488f-b74a-ae31731403cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-422673a2-1f18-488f-b74a-ae31731403cf-atc-btn-wrapper {
    text-align: center;
  }


#s-422673a2-1f18-488f-b74a-ae31731403cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-422673a2-1f18-488f-b74a-ae31731403cf-atc-btn-wrapper {
    text-align: center;
  }


#s-422673a2-1f18-488f-b74a-ae31731403cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-422673a2-1f18-488f-b74a-ae31731403cf-atc-btn-wrapper {
    text-align: center;
  }


#s-422673a2-1f18-488f-b74a-ae31731403cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-422673a2-1f18-488f-b74a-ae31731403cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ae7f5d34-708e-4a58-9367-3dbfe2ff66db {
  margin-left: auto;
margin-right: auto;
}

#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8e0e0e-cfd8-42df-a64d-27cd56ce2e01 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d8d6c2e3-52df-4242-bf39-bf51cd65bd05 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8d6c2e3-52df-4242-bf39-bf51cd65bd05 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-571dd463-2493-4c18-9e06-7b8419674857 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-571dd463-2493-4c18-9e06-7b8419674857 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-571dd463-2493-4c18-9e06-7b8419674857 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-571dd463-2493-4c18-9e06-7b8419674857 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(246, 0, 223, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18 {
  box-shadow:0px 0px 0px 0px ;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjE4ZGIyZmEtYjk1MC00NDExLTkxODQtMGRjZDdmYTIyMWZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMThkYjJmYS1iOTUwLTQ0MTEtOTE4NC0wZGNkN2ZhMjIxZmEpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
background-position: undefined -2px;
}
}@media (max-width: 767px){#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTBiY2M4N2QtNzNiNC00ZTkxLWI3YTctOTNiMjcwZTIxZTA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MGJjYzg3ZC03M2I0LTRlOTEtYjdhNy05M2IyNzBlMjFlMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}

  #s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1fde4d6-26c2-4421-8d4f-9aef1f2ddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b6a95942-4631-421b-abb5-204578e0170f {
  margin-left: auto;
margin-right: auto;
}

#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2506c94b-3f23-4a2c-b0b8-a74e906f9265 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e7f931d-5218-4d68-beef-dbb1f7869062 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e7f931d-5218-4d68-beef-dbb1f7869062 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0b2ed3d1-f583-45a4-8e5d-9861e747ccd0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0b2ed3d1-f583-45a4-8e5d-9861e747ccd0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0b2ed3d1-f583-45a4-8e5d-9861e747ccd0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0b2ed3d1-f583-45a4-8e5d-9861e747ccd0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-069184d9-8f59-4731-8491-8024698fe002 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGJhNDkyYmUtNDUyOS00NjJlLWFlOGMtZDc1YTM1N2FlZWY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYmE0OTJiZS00NTI5LTQ2MmUtYWU4Yy1kNzVhMzU3YWVlZjQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-069184d9-8f59-4731-8491-8024698fe002:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-069184d9-8f59-4731-8491-8024698fe002:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-069184d9-8f59-4731-8491-8024698fe002 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWUxMzkyZWItZmE3OC00OGJjLTk1YmEtYzUxOTQ5NTQyZTIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTEzOTJlYi1mYTc4LTQ4YmMtOTViYS1jNTE5NDk1NDJlMjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}@media (max-width: 767px){#s-069184d9-8f59-4731-8491-8024698fe002 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk0YzAzM2ItYzI4Yi00MjdkLTg3YTctOThhMTA4MjVmNWM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OTRjMDMzYi1jMjhiLTQyN2QtODdhNy05OGExMDgyNWY1YzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}

  #s-069184d9-8f59-4731-8491-8024698fe002-atc-btn-wrapper {
    text-align: center;
  }


#s-069184d9-8f59-4731-8491-8024698fe002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-069184d9-8f59-4731-8491-8024698fe002-atc-btn-wrapper {
    text-align: center;
  }


#s-069184d9-8f59-4731-8491-8024698fe002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-069184d9-8f59-4731-8491-8024698fe002-atc-btn-wrapper {
    text-align: center;
  }


#s-069184d9-8f59-4731-8491-8024698fe002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-069184d9-8f59-4731-8491-8024698fe002-atc-btn-wrapper {
    text-align: center;
  }


#s-069184d9-8f59-4731-8491-8024698fe002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-069184d9-8f59-4731-8491-8024698fe002-atc-btn-wrapper {
    text-align: center;
  }


#s-069184d9-8f59-4731-8491-8024698fe002 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-069184d9-8f59-4731-8491-8024698fe002.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-01e44012-60da-4cde-99b4-2bc3c1afd5ac {
  margin-left: auto;
margin-right: auto;
}

#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9d91496-7b6e-4c40-9d7f-25e5990debe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-95dea289-0c55-45c0-b1a5-2f2785a9a2ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95dea289-0c55-45c0-b1a5-2f2785a9a2ac .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ca837ca0-285f-451f-af39-80df7f59620d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ca837ca0-285f-451f-af39-80df7f59620d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ca837ca0-285f-451f-af39-80df7f59620d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ca837ca0-285f-451f-af39-80df7f59620d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzMzNjU5ZGEtYzI3Ny00YmU1LWJlYWEtNGM1M2QxMjRiNWYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMzM2NTlkYS1jMjc3LTRiZTUtYmVhYS00YzUzZDEyNGI1ZjEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 133, 75, 1);
border-style: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c66fe1e7-b841-4d4b-9cfa-c982f5965119-atc-btn-wrapper {
    text-align: center;
  }


#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c66fe1e7-b841-4d4b-9cfa-c982f5965119-atc-btn-wrapper {
    text-align: center;
  }


#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c66fe1e7-b841-4d4b-9cfa-c982f5965119-atc-btn-wrapper {
    text-align: center;
  }


#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c66fe1e7-b841-4d4b-9cfa-c982f5965119-atc-btn-wrapper {
    text-align: center;
  }


#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c66fe1e7-b841-4d4b-9cfa-c982f5965119-atc-btn-wrapper {
    text-align: center;
  }


#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c66fe1e7-b841-4d4b-9cfa-c982f5965119.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6755a01a-ab9c-4798-8d0a-92561c4ca93e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-6755a01a-ab9c-4798-8d0a-92561c4ca93e {
  margin-top: 30px;
margin-bottom: 30px;
}
}
#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDhkNTZiYjktNjA0MS00Y2YyLWFkNTEtMjRjODQyYjAxMmYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkOGQ1NmJiOS02MDQxLTRjZjItYWQ1MS0yNGM4NDJiMDEyZjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
border-radius: 10px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjcyMDc3OGEtZDkxNC00ZGY0LTk4YmYtOGI2NTQwNjJiNzM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NzIwNzc4YS1kOTE0LTRkZjQtOThiZi04YjY1NDA2MmI3MzYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 1px;
margin-bottom: 1px;
padding-top: 10px;
padding-bottom: 10px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325:hover {background-color: rgba(233, 77, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWQ5NDgzNjgtNzU3NS00ZDVjLThhOWUtNTAzZDkyMjljYTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjYwMGRmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZDk0ODM2OC03NTc1LTRkNWMtOGE5ZS01MDNkOTIyOWNhNWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f600df"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
}

  #s-4616f0a9-2615-4f79-ab60-e1bf97fe8325-root {
    text-align: center;
  }


#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Titan One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4616f0a9-2615-4f79-ab60-e1bf97fe8325-root {
    text-align: center;
  }


#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Titan One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4616f0a9-2615-4f79-ab60-e1bf97fe8325-root {
    text-align: center;
  }


#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Titan One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4616f0a9-2615-4f79-ab60-e1bf97fe8325-root {
    text-align: center;
  }


#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Titan One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4616f0a9-2615-4f79-ab60-e1bf97fe8325-root {
    text-align: center;
  }


#s-4616f0a9-2615-4f79-ab60-e1bf97fe8325.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Titan One;
  display:  inline-block ;
}
}
#s-a62418ee-18e1-4d54-88d6-c578e5a174f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a62418ee-18e1-4d54-88d6-c578e5a174f7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c7205357-508c-4777-be9a-012fc87219d0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a78397e7-669e-4b15-993f-38a5716dda84 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a78397e7-669e-4b15-993f-38a5716dda84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a78397e7-669e-4b15-993f-38a5716dda84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a78397e7-669e-4b15-993f-38a5716dda84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a78397e7-669e-4b15-993f-38a5716dda84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821-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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821-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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821-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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821-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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821-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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b06b05c-4d91-48e4-bd1a-9c0e40ca4821.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70-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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 .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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2ac4a2c8-4987-4c65-866d-c48917794d70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70-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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 .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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2ac4a2c8-4987-4c65-866d-c48917794d70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70-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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 .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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2ac4a2c8-4987-4c65-866d-c48917794d70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70-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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 .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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2ac4a2c8-4987-4c65-866d-c48917794d70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70-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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 .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-2ac4a2c8-4987-4c65-866d-c48917794d70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ac4a2c8-4987-4c65-866d-c48917794d70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-2ac4a2c8-4987-4c65-866d-c48917794d70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac4a2c8-4987-4c65-866d-c48917794d70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035-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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035-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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035-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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035-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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035-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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* 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-04e13b8b-d849-4038-bfe9-ad5e2a2ba035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e13b8b-d849-4038-bfe9-ad5e2a2ba035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa-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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa .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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-635eee55-57bd-42d3-9340-fabe4b5a06fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa-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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa .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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-635eee55-57bd-42d3-9340-fabe4b5a06fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa-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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa .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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-635eee55-57bd-42d3-9340-fabe4b5a06fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa-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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa .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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-635eee55-57bd-42d3-9340-fabe4b5a06fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa-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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa .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-635eee55-57bd-42d3-9340-fabe4b5a06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-635eee55-57bd-42d3-9340-fabe4b5a06fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635eee55-57bd-42d3-9340-fabe4b5a06fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7-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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7-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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7-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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7-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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7-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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dc14bf21-8a2b-40ce-92a9-1d94420389c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc14bf21-8a2b-40ce-92a9-1d94420389c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}