.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-c8759e8c-a0be-4387-bae3-f1e2d9cfd981 {
  background-attachment: fixed;
min-height: 570px;
}
@media (min-width: 1200px){#s-c8759e8c-a0be-4387-bae3-f1e2d9cfd981 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8759e8c-a0be-4387-bae3-f1e2d9cfd981 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8759e8c-a0be-4387-bae3-f1e2d9cfd981 {
  
}
}@media (max-width: 767px){#s-c8759e8c-a0be-4387-bae3-f1e2d9cfd981 {
  
}
}







#s-c8759e8c-a0be-4387-bae3-f1e2d9cfd981 > .shg-box-overlay {
  background-color: rgba(58, 58, 81, 1);
  opacity: 0;
  display: block;
}#s-c8759e8c-a0be-4387-bae3-f1e2d9cfd981.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3596136e-37cc-429a-9255-95ef2cfda356 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -170px;
margin-bottom: 0px;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-3596136e-37cc-429a-9255-95ef2cfda356 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3596136e-37cc-429a-9255-95ef2cfda356 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3596136e-37cc-429a-9255-95ef2cfda356 {
  
}
}@media (max-width: 767px){#s-3596136e-37cc-429a-9255-95ef2cfda356 {
  
}
}
#s-3596136e-37cc-429a-9255-95ef2cfda356 {
  background-image: url(https://i.shgcdn.com/0713fe2d-6987-4c0f-8beb-a53c6e95467a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3596136e-37cc-429a-9255-95ef2cfda356 > .shg-box-overlay {
  background-color: rgba(58, 58, 81, 1);
  opacity: 0;
  display: block;
}#s-3596136e-37cc-429a-9255-95ef2cfda356.shg-box.shg-c {
  justify-content: flex-end;
}

.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-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(135, 0, 255, 0.8);
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9 {
  display: none;
}
#s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9, #wrap-s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9, #wrap-content-s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9 {
  display: none;
}
#s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9, #wrap-s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9, #wrap-content-s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9 {
  display: none;
}
#s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9, #wrap-s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9, #wrap-content-s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-115ef9ff-707e-4fc9-9b3e-1855b21f4ed9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-71e627b3-880b-43a7-9814-70281e75717c {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(135, 0, 255, 0.8);
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-71e627b3-880b-43a7-9814-70281e75717c {
  
}
}
@media (min-width: 0px) {
[id="s-71e627b3-880b-43a7-9814-70281e75717c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71e627b3-880b-43a7-9814-70281e75717c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71e627b3-880b-43a7-9814-70281e75717c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71e627b3-880b-43a7-9814-70281e75717c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71e627b3-880b-43a7-9814-70281e75717c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71e627b3-880b-43a7-9814-70281e75717c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71e627b3-880b-43a7-9814-70281e75717c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8d54dad5-eb6e-492a-b761-3676495c0ee9 {
  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;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.6);
}








#s-8d54dad5-eb6e-492a-b761-3676495c0ee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d54dad5-eb6e-492a-b761-3676495c0ee9.shg-box.shg-c {
  justify-content: flex-start;
}

.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-40b91bbe-4b2d-45fc-9d6d-166cf9aea82f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-40b91bbe-4b2d-45fc-9d6d-166cf9aea82f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Allura";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}



.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-a953d359-37c1-457e-b22d-d51d8385bce3 {
  margin-top: 0px;
padding-top: 8px;
padding-left: 10px;
padding-right: 5px;
background-color: rgba(0, 0, 0, 0);
}

#s-785cc335-d662-4287-9623-6bfbbdcd1d39 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-785cc335-d662-4287-9623-6bfbbdcd1d39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-785cc335-d662-4287-9623-6bfbbdcd1d39.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e80e8944-9528-4cee-ab51-488725b7fcdc {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e80e8944-9528-4cee-ab51-488725b7fcdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e80e8944-9528-4cee-ab51-488725b7fcdc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e80e8944-9528-4cee-ab51-488725b7fcdc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e80e8944-9528-4cee-ab51-488725b7fcdc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bcc5715d-2928-428e-b3f7-bbdcbb054b0c {
  min-height: 50px;
}








#s-bcc5715d-2928-428e-b3f7-bbdcbb054b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcc5715d-2928-428e-b3f7-bbdcbb054b0c.shg-box.shg-c {
  justify-content: center;
}

#s-78c5dabf-1c92-470e-bc5e-7bc3be711396 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-78c5dabf-1c92-470e-bc5e-7bc3be711396 {
  display: none;
}
#s-78c5dabf-1c92-470e-bc5e-7bc3be711396, #wrap-s-78c5dabf-1c92-470e-bc5e-7bc3be711396, #wrap-content-s-78c5dabf-1c92-470e-bc5e-7bc3be711396 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78c5dabf-1c92-470e-bc5e-7bc3be711396 {
  display: none;
}
#s-78c5dabf-1c92-470e-bc5e-7bc3be711396, #wrap-s-78c5dabf-1c92-470e-bc5e-7bc3be711396, #wrap-content-s-78c5dabf-1c92-470e-bc5e-7bc3be711396 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78c5dabf-1c92-470e-bc5e-7bc3be711396 {
  display: none;
}
#s-78c5dabf-1c92-470e-bc5e-7bc3be711396, #wrap-s-78c5dabf-1c92-470e-bc5e-7bc3be711396, #wrap-content-s-78c5dabf-1c92-470e-bc5e-7bc3be711396 { display: none !important; }}
#s-78c5dabf-1c92-470e-bc5e-7bc3be711396 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.5em;
  
  
}



#s-8bd6ce6c-d703-40c1-bd59-622628589283 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8bd6ce6c-d703-40c1-bd59-622628589283 {
  display: none;
}
#s-8bd6ce6c-d703-40c1-bd59-622628589283, #wrap-s-8bd6ce6c-d703-40c1-bd59-622628589283, #wrap-content-s-8bd6ce6c-d703-40c1-bd59-622628589283 { display: none !important; }}
#s-8bd6ce6c-d703-40c1-bd59-622628589283 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  line-height: 1.5em;
  
  
}



#s-cb0d9c03-6fb4-400d-aba9-216fbb9ebf1b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
@media (max-width: 767px){#s-cb0d9c03-6fb4-400d-aba9-216fbb9ebf1b {
  
}
}
.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-36592f44-a201-46b5-9dfa-1b7258a86132 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-36592f44-a201-46b5-9dfa-1b7258a86132 {
  display: none;
}
#s-36592f44-a201-46b5-9dfa-1b7258a86132, #wrap-s-36592f44-a201-46b5-9dfa-1b7258a86132, #wrap-content-s-36592f44-a201-46b5-9dfa-1b7258a86132 { display: none !important; }}
#s-36592f44-a201-46b5-9dfa-1b7258a86132 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 253, 253, 1);
}

#s-36592f44-a201-46b5-9dfa-1b7258a86132 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 176, 134, 1);
  padding: 0px;
}

#s-36592f44-a201-46b5-9dfa-1b7258a86132 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-36592f44-a201-46b5-9dfa-1b7258a86132 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(253, 253, 253, 1);
}

#s-36592f44-a201-46b5-9dfa-1b7258a86132 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Capriola;
  
  
  font-size: 22px;
}

#s-36592f44-a201-46b5-9dfa-1b7258a86132 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-12837636-f876-4057-9152-aa98e862698b {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-9f409298-8d1a-4d9a-bd98-44da55148aeb {
  padding-left: 5px;
padding-right: 5px;
background-color: rgba(0, 0, 0, 0);
}

#s-9ee3fcef-2289-4623-93fd-1edb233d125d {
  padding-left: 5px;
padding-right: 5px;
background-color: rgba(0, 0, 0, 0);
}

#s-7dc008dc-b8b3-4214-9beb-060d5dce4eff {
  padding-left: 5px;
padding-right: 5px;
background-color: rgba(0, 0, 0, 0);
}

#s-da2f4093-b150-4454-80a2-62cf2d928a90 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-da2f4093-b150-4454-80a2-62cf2d928a90 {
  display: none;
}
#s-da2f4093-b150-4454-80a2-62cf2d928a90, #wrap-s-da2f4093-b150-4454-80a2-62cf2d928a90, #wrap-content-s-da2f4093-b150-4454-80a2-62cf2d928a90 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da2f4093-b150-4454-80a2-62cf2d928a90 {
  display: none;
}
#s-da2f4093-b150-4454-80a2-62cf2d928a90, #wrap-s-da2f4093-b150-4454-80a2-62cf2d928a90, #wrap-content-s-da2f4093-b150-4454-80a2-62cf2d928a90 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da2f4093-b150-4454-80a2-62cf2d928a90 {
  display: none;
}
#s-da2f4093-b150-4454-80a2-62cf2d928a90, #wrap-s-da2f4093-b150-4454-80a2-62cf2d928a90, #wrap-content-s-da2f4093-b150-4454-80a2-62cf2d928a90 { display: none !important; }}@media (max-width: 767px){#s-da2f4093-b150-4454-80a2-62cf2d928a90 {
  
}
}
#s-da2f4093-b150-4454-80a2-62cf2d928a90 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 253, 253, 1);
}

#s-da2f4093-b150-4454-80a2-62cf2d928a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 176, 134, 1);
  padding: 0px;
}

#s-da2f4093-b150-4454-80a2-62cf2d928a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-da2f4093-b150-4454-80a2-62cf2d928a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(253, 253, 253, 1);
}

#s-da2f4093-b150-4454-80a2-62cf2d928a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Capriola;
  
  
  font-size: 18px;
}

#s-da2f4093-b150-4454-80a2-62cf2d928a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-49d69fed-a212-4c17-9ad0-82d5e89a1c40 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 1200px){#s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff {
  display: none;
}
#s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff, #wrap-s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff, #wrap-content-s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff {
  display: none;
}
#s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff, #wrap-s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff, #wrap-content-s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff {
  display: none;
}
#s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff, #wrap-s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff, #wrap-content-s-5b8e916b-0a2f-4025-98f7-5d9efbb996ff { display: none !important; }}
#s-a3144e25-f7e0-44b0-86a8-bfbd7f578ac0 {
  padding-left: 5px;
padding-right: 5px;
background-color: rgba(0, 0, 0, 0);
}

#s-d2776b0b-1084-4053-8e82-7f2722c8e42f {
  padding-left: 5px;
padding-right: 5px;
background-color: rgba(0, 0, 0, 0);
}

#s-94b3af56-88fa-44d8-a362-865391d2c4ad {
  padding-left: 5px;
padding-right: 5px;
background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px){#s-bbcf6d32-3492-4f45-8993-fa81bba05ae1 {
  display: none;
}
#s-bbcf6d32-3492-4f45-8993-fa81bba05ae1, #wrap-s-bbcf6d32-3492-4f45-8993-fa81bba05ae1, #wrap-content-s-bbcf6d32-3492-4f45-8993-fa81bba05ae1 { display: none !important; }}
#s-d311fa99-860b-427c-bcb5-9f007ff06150 {
  text-align: left;
}
@media (max-width: 767px){#s-d311fa99-860b-427c-bcb5-9f007ff06150 {
  display: none;
}
#s-d311fa99-860b-427c-bcb5-9f007ff06150, #wrap-s-d311fa99-860b-427c-bcb5-9f007ff06150, #wrap-content-s-d311fa99-860b-427c-bcb5-9f007ff06150 { display: none !important; }}
@media (min-width: 0px) {
[id="s-411c47c9-0d9e-43b1-a1e8-99f78121d412"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-411c47c9-0d9e-43b1-a1e8-99f78121d412"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-411c47c9-0d9e-43b1-a1e8-99f78121d412"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-411c47c9-0d9e-43b1-a1e8-99f78121d412"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  max-width: 640px;
aspect-ratio: 16/9;
text-align: center;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
  box-sizing: border-box;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
      position: relative;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){#s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
  box-sizing: border-box;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
      position: relative;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
  box-sizing: border-box;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
      position: relative;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
  box-sizing: border-box;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
      position: relative;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){#s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  margin: 0 !important;
  overflow: visible;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add background color handling */
  
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image {
  box-sizing: border-box;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1cb1bb27-9fd3-4111-b727-863f051c79cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container {
      position: relative;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cb1bb27-9fd3-4111-b727-863f051c79cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-1a628d18-c821-4637-8176-0c17cfcfae97 {
  border-style: solid;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

#s-ab4143bf-1e9a-4ad3-aeef-4cc3084c163f {
  min-height: 50px;
}








#s-ab4143bf-1e9a-4ad3-aeef-4cc3084c163f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab4143bf-1e9a-4ad3-aeef-4cc3084c163f.shg-box.shg-c {
  justify-content: center;
}

#s-52ef7fc0-bb41-4bda-8c52-478ad1bdd8ef {
  
}
@media (max-width: 767px){#s-52ef7fc0-bb41-4bda-8c52-478ad1bdd8ef {
  display: none;
}
#s-52ef7fc0-bb41-4bda-8c52-478ad1bdd8ef, #wrap-s-52ef7fc0-bb41-4bda-8c52-478ad1bdd8ef, #wrap-content-s-52ef7fc0-bb41-4bda-8c52-478ad1bdd8ef { display: none !important; }}
#s-fc29d690-c4c0-4bad-9e23-d759311c3128 {
  
}
@media (min-width: 1200px){#s-fc29d690-c4c0-4bad-9e23-d759311c3128 {
  display: none;
}
#s-fc29d690-c4c0-4bad-9e23-d759311c3128, #wrap-s-fc29d690-c4c0-4bad-9e23-d759311c3128, #wrap-content-s-fc29d690-c4c0-4bad-9e23-d759311c3128 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc29d690-c4c0-4bad-9e23-d759311c3128 {
  display: none;
}
#s-fc29d690-c4c0-4bad-9e23-d759311c3128, #wrap-s-fc29d690-c4c0-4bad-9e23-d759311c3128, #wrap-content-s-fc29d690-c4c0-4bad-9e23-d759311c3128 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc29d690-c4c0-4bad-9e23-d759311c3128 {
  display: none;
}
#s-fc29d690-c4c0-4bad-9e23-d759311c3128, #wrap-s-fc29d690-c4c0-4bad-9e23-d759311c3128, #wrap-content-s-fc29d690-c4c0-4bad-9e23-d759311c3128 { display: none !important; }}@media (max-width: 767px){#s-fc29d690-c4c0-4bad-9e23-d759311c3128 {
  
}
}
#s-24348ea7-fc4a-4afe-8b39-f5bf33a3c41a {
  
}

#s-b5591931-4d42-422f-92c5-dc8bf51c93f4 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-b5591931-4d42-422f-92c5-dc8bf51c93f4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b5591931-4d42-422f-92c5-dc8bf51c93f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5591931-4d42-422f-92c5-dc8bf51c93f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b5591931-4d42-422f-92c5-dc8bf51c93f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5591931-4d42-422f-92c5-dc8bf51c93f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5591931-4d42-422f-92c5-dc8bf51c93f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5591931-4d42-422f-92c5-dc8bf51c93f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-92dbab52-4c2e-4acd-9bd8-8a322bea022b {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 10px;
text-align: center;
background-color: rgba(75, 164, 238, 1);
background-image: none;
hover-type: color;
}
#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
opacity: 1 !important;
background-color: rgba(117, 210, 246, 1) !important;
color: rgba(4, 4, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b {
  display: none;
}
#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b, #wrap-s-92dbab52-4c2e-4acd-9bd8-8a322bea022b, #wrap-content-s-92dbab52-4c2e-4acd-9bd8-8a322bea022b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b {
  display: none;
}
#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b, #wrap-s-92dbab52-4c2e-4acd-9bd8-8a322bea022b, #wrap-content-s-92dbab52-4c2e-4acd-9bd8-8a322bea022b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b {
  display: none;
}
#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b, #wrap-s-92dbab52-4c2e-4acd-9bd8-8a322bea022b, #wrap-content-s-92dbab52-4c2e-4acd-9bd8-8a322bea022b { display: none !important; }}

  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b-atc-btn-wrapper {
    text-align: center;
  }


#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 1200px){
  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b-atc-btn-wrapper {
    text-align: center;
  }


#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b-atc-btn-wrapper {
    text-align: center;
  }


#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b-atc-btn-wrapper {
    text-align: center;
  }


#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b-atc-btn-wrapper {
    text-align: center;
  }


#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-92dbab52-4c2e-4acd-9bd8-8a322bea022b.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca {
  border-style: solid;
margin-left: 33px;
margin-right: 33px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 10px;
text-align: center;
background-color: rgba(75, 164, 238, 1);
background-image: none;
hover-type: color;
}
#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
opacity: 1 !important;
background-color: rgba(117, 210, 246, 1) !important;
color: rgba(4, 4, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca {
  display: none;
}
#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca, #wrap-s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca, #wrap-content-s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca { display: none !important; }}

  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca-atc-btn-wrapper {
    text-align: center;
  }


#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 1200px){
  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca-atc-btn-wrapper {
    text-align: center;
  }


#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca-atc-btn-wrapper {
    text-align: center;
  }


#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca-atc-btn-wrapper {
    text-align: center;
  }


#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca-atc-btn-wrapper {
    text-align: center;
  }


#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-41cc1b36-8b7f-408e-a37e-9fd75413e1ca.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  max-width: 640px;
aspect-ratio: 16/9;
text-align: center;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
  box-sizing: border-box;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
      position: relative;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
  box-sizing: border-box;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
      position: relative;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
  box-sizing: border-box;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
      position: relative;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
  box-sizing: border-box;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
      position: relative;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image {
  box-sizing: border-box;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container {
      position: relative;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef4a462-4425-42b3-9b6d-af54e3efab1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-365926f5-9dbf-4925-8dcc-4d73f5375385 {
  border-style: solid;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

#s-ef65079c-2426-4ccc-958d-b1f402078f01 {
  min-height: 50px;
}








#s-ef65079c-2426-4ccc-958d-b1f402078f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef65079c-2426-4ccc-958d-b1f402078f01.shg-box.shg-c {
  justify-content: center;
}

#s-d92686a8-e617-4ac3-8feb-004593443a21 {
  
}
@media (max-width: 767px){#s-d92686a8-e617-4ac3-8feb-004593443a21 {
  display: none;
}
#s-d92686a8-e617-4ac3-8feb-004593443a21, #wrap-s-d92686a8-e617-4ac3-8feb-004593443a21, #wrap-content-s-d92686a8-e617-4ac3-8feb-004593443a21 { display: none !important; }}
#s-abd1a75e-921e-407d-99eb-3eadfc379d7e {
  
}
@media (min-width: 1200px){#s-abd1a75e-921e-407d-99eb-3eadfc379d7e {
  display: none;
}
#s-abd1a75e-921e-407d-99eb-3eadfc379d7e, #wrap-s-abd1a75e-921e-407d-99eb-3eadfc379d7e, #wrap-content-s-abd1a75e-921e-407d-99eb-3eadfc379d7e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abd1a75e-921e-407d-99eb-3eadfc379d7e {
  display: none;
}
#s-abd1a75e-921e-407d-99eb-3eadfc379d7e, #wrap-s-abd1a75e-921e-407d-99eb-3eadfc379d7e, #wrap-content-s-abd1a75e-921e-407d-99eb-3eadfc379d7e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abd1a75e-921e-407d-99eb-3eadfc379d7e {
  display: none;
}
#s-abd1a75e-921e-407d-99eb-3eadfc379d7e, #wrap-s-abd1a75e-921e-407d-99eb-3eadfc379d7e, #wrap-content-s-abd1a75e-921e-407d-99eb-3eadfc379d7e { display: none !important; }}@media (max-width: 767px){#s-abd1a75e-921e-407d-99eb-3eadfc379d7e {
  
}
}
#s-29bf6be7-303a-4c84-8841-445d6bc5b31e {
  
}

#s-57593438-802f-410e-941c-0b38a094567c {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-57593438-802f-410e-941c-0b38a094567c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-57593438-802f-410e-941c-0b38a094567c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57593438-802f-410e-941c-0b38a094567c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57593438-802f-410e-941c-0b38a094567c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57593438-802f-410e-941c-0b38a094567c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57593438-802f-410e-941c-0b38a094567c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57593438-802f-410e-941c-0b38a094567c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 10px;
text-align: center;
background-color: rgba(75, 164, 238, 1);
background-image: none;
hover-type: color;
}
#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
opacity: 1 !important;
background-color: rgba(117, 210, 246, 1) !important;
color: rgba(4, 4, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d {
  display: none;
}
#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d, #wrap-s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d, #wrap-content-s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d {
  display: none;
}
#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d, #wrap-s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d, #wrap-content-s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d {
  display: none;
}
#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d, #wrap-s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d, #wrap-content-s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d { display: none !important; }}

  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d-atc-btn-wrapper {
    text-align: center;
  }


#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 1200px){
  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d-atc-btn-wrapper {
    text-align: center;
  }


#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d-atc-btn-wrapper {
    text-align: center;
  }


#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d-atc-btn-wrapper {
    text-align: center;
  }


#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d-atc-btn-wrapper {
    text-align: center;
  }


#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-513fe6a6-89f0-4fef-ba7a-2a3eabf2a73d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f {
  border-style: solid;
margin-left: 33px;
margin-right: 33px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 10px;
text-align: center;
background-color: rgba(75, 164, 238, 1);
background-image: none;
hover-type: color;
}
#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
opacity: 1 !important;
background-color: rgba(117, 210, 246, 1) !important;
color: rgba(4, 4, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f {
  display: none;
}
#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f, #wrap-s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f, #wrap-content-s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f { display: none !important; }}

  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f-atc-btn-wrapper {
    text-align: center;
  }


#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 1200px){
  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f-atc-btn-wrapper {
    text-align: center;
  }


#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f-atc-btn-wrapper {
    text-align: center;
  }


#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f-atc-btn-wrapper {
    text-align: center;
  }


#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}@media (max-width: 767px){
  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f-atc-btn-wrapper {
    text-align: center;
  }


#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}


  #s-5fca8b0f-1ae5-4b08-b7f4-bf1dae55014f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-6be6d7dc-3f46-4d37-8ec7-aa6bb9db1d97 {
  margin-top: 10px;
}

.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-9bbca66d-5030-4ab1-b430-3459d5fad07f {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0px;
padding-left: 45px;
padding-bottom: 0px;
padding-right: 45px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
min-height: 1px;
text-align: center;
background-color: rgba(232, 179, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9bbca66d-5030-4ab1-b430-3459d5fad07f:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 216, 161, 0) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(235, 139, 254, 1) !important;
font-size: 24px !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9bbca66d-5030-4ab1-b430-3459d5fad07f:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9bbca66d-5030-4ab1-b430-3459d5fad07f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bbca66d-5030-4ab1-b430-3459d5fad07f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bbca66d-5030-4ab1-b430-3459d5fad07f {
  
}
}@media (max-width: 767px){#s-9bbca66d-5030-4ab1-b430-3459d5fad07f {
  display: none;
}
#s-9bbca66d-5030-4ab1-b430-3459d5fad07f, #wrap-s-9bbca66d-5030-4ab1-b430-3459d5fad07f, #wrap-content-s-9bbca66d-5030-4ab1-b430-3459d5fad07f { display: none !important; }}

  #s-9bbca66d-5030-4ab1-b430-3459d5fad07f-root {
    text-align: center;
  }


#s-9bbca66d-5030-4ab1-b430-3459d5fad07f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bbca66d-5030-4ab1-b430-3459d5fad07f-root {
    text-align: center;
  }


#s-9bbca66d-5030-4ab1-b430-3459d5fad07f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bbca66d-5030-4ab1-b430-3459d5fad07f-root {
    text-align: center;
  }


#s-9bbca66d-5030-4ab1-b430-3459d5fad07f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bbca66d-5030-4ab1-b430-3459d5fad07f-root {
    text-align: center;
  }


#s-9bbca66d-5030-4ab1-b430-3459d5fad07f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bbca66d-5030-4ab1-b430-3459d5fad07f-root {
    text-align: center;
  }


#s-9bbca66d-5030-4ab1-b430-3459d5fad07f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
#s-a1faa6cf-ee42-4062-9408-dedad2244aae {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(139, 32, 209, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-a1faa6cf-ee42-4062-9408-dedad2244aae:hover {background-color: rgba(16, 51, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1faa6cf-ee42-4062-9408-dedad2244aae:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a1faa6cf-ee42-4062-9408-dedad2244aae {
  display: none;
}
#s-a1faa6cf-ee42-4062-9408-dedad2244aae, #wrap-s-a1faa6cf-ee42-4062-9408-dedad2244aae, #wrap-content-s-a1faa6cf-ee42-4062-9408-dedad2244aae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1faa6cf-ee42-4062-9408-dedad2244aae {
  display: none;
}
#s-a1faa6cf-ee42-4062-9408-dedad2244aae, #wrap-s-a1faa6cf-ee42-4062-9408-dedad2244aae, #wrap-content-s-a1faa6cf-ee42-4062-9408-dedad2244aae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1faa6cf-ee42-4062-9408-dedad2244aae {
  display: none;
}
#s-a1faa6cf-ee42-4062-9408-dedad2244aae, #wrap-s-a1faa6cf-ee42-4062-9408-dedad2244aae, #wrap-content-s-a1faa6cf-ee42-4062-9408-dedad2244aae { display: none !important; }}

  #s-a1faa6cf-ee42-4062-9408-dedad2244aae-root {
    text-align: center;
  }


#s-a1faa6cf-ee42-4062-9408-dedad2244aae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1faa6cf-ee42-4062-9408-dedad2244aae-root {
    text-align: center;
  }


#s-a1faa6cf-ee42-4062-9408-dedad2244aae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1faa6cf-ee42-4062-9408-dedad2244aae-root {
    text-align: center;
  }


#s-a1faa6cf-ee42-4062-9408-dedad2244aae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1faa6cf-ee42-4062-9408-dedad2244aae-root {
    text-align: center;
  }


#s-a1faa6cf-ee42-4062-9408-dedad2244aae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1faa6cf-ee42-4062-9408-dedad2244aae-root {
    text-align: center;
  }


#s-a1faa6cf-ee42-4062-9408-dedad2244aae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-895af50e-778c-45ca-b48a-2269b0201b55 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-895af50e-778c-45ca-b48a-2269b0201b55 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-895af50e-778c-45ca-b48a-2269b0201b55 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-895af50e-778c-45ca-b48a-2269b0201b55 {
  
}
}







#s-895af50e-778c-45ca-b48a-2269b0201b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-895af50e-778c-45ca-b48a-2269b0201b55.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

.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-748fbe21-e73b-451e-be72-baabfc2823ab {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-748fbe21-e73b-451e-be72-baabfc2823ab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-748fbe21-e73b-451e-be72-baabfc2823ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-748fbe21-e73b-451e-be72-baabfc2823ab {
  
}
}@media (max-width: 767px){#s-748fbe21-e73b-451e-be72-baabfc2823ab {
  display: none;
}
#s-748fbe21-e73b-451e-be72-baabfc2823ab, #wrap-s-748fbe21-e73b-451e-be72-baabfc2823ab, #wrap-content-s-748fbe21-e73b-451e-be72-baabfc2823ab { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab {
  --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: 50px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab > .swiper-button-prev,
#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab > .swiper-button-prev svg,
#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab > .swiper-button-next svg {
  fill: rgba(32, 5, 255, 1) !important;
  stroke: rgba(32, 5, 255, 1) !important;
  
}

#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-748fbe21-e73b-451e-be72-baabfc2823ab .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-748fbe21-e73b-451e-be72-baabfc2823ab .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-01e97ead-6920-4456-865f-950c32649dfc {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-01e97ead-6920-4456-865f-950c32649dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01e97ead-6920-4456-865f-950c32649dfc.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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09-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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09-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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09-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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09-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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09-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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .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-45d73d0d-6cc3-4d85-ba9d-637149672f09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-45d73d0d-6cc3-4d85-ba9d-637149672f09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d73d0d-6cc3-4d85-ba9d-637149672f09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4e00916b-69ed-4b18-8f9b-8e11a50d4863 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
min-height: 50px;
}








#s-4e00916b-69ed-4b18-8f9b-8e11a50d4863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e00916b-69ed-4b18-8f9b-8e11a50d4863.shg-box.shg-c {
  justify-content: center;
}

#s-8efb357b-2c74-4c29-b2d3-ea4e063b7b6b {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-8efb357b-2c74-4c29-b2d3-ea4e063b7b6b {
  
}
}
#s-c68cde23-e83b-4562-850a-e49e8ddefc98 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzdmZWQxNWItYzYwYy00N2QwLWIzYTYtYzcyNTNiY2Q1MTViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkM2ZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3ZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzN2ZlZDE1Yi1jNjBjLTQ3ZDAtYjNhNi1jNzI1M2JjZDUxNWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00d3ff"}, {"id"=>2, "pos"=>1, "color"=>"#017fff"}];
}
#s-c68cde23-e83b-4562-850a-e49e8ddefc98:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmI3MWQxOWUtZTM1MC00Y2Q0LThmMzctNzkwODJkOWFjZTNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWRhY2VlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGM4YmE1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYjcxZDE5ZS1lMzUwLTRjZDQtOGYzNy03OTA4MmQ5YWNlM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5dacee"}, {"id"=>2, "pos"=>1, "color"=>"#0c8ba5"}] !important;}#s-c68cde23-e83b-4562-850a-e49e8ddefc98:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjJlYmZmN2EtMmQ3NS00NGNjLTg0ZDEtNjdiZmI1ZDExYTE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBhOGZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAxMGZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMmViZmY3YS0yZDc1LTQ0Y2MtODRkMS02N2JmYjVkMTFhMTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00a8ff"}, {"id"=>2, "pos"=>1, "color"=>"#0010ff"}] !important;}

  #s-c68cde23-e83b-4562-850a-e49e8ddefc98-root {
    text-align: center;
  }


#s-c68cde23-e83b-4562-850a-e49e8ddefc98.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c68cde23-e83b-4562-850a-e49e8ddefc98-root {
    text-align: center;
  }


#s-c68cde23-e83b-4562-850a-e49e8ddefc98.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c68cde23-e83b-4562-850a-e49e8ddefc98-root {
    text-align: center;
  }


#s-c68cde23-e83b-4562-850a-e49e8ddefc98.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c68cde23-e83b-4562-850a-e49e8ddefc98-root {
    text-align: center;
  }


#s-c68cde23-e83b-4562-850a-e49e8ddefc98.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c68cde23-e83b-4562-850a-e49e8ddefc98-root {
    text-align: center;
  }


#s-c68cde23-e83b-4562-850a-e49e8ddefc98.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-158a0415-b9f9-4750-877b-a70d5f8e8468 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-158a0415-b9f9-4750-877b-a70d5f8e8468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-158a0415-b9f9-4750-877b-a70d5f8e8468.shg-box.shg-c {
  justify-content: center;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7-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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7-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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7-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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7-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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7-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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .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-fc3a86ed-ea5f-47db-9c93-255347724bc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3a86ed-ea5f-47db-9c93-255347724bc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc3a86ed-ea5f-47db-9c93-255347724bc7 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-8c4311f5-d243-457e-a624-c939114e6ad4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
min-height: 50px;
}








#s-8c4311f5-d243-457e-a624-c939114e6ad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c4311f5-d243-457e-a624-c939114e6ad4.shg-box.shg-c {
  justify-content: center;
}

#s-7b7f7918-72dd-4c76-baab-97ab18d75f2a {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-7b7f7918-72dd-4c76-baab-97ab18d75f2a {
  
}
}
#s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzdmZWQxNWItYzYwYy00N2QwLWIzYTYtYzcyNTNiY2Q1MTViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkM2ZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3ZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzN2ZlZDE1Yi1jNjBjLTQ3ZDAtYjNhNi1jNzI1M2JjZDUxNWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00d3ff"}, {"id"=>2, "pos"=>1, "color"=>"#017fff"}];
}
#s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmI3MWQxOWUtZTM1MC00Y2Q0LThmMzctNzkwODJkOWFjZTNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWRhY2VlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGM4YmE1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYjcxZDE5ZS1lMzUwLTRjZDQtOGYzNy03OTA4MmQ5YWNlM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5dacee"}, {"id"=>2, "pos"=>1, "color"=>"#0c8ba5"}] !important;}#s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmNiNmVjY2UtODU2Zi00MGU5LWJkYWUtMGMwMjdjMGNiYjgzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBhOGZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAxMGZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmY2I2ZWNjZS04NTZmLTQwZTktYmRhZS0wYzAyN2MwY2JiODMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00a8ff"}, {"id"=>2, "pos"=>1, "color"=>"#0010ff"}] !important;}

  #s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5-root {
    text-align: center;
  }


#s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5-root {
    text-align: center;
  }


#s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5-root {
    text-align: center;
  }


#s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5-root {
    text-align: center;
  }


#s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5-root {
    text-align: center;
  }


#s-1afb9af6-fa44-4a1e-b9bf-9c27bb0e11e5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-7cec87b2-3acc-4249-b814-d823b089e511 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7cec87b2-3acc-4249-b814-d823b089e511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cec87b2-3acc-4249-b814-d823b089e511.shg-box.shg-c {
  justify-content: center;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5-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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 .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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5-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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 .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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5-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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 .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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5-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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 .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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5-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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 .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-b3e4986c-f069-45bd-8ce4-612b305180e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3e4986c-f069-45bd-8ce4-612b305180e5 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3e4986c-f069-45bd-8ce4-612b305180e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b3e4986c-f069-45bd-8ce4-612b305180e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-a03d5f39-45ed-4bc4-8652-744234860a03 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
min-height: 50px;
}








#s-a03d5f39-45ed-4bc4-8652-744234860a03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a03d5f39-45ed-4bc4-8652-744234860a03.shg-box.shg-c {
  justify-content: center;
}

#s-e5122925-3437-451b-b4d1-b3a5911de5c7 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-e5122925-3437-451b-b4d1-b3a5911de5c7 {
  
}
}
#s-f2d4bf18-89eb-492b-828e-3293806c9b9e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzdmZWQxNWItYzYwYy00N2QwLWIzYTYtYzcyNTNiY2Q1MTViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkM2ZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3ZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzN2ZlZDE1Yi1jNjBjLTQ3ZDAtYjNhNi1jNzI1M2JjZDUxNWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00d3ff"}, {"id"=>2, "pos"=>1, "color"=>"#017fff"}];
}
#s-f2d4bf18-89eb-492b-828e-3293806c9b9e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmI3MWQxOWUtZTM1MC00Y2Q0LThmMzctNzkwODJkOWFjZTNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWRhY2VlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGM4YmE1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYjcxZDE5ZS1lMzUwLTRjZDQtOGYzNy03OTA4MmQ5YWNlM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5dacee"}, {"id"=>2, "pos"=>1, "color"=>"#0c8ba5"}] !important;}#s-f2d4bf18-89eb-492b-828e-3293806c9b9e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWUxMDNkZWItOGVlMi00MDE5LWE1YmQtZWYwY2Q2Mjk2ZDRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBhOGZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAxMGZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTEwM2RlYi04ZWUyLTQwMTktYTViZC1lZjBjZDYyOTZkNGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00a8ff"}, {"id"=>2, "pos"=>1, "color"=>"#0010ff"}] !important;}

  #s-f2d4bf18-89eb-492b-828e-3293806c9b9e-root {
    text-align: center;
  }


#s-f2d4bf18-89eb-492b-828e-3293806c9b9e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2d4bf18-89eb-492b-828e-3293806c9b9e-root {
    text-align: center;
  }


#s-f2d4bf18-89eb-492b-828e-3293806c9b9e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2d4bf18-89eb-492b-828e-3293806c9b9e-root {
    text-align: center;
  }


#s-f2d4bf18-89eb-492b-828e-3293806c9b9e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2d4bf18-89eb-492b-828e-3293806c9b9e-root {
    text-align: center;
  }


#s-f2d4bf18-89eb-492b-828e-3293806c9b9e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2d4bf18-89eb-492b-828e-3293806c9b9e-root {
    text-align: center;
  }


#s-f2d4bf18-89eb-492b-828e-3293806c9b9e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-a786164e-74bd-431c-b1a7-08e39cb330c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-a786164e-74bd-431c-b1a7-08e39cb330c1 {
  display: none;
}
#s-a786164e-74bd-431c-b1a7-08e39cb330c1, #wrap-s-a786164e-74bd-431c-b1a7-08e39cb330c1, #wrap-content-s-a786164e-74bd-431c-b1a7-08e39cb330c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a786164e-74bd-431c-b1a7-08e39cb330c1 {
  display: none;
}
#s-a786164e-74bd-431c-b1a7-08e39cb330c1, #wrap-s-a786164e-74bd-431c-b1a7-08e39cb330c1, #wrap-content-s-a786164e-74bd-431c-b1a7-08e39cb330c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a786164e-74bd-431c-b1a7-08e39cb330c1 {
  display: none;
}
#s-a786164e-74bd-431c-b1a7-08e39cb330c1, #wrap-s-a786164e-74bd-431c-b1a7-08e39cb330c1, #wrap-content-s-a786164e-74bd-431c-b1a7-08e39cb330c1 { display: none !important; }}@media (max-width: 767px){#s-a786164e-74bd-431c-b1a7-08e39cb330c1 {
  
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 {
  --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: 50px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 > .swiper-button-prev,
#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 > .swiper-button-prev svg,
#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 > .swiper-button-next svg {
  fill: rgba(32, 5, 255, 1) !important;
  stroke: rgba(32, 5, 255, 1) !important;
  
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 1px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a786164e-74bd-431c-b1a7-08e39cb330c1 .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-a786164e-74bd-431c-b1a7-08e39cb330c1 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-191e4929-68e9-4ee4-a4c7-ea648543d8ac {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-191e4929-68e9-4ee4-a4c7-ea648543d8ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-191e4929-68e9-4ee4-a4c7-ea648543d8ac.shg-box.shg-c {
  justify-content: center;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23-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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23-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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23-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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23-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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23-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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .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-5c3b275f-ee91-40ec-8336-3a9a45540c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5c3b275f-ee91-40ec-8336-3a9a45540c23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3b275f-ee91-40ec-8336-3a9a45540c23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fde2f29c-d22b-497d-91c8-c1d8453d6cab {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
min-height: 50px;
}








#s-fde2f29c-d22b-497d-91c8-c1d8453d6cab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fde2f29c-d22b-497d-91c8-c1d8453d6cab.shg-box.shg-c {
  justify-content: center;
}

#s-4412e0c9-5a27-454e-8ed2-8df629526341 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-4412e0c9-5a27-454e-8ed2-8df629526341 {
  
}
}
#s-450db8ef-9cc8-4c28-be4d-82f6259d4565 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzdmZWQxNWItYzYwYy00N2QwLWIzYTYtYzcyNTNiY2Q1MTViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkM2ZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3ZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzN2ZlZDE1Yi1jNjBjLTQ3ZDAtYjNhNi1jNzI1M2JjZDUxNWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00d3ff"}, {"id"=>2, "pos"=>1, "color"=>"#017fff"}];
}
#s-450db8ef-9cc8-4c28-be4d-82f6259d4565:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmI3MWQxOWUtZTM1MC00Y2Q0LThmMzctNzkwODJkOWFjZTNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWRhY2VlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGM4YmE1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYjcxZDE5ZS1lMzUwLTRjZDQtOGYzNy03OTA4MmQ5YWNlM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5dacee"}, {"id"=>2, "pos"=>1, "color"=>"#0c8ba5"}] !important;}#s-450db8ef-9cc8-4c28-be4d-82f6259d4565:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjJlYmZmN2EtMmQ3NS00NGNjLTg0ZDEtNjdiZmI1ZDExYTE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBhOGZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAxMGZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMmViZmY3YS0yZDc1LTQ0Y2MtODRkMS02N2JmYjVkMTFhMTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00a8ff"}, {"id"=>2, "pos"=>1, "color"=>"#0010ff"}] !important;}

  #s-450db8ef-9cc8-4c28-be4d-82f6259d4565-root {
    text-align: center;
  }


#s-450db8ef-9cc8-4c28-be4d-82f6259d4565.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-450db8ef-9cc8-4c28-be4d-82f6259d4565-root {
    text-align: center;
  }


#s-450db8ef-9cc8-4c28-be4d-82f6259d4565.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-450db8ef-9cc8-4c28-be4d-82f6259d4565-root {
    text-align: center;
  }


#s-450db8ef-9cc8-4c28-be4d-82f6259d4565.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-450db8ef-9cc8-4c28-be4d-82f6259d4565-root {
    text-align: center;
  }


#s-450db8ef-9cc8-4c28-be4d-82f6259d4565.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-450db8ef-9cc8-4c28-be4d-82f6259d4565-root {
    text-align: center;
  }


#s-450db8ef-9cc8-4c28-be4d-82f6259d4565.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-883a4ad8-bea2-4a11-ae95-f756587b06b6 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-883a4ad8-bea2-4a11-ae95-f756587b06b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-883a4ad8-bea2-4a11-ae95-f756587b06b6.shg-box.shg-c {
  justify-content: center;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b-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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b-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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b-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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b-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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b-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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .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-4ed8ae9e-ac3c-491a-823f-90e7958b407b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ed8ae9e-ac3c-491a-823f-90e7958b407b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4ed8ae9e-ac3c-491a-823f-90e7958b407b .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-fcfa04b3-528f-435b-855a-1b9f3b0c031e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
min-height: 50px;
}








#s-fcfa04b3-528f-435b-855a-1b9f3b0c031e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcfa04b3-528f-435b-855a-1b9f3b0c031e.shg-box.shg-c {
  justify-content: center;
}

#s-443aab69-f94a-4639-8cdf-bde1c454f184 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-443aab69-f94a-4639-8cdf-bde1c454f184 {
  
}
}
#s-85b6512c-9ffc-4d2e-b337-3105e36dfab9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzdmZWQxNWItYzYwYy00N2QwLWIzYTYtYzcyNTNiY2Q1MTViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkM2ZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3ZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzN2ZlZDE1Yi1jNjBjLTQ3ZDAtYjNhNi1jNzI1M2JjZDUxNWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00d3ff"}, {"id"=>2, "pos"=>1, "color"=>"#017fff"}];
}
#s-85b6512c-9ffc-4d2e-b337-3105e36dfab9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmI3MWQxOWUtZTM1MC00Y2Q0LThmMzctNzkwODJkOWFjZTNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWRhY2VlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGM4YmE1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYjcxZDE5ZS1lMzUwLTRjZDQtOGYzNy03OTA4MmQ5YWNlM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5dacee"}, {"id"=>2, "pos"=>1, "color"=>"#0c8ba5"}] !important;}#s-85b6512c-9ffc-4d2e-b337-3105e36dfab9:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmNiNmVjY2UtODU2Zi00MGU5LWJkYWUtMGMwMjdjMGNiYjgzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBhOGZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAxMGZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmY2I2ZWNjZS04NTZmLTQwZTktYmRhZS0wYzAyN2MwY2JiODMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00a8ff"}, {"id"=>2, "pos"=>1, "color"=>"#0010ff"}] !important;}

  #s-85b6512c-9ffc-4d2e-b337-3105e36dfab9-root {
    text-align: center;
  }


#s-85b6512c-9ffc-4d2e-b337-3105e36dfab9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85b6512c-9ffc-4d2e-b337-3105e36dfab9-root {
    text-align: center;
  }


#s-85b6512c-9ffc-4d2e-b337-3105e36dfab9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85b6512c-9ffc-4d2e-b337-3105e36dfab9-root {
    text-align: center;
  }


#s-85b6512c-9ffc-4d2e-b337-3105e36dfab9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85b6512c-9ffc-4d2e-b337-3105e36dfab9-root {
    text-align: center;
  }


#s-85b6512c-9ffc-4d2e-b337-3105e36dfab9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85b6512c-9ffc-4d2e-b337-3105e36dfab9-root {
    text-align: center;
  }


#s-85b6512c-9ffc-4d2e-b337-3105e36dfab9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-0b0fadf1-f959-4fda-b531-568a2a972cf2 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0b0fadf1-f959-4fda-b531-568a2a972cf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b0fadf1-f959-4fda-b531-568a2a972cf2.shg-box.shg-c {
  justify-content: center;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82-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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82-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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82-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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82-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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82-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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .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-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c6f2a1e5-ef36-4600-94ba-6a6b1e6efd82 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-a9028fa4-f86e-45e6-a9cb-61dd6410819a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
min-height: 50px;
}








#s-a9028fa4-f86e-45e6-a9cb-61dd6410819a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9028fa4-f86e-45e6-a9cb-61dd6410819a.shg-box.shg-c {
  justify-content: center;
}

#s-78924f6e-7861-430a-9f62-df14e45f82fa {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-78924f6e-7861-430a-9f62-df14e45f82fa {
  
}
}
#s-23445452-522b-4f0a-ac8f-cafa23e79ebd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzdmZWQxNWItYzYwYy00N2QwLWIzYTYtYzcyNTNiY2Q1MTViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBkM2ZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3ZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzN2ZlZDE1Yi1jNjBjLTQ3ZDAtYjNhNi1jNzI1M2JjZDUxNWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00d3ff"}, {"id"=>2, "pos"=>1, "color"=>"#017fff"}];
}
#s-23445452-522b-4f0a-ac8f-cafa23e79ebd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmI3MWQxOWUtZTM1MC00Y2Q0LThmMzctNzkwODJkOWFjZTNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNWRhY2VlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGM4YmE1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYjcxZDE5ZS1lMzUwLTRjZDQtOGYzNy03OTA4MmQ5YWNlM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#5dacee"}, {"id"=>2, "pos"=>1, "color"=>"#0c8ba5"}] !important;}#s-23445452-522b-4f0a-ac8f-cafa23e79ebd:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmJhMjg1OWUtYTNiOS00NDk2LTljNDQtNzZhM2Y2NTllZDllIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBhOGZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAxMGZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYmEyODU5ZS1hM2I5LTQ0OTYtOWM0NC03NmEzZjY1OWVkOWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00a8ff"}, {"id"=>2, "pos"=>1, "color"=>"#0010ff"}] !important;}

  #s-23445452-522b-4f0a-ac8f-cafa23e79ebd-root {
    text-align: center;
  }


#s-23445452-522b-4f0a-ac8f-cafa23e79ebd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23445452-522b-4f0a-ac8f-cafa23e79ebd-root {
    text-align: center;
  }


#s-23445452-522b-4f0a-ac8f-cafa23e79ebd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23445452-522b-4f0a-ac8f-cafa23e79ebd-root {
    text-align: center;
  }


#s-23445452-522b-4f0a-ac8f-cafa23e79ebd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23445452-522b-4f0a-ac8f-cafa23e79ebd-root {
    text-align: center;
  }


#s-23445452-522b-4f0a-ac8f-cafa23e79ebd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23445452-522b-4f0a-ac8f-cafa23e79ebd-root {
    text-align: center;
  }


#s-23445452-522b-4f0a-ac8f-cafa23e79ebd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-a2ad78a1-0b95-4ff9-b4db-fe908065659e {
  background-repeat: no-repeat;
min-height: 20px;
}








#s-a2ad78a1-0b95-4ff9-b4db-fe908065659e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2ad78a1-0b95-4ff9-b4db-fe908065659e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-20551785-3cd8-4b0c-a732-e7f9c2492bc0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-20551785-3cd8-4b0c-a732-e7f9c2492bc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20551785-3cd8-4b0c-a732-e7f9c2492bc0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-19fc7dc0-b855-494a-96e6-32b9db97d6b7 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-19fc7dc0-b855-494a-96e6-32b9db97d6b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19fc7dc0-b855-494a-96e6-32b9db97d6b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-19fc7dc0-b855-494a-96e6-32b9db97d6b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-19fc7dc0-b855-494a-96e6-32b9db97d6b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-12462ce1-e786-46e7-9231-793d867bfbbe {
  min-height: 50px;
}








#s-12462ce1-e786-46e7-9231-793d867bfbbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12462ce1-e786-46e7-9231-793d867bfbbe.shg-box.shg-c {
  justify-content: center;
}

#s-54255887-31e7-41a8-b8a1-4cb6fca847e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54255887-31e7-41a8-b8a1-4cb6fca847e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  line-height: 1.5em;
  
  
}



#s-5bd82616-4d70-4be5-9ef3-8e02e1fe9529 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
@media (max-width: 767px){#s-5bd82616-4d70-4be5-9ef3-8e02e1fe9529 {
  
}
}
#s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3 {
  margin-left: 10px;
margin-right: 10px;
}
@media (max-width: 767px){#s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3 {
  display: none;
}
#s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3, #wrap-s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3, #wrap-content-s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3 { display: none !important; }}
#s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 253, 253, 1);
}

#s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 176, 134, 1);
  padding: 0px;
}

#s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(253, 253, 253, 1);
}

#s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Capriola;
  
  
  font-size: 22px;
}

#s-a4a4d2b4-793e-4b14-822a-50ce0e7c4df3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-cccfc15d-4292-4e3c-8c0f-98dc11ab2a00 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}

#s-de620844-16e4-47ae-8785-1a474e31ae4f {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-de620844-16e4-47ae-8785-1a474e31ae4f {
  display: none;
}
#s-de620844-16e4-47ae-8785-1a474e31ae4f, #wrap-s-de620844-16e4-47ae-8785-1a474e31ae4f, #wrap-content-s-de620844-16e4-47ae-8785-1a474e31ae4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de620844-16e4-47ae-8785-1a474e31ae4f {
  display: none;
}
#s-de620844-16e4-47ae-8785-1a474e31ae4f, #wrap-s-de620844-16e4-47ae-8785-1a474e31ae4f, #wrap-content-s-de620844-16e4-47ae-8785-1a474e31ae4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de620844-16e4-47ae-8785-1a474e31ae4f {
  display: none;
}
#s-de620844-16e4-47ae-8785-1a474e31ae4f, #wrap-s-de620844-16e4-47ae-8785-1a474e31ae4f, #wrap-content-s-de620844-16e4-47ae-8785-1a474e31ae4f { display: none !important; }}
#s-de620844-16e4-47ae-8785-1a474e31ae4f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 253, 253, 1);
}

#s-de620844-16e4-47ae-8785-1a474e31ae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 176, 134, 1);
  padding: 0px;
}

#s-de620844-16e4-47ae-8785-1a474e31ae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-de620844-16e4-47ae-8785-1a474e31ae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(253, 253, 253, 1);
}

#s-de620844-16e4-47ae-8785-1a474e31ae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Capriola;
  
  
  font-size: 20px;
}

#s-de620844-16e4-47ae-8785-1a474e31ae4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-09be66a9-7567-4e19-9a0b-966098aaf7cc {
  border-style: solid;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}

#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3 {
  box-shadow:0px 0px 0px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0px;
padding-left: 45px;
padding-bottom: 0px;
padding-right: 45px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
min-height: 1px;
text-align: center;
background-color: rgba(232, 176, 134, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 216, 161, 0) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(60, 192, 167, 1) !important;
font-size: 25px !important;
color: rgba(4, 4, 4, 1) !important;
text-decoration: none !important;}#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3 {
  
}
}@media (max-width: 767px){#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3 {
  display: none;
}
#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3, #wrap-s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3, #wrap-content-s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3 { display: none !important; }}

  #s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3-root {
    text-align: center;
  }


#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3-root {
    text-align: center;
  }


#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3-root {
    text-align: center;
  }


#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3-root {
    text-align: center;
  }


#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3-root {
    text-align: center;
  }


#s-2d1bf3cf-5a49-4ef0-94a4-aa2ed710e0c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
#s-373ca779-a567-4665-9c91-c44c6836ccf0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(136, 22, 153, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-373ca779-a567-4665-9c91-c44c6836ccf0:hover {background-color: rgba(120, 126, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-373ca779-a567-4665-9c91-c44c6836ccf0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-373ca779-a567-4665-9c91-c44c6836ccf0 {
  display: none;
}
#s-373ca779-a567-4665-9c91-c44c6836ccf0, #wrap-s-373ca779-a567-4665-9c91-c44c6836ccf0, #wrap-content-s-373ca779-a567-4665-9c91-c44c6836ccf0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-373ca779-a567-4665-9c91-c44c6836ccf0 {
  display: none;
}
#s-373ca779-a567-4665-9c91-c44c6836ccf0, #wrap-s-373ca779-a567-4665-9c91-c44c6836ccf0, #wrap-content-s-373ca779-a567-4665-9c91-c44c6836ccf0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-373ca779-a567-4665-9c91-c44c6836ccf0 {
  display: none;
}
#s-373ca779-a567-4665-9c91-c44c6836ccf0, #wrap-s-373ca779-a567-4665-9c91-c44c6836ccf0, #wrap-content-s-373ca779-a567-4665-9c91-c44c6836ccf0 { display: none !important; }}

  #s-373ca779-a567-4665-9c91-c44c6836ccf0-root {
    text-align: center;
  }


#s-373ca779-a567-4665-9c91-c44c6836ccf0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-373ca779-a567-4665-9c91-c44c6836ccf0-root {
    text-align: center;
  }


#s-373ca779-a567-4665-9c91-c44c6836ccf0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-373ca779-a567-4665-9c91-c44c6836ccf0-root {
    text-align: center;
  }


#s-373ca779-a567-4665-9c91-c44c6836ccf0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-373ca779-a567-4665-9c91-c44c6836ccf0-root {
    text-align: center;
  }


#s-373ca779-a567-4665-9c91-c44c6836ccf0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-373ca779-a567-4665-9c91-c44c6836ccf0-root {
    text-align: center;
  }


#s-373ca779-a567-4665-9c91-c44c6836ccf0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-c575ced0-411f-4129-8830-971904bfba6c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c575ced0-411f-4129-8830-971904bfba6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c575ced0-411f-4129-8830-971904bfba6c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2f8317c-d14f-4cdd-b9d0-2970e351fe3d {
  background-repeat: no-repeat;
min-height: 20px;
}








#s-b2f8317c-d14f-4cdd-b9d0-2970e351fe3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2f8317c-d14f-4cdd-b9d0-2970e351fe3d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-44788d4e-30fb-43b2-8ad5-e3ff35c5e3fc {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-44788d4e-30fb-43b2-8ad5-e3ff35c5e3fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44788d4e-30fb-43b2-8ad5-e3ff35c5e3fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-335c6bbb-d97b-4241-bf35-f37a2032c6f4 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-335c6bbb-d97b-4241-bf35-f37a2032c6f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-335c6bbb-d97b-4241-bf35-f37a2032c6f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-335c6bbb-d97b-4241-bf35-f37a2032c6f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-335c6bbb-d97b-4241-bf35-f37a2032c6f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-24b057f3-795a-492f-9698-87f1d145244e {
  min-height: 50px;
}








#s-24b057f3-795a-492f-9698-87f1d145244e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24b057f3-795a-492f-9698-87f1d145244e.shg-box.shg-c {
  justify-content: center;
}

#s-9b745045-7dc9-4748-af76-0ecf47ff660c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b745045-7dc9-4748-af76-0ecf47ff660c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  line-height: 1.5em;
  
  
}



#s-f55b36f5-3db5-4ae6-adb5-148cf57e646f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
@media (max-width: 767px){#s-f55b36f5-3db5-4ae6-adb5-148cf57e646f {
  
}
}
#s-9e3526f9-94e2-4475-ae35-b3ee80461088 {
  margin-left: 10px;
margin-right: 10px;
}
@media (max-width: 767px){#s-9e3526f9-94e2-4475-ae35-b3ee80461088 {
  display: none;
}
#s-9e3526f9-94e2-4475-ae35-b3ee80461088, #wrap-s-9e3526f9-94e2-4475-ae35-b3ee80461088, #wrap-content-s-9e3526f9-94e2-4475-ae35-b3ee80461088 { display: none !important; }}
#s-9e3526f9-94e2-4475-ae35-b3ee80461088 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 253, 253, 1);
}

#s-9e3526f9-94e2-4475-ae35-b3ee80461088 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 176, 134, 1);
  padding: 0px;
}

#s-9e3526f9-94e2-4475-ae35-b3ee80461088 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9e3526f9-94e2-4475-ae35-b3ee80461088 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(253, 253, 253, 1);
}

#s-9e3526f9-94e2-4475-ae35-b3ee80461088 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Capriola;
  
  
  font-size: 22px;
}

#s-9e3526f9-94e2-4475-ae35-b3ee80461088 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-8596da5b-fd38-4abd-bec2-e49e35a9fd62 {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 {
  display: none;
}
#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1, #wrap-s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1, #wrap-content-s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 {
  display: none;
}
#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1, #wrap-s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1, #wrap-content-s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 {
  display: none;
}
#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1, #wrap-s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1, #wrap-content-s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 { display: none !important; }}
#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 253, 253, 1);
}

#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 176, 134, 1);
  padding: 0px;
}

#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(253, 253, 253, 1);
}

#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Capriola;
  
  
  font-size: 20px;
}

#s-a20c4b00-7dd9-4cce-ace9-d5f00d18a1e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bb3b927b-b563-405c-9fb5-cd5041f718df {
  border-style: solid;
padding-left: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-bb3b927b-b563-405c-9fb5-cd5041f718df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb3b927b-b563-405c-9fb5-cd5041f718df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb3b927b-b563-405c-9fb5-cd5041f718df {
  
}
}
#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(122, 22, 153, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0:hover {background-color: rgba(120, 126, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0 {
  display: none;
}
#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0, #wrap-s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0, #wrap-content-s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0 {
  display: none;
}
#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0, #wrap-s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0, #wrap-content-s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0 {
  display: none;
}
#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0, #wrap-s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0, #wrap-content-s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0 { display: none !important; }}

  #s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0-root {
    text-align: center;
  }


#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0-root {
    text-align: center;
  }


#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0-root {
    text-align: center;
  }


#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0-root {
    text-align: center;
  }


#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0-root {
    text-align: center;
  }


#s-4a02b743-6e63-4bd6-9583-7040a0c3b2a0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04 {
  box-shadow:0px 0px 0px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
padding-top: 0px;
padding-left: 45px;
padding-bottom: 0px;
padding-right: 45px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
min-height: 1px;
text-align: center;
background-color: rgba(200, 59, 254, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(0, 216, 161, 0) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(60, 192, 167, 1) !important;
font-size: 25px !important;
color: rgba(11, 11, 11, 1) !important;
text-decoration: none !important;}#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 216, 161, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04 {
  
}
}@media (max-width: 767px){#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04 {
  display: none;
}
#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04, #wrap-s-fa52c9c9-d7dc-4171-8884-bdad4589ba04, #wrap-content-s-fa52c9c9-d7dc-4171-8884-bdad4589ba04 { display: none !important; }}

  #s-fa52c9c9-d7dc-4171-8884-bdad4589ba04-root {
    text-align: center;
  }


#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa52c9c9-d7dc-4171-8884-bdad4589ba04-root {
    text-align: center;
  }


#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa52c9c9-d7dc-4171-8884-bdad4589ba04-root {
    text-align: center;
  }


#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa52c9c9-d7dc-4171-8884-bdad4589ba04-root {
    text-align: center;
  }


#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa52c9c9-d7dc-4171-8884-bdad4589ba04-root {
    text-align: center;
  }


#s-fa52c9c9-d7dc-4171-8884-bdad4589ba04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
#s-47412b9e-8ca7-45c7-8017-37d811f0c8ce {
  background-repeat: no-repeat;
min-height: 20px;
}








#s-47412b9e-8ca7-45c7-8017-37d811f0c8ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47412b9e-8ca7-45c7-8017-37d811f0c8ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1efe4e2b-a63c-4e87-b83d-7403b8df103b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1efe4e2b-a63c-4e87-b83d-7403b8df103b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1efe4e2b-a63c-4e87-b83d-7403b8df103b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1efe4e2b-a63c-4e87-b83d-7403b8df103b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1efe4e2b-a63c-4e87-b83d-7403b8df103b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-ae3b112a-a147-4d23-a6da-19090a70043b {
  min-height: 50px;
}








#s-ae3b112a-a147-4d23-a6da-19090a70043b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae3b112a-a147-4d23-a6da-19090a70043b.shg-box.shg-c {
  justify-content: center;
}

#s-7287eed0-2e7c-47ac-970a-01b3e5c0154b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7287eed0-2e7c-47ac-970a-01b3e5c0154b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  line-height: 1.5em;
  
  
}



#s-09d622cb-00c9-48de-9727-5822f37ad2de {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
@media (max-width: 767px){#s-09d622cb-00c9-48de-9727-5822f37ad2de {
  
}
}
#s-3a6d84ea-2f0e-477a-b0b4-ac77bf83ef64 {
  margin-left: 10px;
margin-right: 10px;
padding-bottom: 5px;
}
@media (max-width: 767px){#s-3a6d84ea-2f0e-477a-b0b4-ac77bf83ef64 {
  
}
}
#s-3a6d84ea-2f0e-477a-b0b4-ac77bf83ef64 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(253, 253, 253, 1);
}

#s-3a6d84ea-2f0e-477a-b0b4-ac77bf83ef64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 176, 134, 1);
  padding: 0px;
}

#s-3a6d84ea-2f0e-477a-b0b4-ac77bf83ef64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3a6d84ea-2f0e-477a-b0b4-ac77bf83ef64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(253, 253, 253, 1);
}

#s-3a6d84ea-2f0e-477a-b0b4-ac77bf83ef64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Capriola;
  
  
  font-size: 22px;
}

#s-3a6d84ea-2f0e-477a-b0b4-ac77bf83ef64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-4e6197ef-faab-4c83-b341-d9a471245452 {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-55f1054f-48b7-45a9-9af6-b59f1cf06c78 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-55f1054f-48b7-45a9-9af6-b59f1cf06c78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55f1054f-48b7-45a9-9af6-b59f1cf06c78.shg-box.shg-c {
  justify-content: center;
}

#s-3d8e0dc6-17be-4440-9bc4-8dd405287c28 {
  min-height: 50px;
}








#s-3d8e0dc6-17be-4440-9bc4-8dd405287c28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d8e0dc6-17be-4440-9bc4-8dd405287c28.shg-box.shg-c {
  justify-content: center;
}

#s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc {
  margin-bottom: -1px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(106, 98, 203, 1);
}
@media (min-width: 1200px){#s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc {
  display: none;
}
#s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc, #wrap-s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc, #wrap-content-s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc {
  display: none;
}
#s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc, #wrap-s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc, #wrap-content-s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc {
  display: none;
}
#s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc, #wrap-s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc, #wrap-content-s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc { display: none !important; }}
#s-d8a054b2-d1ca-4d0e-9fda-2f830b3f7bfc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-06271173-39ee-454c-91f0-940f936dea6b {
  margin-bottom: -1px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(106, 98, 203, 1);
}
@media (max-width: 767px){#s-06271173-39ee-454c-91f0-940f936dea6b {
  display: none;
}
#s-06271173-39ee-454c-91f0-940f936dea6b, #wrap-s-06271173-39ee-454c-91f0-940f936dea6b, #wrap-content-s-06271173-39ee-454c-91f0-940f936dea6b { display: none !important; }}
#s-06271173-39ee-454c-91f0-940f936dea6b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}



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

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

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

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

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

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

#s-3d1edef9-0886-43e1-8c78-c05935c71332 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3d1edef9-0886-43e1-8c78-c05935c71332 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-3d1edef9-0886-43e1-8c78-c05935c71332 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3d1edef9-0886-43e1-8c78-c05935c71332 td.shogun-table-column {
  background-color: rgba(131, 55, 55, 0);
  padding: 0px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-3d1edef9-0886-43e1-8c78-c05935c71332 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-3d1edef9-0886-43e1-8c78-c05935c71332 td.shogun-table-column, #s-3d1edef9-0886-43e1-8c78-c05935c71332 td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

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

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

#s-818ce1b2-ea3b-48a9-a21d-5e5e68c15052 {
  max-width: 320px;
aspect-ratio: 4/3;
text-align: center;
}
#s-818ce1b2-ea3b-48a9-a21d-5e5e68c15052:hover {opacity: 0.5 !important;}
#s-818ce1b2-ea3b-48a9-a21d-5e5e68c15052 {
  overflow: hidden;
  
  
      max-width: 320px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-818ce1b2-ea3b-48a9-a21d-5e5e68c15052 img.shogun-image,
  #s-818ce1b2-ea3b-48a9-a21d-5e5e68c15052 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-818ce1b2-ea3b-48a9-a21d-5e5e68c15052 {
    width: 100%;
    height: auto;
  }



  #s-818ce1b2-ea3b-48a9-a21d-5e5e68c15052 img.shogun-image {
    

    
    
    
  }


#s-818ce1b2-ea3b-48a9-a21d-5e5e68c15052 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0c983eeb-ba72-4873-9bdb-909e75692b07 {
  max-width: 271px;
aspect-ratio: 1/1;
text-align: center;
}
#s-0c983eeb-ba72-4873-9bdb-909e75692b07:hover {opacity: 0.5 !important;}
#s-0c983eeb-ba72-4873-9bdb-909e75692b07 {
  overflow: hidden;
  
  
      max-width: 271px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0c983eeb-ba72-4873-9bdb-909e75692b07 img.shogun-image,
  #s-0c983eeb-ba72-4873-9bdb-909e75692b07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c983eeb-ba72-4873-9bdb-909e75692b07 {
    width: 100%;
    height: auto;
  }



  #s-0c983eeb-ba72-4873-9bdb-909e75692b07 img.shogun-image {
    

    
    
    
  }


#s-0c983eeb-ba72-4873-9bdb-909e75692b07 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7508351d-a708-4b1a-a4e0-8e117dca8a33 {
  text-align: center;
}
#s-7508351d-a708-4b1a-a4e0-8e117dca8a33:hover {opacity: 0.5 !important;}
#s-7508351d-a708-4b1a-a4e0-8e117dca8a33 {
  overflow: hidden;
  
  
}







  #s-7508351d-a708-4b1a-a4e0-8e117dca8a33 img.shogun-image {
    

    
    
    
  }


#s-7508351d-a708-4b1a-a4e0-8e117dca8a33 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0e169e4f-5002-4e71-b845-ee6b1a4819ce {
  max-width: 480px;
aspect-ratio: 16/9;
text-align: center;
}
#s-0e169e4f-5002-4e71-b845-ee6b1a4819ce:hover {opacity: 0.5 !important;}
#s-0e169e4f-5002-4e71-b845-ee6b1a4819ce {
  overflow: hidden;
  
  
      max-width: 480px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0e169e4f-5002-4e71-b845-ee6b1a4819ce img.shogun-image,
  #s-0e169e4f-5002-4e71-b845-ee6b1a4819ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e169e4f-5002-4e71-b845-ee6b1a4819ce {
    width: 100%;
    height: auto;
  }



  #s-0e169e4f-5002-4e71-b845-ee6b1a4819ce img.shogun-image {
    

    
    
    
  }


#s-0e169e4f-5002-4e71-b845-ee6b1a4819ce .shogun-image-content {
  
    justify-content: center;
  
}

#s-0d026c86-756c-45c9-ab6d-e7f27d2fc3b5 {
  text-align: center;
}
#s-0d026c86-756c-45c9-ab6d-e7f27d2fc3b5:hover {opacity: 0.5 !important;}
#s-0d026c86-756c-45c9-ab6d-e7f27d2fc3b5 {
  overflow: hidden;
  
  
}







  #s-0d026c86-756c-45c9-ab6d-e7f27d2fc3b5 img.shogun-image {
    

    
    
    
  }


#s-0d026c86-756c-45c9-ab6d-e7f27d2fc3b5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f {
  display: none;
}
#s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f, #wrap-s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f, #wrap-content-s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f {
  display: none;
}
#s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f, #wrap-s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f, #wrap-content-s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f {
  display: none;
}
#s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f, #wrap-s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f, #wrap-content-s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f { display: none !important; }}







#s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0fdcc9c-9250-40da-8cbb-1dad4f8d2c8f.shg-box.shg-c {
  justify-content: center;
}

#s-2e013592-c14a-429b-befd-92a956c5a613 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-2e013592-c14a-429b-befd-92a956c5a613"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2e013592-c14a-429b-befd-92a956c5a613"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e013592-c14a-429b-befd-92a956c5a613"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e013592-c14a-429b-befd-92a956c5a613"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bd61ea36-5130-4be1-a3e4-7a563bbd6dbc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-bd61ea36-5130-4be1-a3e4-7a563bbd6dbc > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-bd61ea36-5130-4be1-a3e4-7a563bbd6dbc {
  cursor: pointer;
}#s-bd61ea36-5130-4be1-a3e4-7a563bbd6dbc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-41b6ccae-4c01-4bc5-9114-6d7870610371 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-4b6612ee-704d-4270-970e-9d77d367c859 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-4b6612ee-704d-4270-970e-9d77d367c859 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-4b6612ee-704d-4270-970e-9d77d367c859 {
  cursor: pointer;
}#s-4b6612ee-704d-4270-970e-9d77d367c859.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7bdf20a8-ab98-4038-8e6a-302ca9fec16e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-acfa2199-e680-4ed7-9c14-19a5233cc4cd {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-acfa2199-e680-4ed7-9c14-19a5233cc4cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-acfa2199-e680-4ed7-9c14-19a5233cc4cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-acfa2199-e680-4ed7-9c14-19a5233cc4cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-acfa2199-e680-4ed7-9c14-19a5233cc4cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c2661379-6b04-421e-8f4f-b79f90007dd4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-c2661379-6b04-421e-8f4f-b79f90007dd4 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-c2661379-6b04-421e-8f4f-b79f90007dd4 {
  cursor: pointer;
}#s-c2661379-6b04-421e-8f4f-b79f90007dd4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d4a1ca89-310f-4593-9333-61c690d64352 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-6400e545-de4c-42c9-9c00-3181b9e1ee29 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-6400e545-de4c-42c9-9c00-3181b9e1ee29 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-6400e545-de4c-42c9-9c00-3181b9e1ee29 {
  cursor: pointer;
}#s-6400e545-de4c-42c9-9c00-3181b9e1ee29.shg-box.shg-c {
  justify-content: flex-start;
}

#s-75b0903a-635d-4739-9c0b-d044ae83035f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-bf2efa69-6b27-409c-b531-ba7176d9c513 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-bf2efa69-6b27-409c-b531-ba7176d9c513"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bf2efa69-6b27-409c-b531-ba7176d9c513"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf2efa69-6b27-409c-b531-ba7176d9c513"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf2efa69-6b27-409c-b531-ba7176d9c513"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-90ba55f2-a656-49c3-8c1e-8bb505ae51e3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-90ba55f2-a656-49c3-8c1e-8bb505ae51e3 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-90ba55f2-a656-49c3-8c1e-8bb505ae51e3 {
  cursor: pointer;
}#s-90ba55f2-a656-49c3-8c1e-8bb505ae51e3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a160a5c9-a5c1-44cf-962c-f4cd5f6dc024 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-dae7ad92-e03a-4d4d-bee2-cb58ff9021ce {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-dae7ad92-e03a-4d4d-bee2-cb58ff9021ce > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-dae7ad92-e03a-4d4d-bee2-cb58ff9021ce {
  cursor: pointer;
}#s-dae7ad92-e03a-4d4d-bee2-cb58ff9021ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7d160cbd-57a6-44aa-b73d-03f01829a4dd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-c8c4ab8a-0f39-4ab5-b803-1ebcba5bb985 {
  background-repeat: no-repeat;
margin-bottom: -90px;
min-height: 30px;
}








#s-c8c4ab8a-0f39-4ab5-b803-1ebcba5bb985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8c4ab8a-0f39-4ab5-b803-1ebcba5bb985.shg-box.shg-c {
  justify-content: center;
}

#s-e8c77fc5-c26a-46b3-bbaa-fa9204467931 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e8c77fc5-c26a-46b3-bbaa-fa9204467931 {
  display: none;
}
#s-e8c77fc5-c26a-46b3-bbaa-fa9204467931, #wrap-s-e8c77fc5-c26a-46b3-bbaa-fa9204467931, #wrap-content-s-e8c77fc5-c26a-46b3-bbaa-fa9204467931 { display: none !important; }}







#s-e8c77fc5-c26a-46b3-bbaa-fa9204467931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8c77fc5-c26a-46b3-bbaa-fa9204467931.shg-box.shg-c {
  justify-content: center;
}

#s-673dfbad-43b8-45e9-91c6-e0aa6ea8c841 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-673dfbad-43b8-45e9-91c6-e0aa6ea8c841"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-673dfbad-43b8-45e9-91c6-e0aa6ea8c841"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-673dfbad-43b8-45e9-91c6-e0aa6ea8c841"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-673dfbad-43b8-45e9-91c6-e0aa6ea8c841"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d6142411-16b2-4df2-946f-5764126afffd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 447px;
background-position: center center;
}








#s-d6142411-16b2-4df2-946f-5764126afffd > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-d6142411-16b2-4df2-946f-5764126afffd {
  cursor: pointer;
}#s-d6142411-16b2-4df2-946f-5764126afffd.shg-box.shg-c {
  justify-content: center;
}

#s-a1bdcdce-a566-42c8-89c7-3d552528bc18 {
  margin-top: -224px;
margin-bottom: -188px;
opacity: 1;
}

#s-a1bdcdce-a566-42c8-89c7-3d552528bc18 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-a1bdcdce-a566-42c8-89c7-3d552528bc18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.83);
  
}

#s-a1bdcdce-a566-42c8-89c7-3d552528bc18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a1bdcdce-a566-42c8-89c7-3d552528bc18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-a1bdcdce-a566-42c8-89c7-3d552528bc18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Tenor Sans;
  
  
  font-size: 35px;
}

#s-a1bdcdce-a566-42c8-89c7-3d552528bc18 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 35px;
}
#s-c32b8dc1-98ff-41b7-8ac8-73d666aada17 {
  padding-top: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-6707d875-fcd5-43f2-be4b-3ef4b52f9035 {
  min-height: 50px;
}








#s-6707d875-fcd5-43f2-be4b-3ef4b52f9035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6707d875-fcd5-43f2-be4b-3ef4b52f9035.shg-box.shg-c {
  justify-content: center;
}

#s-cd5d7fb3-99f3-425d-a1c4-3a779572ab4b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 447px;
background-position: center center;
}








#s-cd5d7fb3-99f3-425d-a1c4-3a779572ab4b > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-cd5d7fb3-99f3-425d-a1c4-3a779572ab4b {
  cursor: pointer;
}#s-cd5d7fb3-99f3-425d-a1c4-3a779572ab4b.shg-box.shg-c {
  justify-content: center;
}

#s-8b2a643c-8b87-413c-a93d-3ada0e223831 {
  margin-top: -224px;
margin-bottom: -224px;
}

#s-8b2a643c-8b87-413c-a93d-3ada0e223831 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8b2a643c-8b87-413c-a93d-3ada0e223831 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.85);
  padding: 0px;
}

#s-8b2a643c-8b87-413c-a93d-3ada0e223831 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8b2a643c-8b87-413c-a93d-3ada0e223831 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8b2a643c-8b87-413c-a93d-3ada0e223831 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Tenor Sans;
  
  
  font-size: 35px;
}

#s-8b2a643c-8b87-413c-a93d-3ada0e223831 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 35px;
}
#s-42ac4518-e534-41ec-8994-6be1914cb983 {
  padding-top: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-6bdbca73-1e71-44bb-a128-f26084977a5c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-6bdbca73-1e71-44bb-a128-f26084977a5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6bdbca73-1e71-44bb-a128-f26084977a5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6bdbca73-1e71-44bb-a128-f26084977a5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bdbca73-1e71-44bb-a128-f26084977a5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-76c73cab-0e48-41cd-92ba-51be237218e2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 447px;
background-position: center center;
}








#s-76c73cab-0e48-41cd-92ba-51be237218e2 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-76c73cab-0e48-41cd-92ba-51be237218e2 {
  cursor: pointer;
}#s-76c73cab-0e48-41cd-92ba-51be237218e2.shg-box.shg-c {
  justify-content: center;
}

#s-2b51ad98-6757-4131-869a-0275caadf568 {
  margin-top: -224px;
margin-bottom: -224px;
}

#s-2b51ad98-6757-4131-869a-0275caadf568 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-2b51ad98-6757-4131-869a-0275caadf568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.85);
  padding: 0px;
}

#s-2b51ad98-6757-4131-869a-0275caadf568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2b51ad98-6757-4131-869a-0275caadf568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-2b51ad98-6757-4131-869a-0275caadf568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Tenor Sans;
  
  
  font-size: 35px;
}

#s-2b51ad98-6757-4131-869a-0275caadf568 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 35px;
}
#s-e5271782-b9c4-45d2-ae86-68bbc44cf234 {
  padding-top: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-5cc6b77f-754a-4e64-88b9-9feefb36fb76 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 447px;
background-position: center center;
}








#s-5cc6b77f-754a-4e64-88b9-9feefb36fb76 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-5cc6b77f-754a-4e64-88b9-9feefb36fb76 {
  cursor: pointer;
}#s-5cc6b77f-754a-4e64-88b9-9feefb36fb76.shg-box.shg-c {
  justify-content: center;
}

#s-1844cfdf-0a06-43a4-badb-94d579ad457b {
  margin-top: -224px;
margin-bottom: -224px;
}

#s-1844cfdf-0a06-43a4-badb-94d579ad457b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1844cfdf-0a06-43a4-badb-94d579ad457b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.66);
  padding: 0px;
}

#s-1844cfdf-0a06-43a4-badb-94d579ad457b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1844cfdf-0a06-43a4-badb-94d579ad457b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1844cfdf-0a06-43a4-badb-94d579ad457b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Tenor Sans;
  
  
  font-size: 35px;
}

#s-1844cfdf-0a06-43a4-badb-94d579ad457b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 35px;
}
#s-8fa7aa69-4f4e-4cc0-ba0a-52e4881e2482 {
  padding-top: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-02dd2547-3390-4665-9976-32b3e2392cd4 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-02dd2547-3390-4665-9976-32b3e2392cd4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-02dd2547-3390-4665-9976-32b3e2392cd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-02dd2547-3390-4665-9976-32b3e2392cd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-02dd2547-3390-4665-9976-32b3e2392cd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6611d896-e6df-4d55-a309-aef58ae07991 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 447px;
background-position: center center;
}








#s-6611d896-e6df-4d55-a309-aef58ae07991 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-6611d896-e6df-4d55-a309-aef58ae07991 {
  cursor: pointer;
}#s-6611d896-e6df-4d55-a309-aef58ae07991.shg-box.shg-c {
  justify-content: center;
}

#s-b8be9e9c-bdc7-4628-bb2a-aa184fbe2877 {
  margin-top: -224px;
margin-bottom: -224px;
}

#s-b8be9e9c-bdc7-4628-bb2a-aa184fbe2877 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-b8be9e9c-bdc7-4628-bb2a-aa184fbe2877 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.85);
  padding: 0px;
}

#s-b8be9e9c-bdc7-4628-bb2a-aa184fbe2877 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b8be9e9c-bdc7-4628-bb2a-aa184fbe2877 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b8be9e9c-bdc7-4628-bb2a-aa184fbe2877 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Tenor Sans;
  
  
  font-size: 35px;
}

#s-b8be9e9c-bdc7-4628-bb2a-aa184fbe2877 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 35px;
}
#s-90f76ca6-3b71-40ff-bb65-2b9c0958ac99 {
  padding-top: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-5b354a39-305f-4bf1-a941-98251c780806 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 447px;
background-position: center center;
}








#s-5b354a39-305f-4bf1-a941-98251c780806 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-5b354a39-305f-4bf1-a941-98251c780806 {
  cursor: pointer;
}#s-5b354a39-305f-4bf1-a941-98251c780806.shg-box.shg-c {
  justify-content: center;
}

#s-335ed15d-c2c9-4c80-9641-e608b3dbaa34 {
  margin-top: -224px;
margin-bottom: -224px;
}

#s-335ed15d-c2c9-4c80-9641-e608b3dbaa34 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-335ed15d-c2c9-4c80-9641-e608b3dbaa34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.66);
  padding: 0px;
}

#s-335ed15d-c2c9-4c80-9641-e608b3dbaa34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-335ed15d-c2c9-4c80-9641-e608b3dbaa34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-335ed15d-c2c9-4c80-9641-e608b3dbaa34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Tenor Sans;
  
  
  font-size: 35px;
}

#s-335ed15d-c2c9-4c80-9641-e608b3dbaa34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 35px;
}
#s-7750ce9e-6e0a-4b08-baba-8d039cd75b36 {
  padding-top: 10px;
background-color: rgba(0, 0, 0, 0.26);
}

#s-b33d3f0c-b23a-4b41-9d6b-519243c6204a {
  background-repeat: no-repeat;
min-height: 30px;
}








#s-b33d3f0c-b23a-4b41-9d6b-519243c6204a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b33d3f0c-b23a-4b41-9d6b-519243c6204a.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@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}