.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-76afcff8-68e0-4f62-98e0-b7dbee2a2344 {
  margin-bottom: 35px;
padding-left: 150px;
padding-right: 150px;
}
@media (min-width: 1200px){#s-76afcff8-68e0-4f62-98e0-b7dbee2a2344 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76afcff8-68e0-4f62-98e0-b7dbee2a2344 {
  padding-left: 120px;
padding-right: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-76afcff8-68e0-4f62-98e0-b7dbee2a2344 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-76afcff8-68e0-4f62-98e0-b7dbee2a2344 {
  padding-left: 5px;
padding-right: 5px;
}
}







#s-76afcff8-68e0-4f62-98e0-b7dbee2a2344 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76afcff8-68e0-4f62-98e0-b7dbee2a2344.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
  color: rgba(94, 102, 113, 1);
  font-family: Gotham-Medium;
  text-transform: none;
  font-weight: 400;
  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-7a5e7813-e419-4589-8721-5fe3e2e11cbf {
  margin-top: 50px;
margin-bottom: 10px;
padding-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-7a5e7813-e419-4589-8721-5fe3e2e11cbf {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a5e7813-e419-4589-8721-5fe3e2e11cbf {
  text-align: center;
}
}
#s-7a5e7813-e419-4589-8721-5fe3e2e11cbf .shogun-heading-component h1 {
  color: rgba(84, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Recoleta-Bold";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-7a5e7813-e419-4589-8721-5fe3e2e11cbf .shogun-heading-component h1 {
  color: rgba(84, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Recoleta-Bold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  text-align: center;
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(94, 102, 113, 1);
  font-family: Gotham-Medium;
  font-weight: 400;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(94, 102, 113, 1);
  font-family: Gotham-Book;
}

.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 {
  color: rgba(94, 102, 113, 1);
  font-family: Gotham-Medium;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(94, 102, 113, 1);
  font-family: Gotham-Book;
  font-weight: 400;
}

#s-b63df0f8-28d9-4a1c-8926-d7b55f68eca1 {
  margin-bottom: 35px;
}
@media (max-width: 767px){#s-b63df0f8-28d9-4a1c-8926-d7b55f68eca1 {
  margin-bottom: 35px;
display: unset;
}
#s-b63df0f8-28d9-4a1c-8926-d7b55f68eca1, #wrap-s-b63df0f8-28d9-4a1c-8926-d7b55f68eca1 { display: unset !important; }}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-a919cbe7-e716-4224-8dd4-0ae645dc315e {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-a919cbe7-e716-4224-8dd4-0ae645dc315e {
  min-height: 20%;
}
}@media (max-width: 767px){#s-a919cbe7-e716-4224-8dd4-0ae645dc315e {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-a919cbe7-e716-4224-8dd4-0ae645dc315e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a919cbe7-e716-4224-8dd4-0ae645dc315e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a919cbe7-e716-4224-8dd4-0ae645dc315e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a919cbe7-e716-4224-8dd4-0ae645dc315e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  min-height: 300px;
}
}
#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-image: url(https://i.shgcdn.com/daec7d99-9da0-47bc-b917-67113cba2606/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-image: url(https://i.shgcdn.com/daec7d99-9da0-47bc-b917-67113cba2606/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-image: url(https://i.shgcdn.com/daec7d99-9da0-47bc-b917-67113cba2606/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-image: url(https://i.shgcdn.com/daec7d99-9da0-47bc-b917-67113cba2606/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-image: url(https://i.shgcdn.com/daec7d99-9da0-47bc-b917-67113cba2606/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-image: url(https://i.shgcdn.com/daec7d99-9da0-47bc-b917-67113cba2606/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-image: url(https://i.shgcdn.com/daec7d99-9da0-47bc-b917-67113cba2606/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-image: url(https://i.shgcdn.com/daec7d99-9da0-47bc-b917-67113cba2606/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-428690c8-3f81-4ac3-adc0-51d405b47a2d {
  background-image: url(https://i.shgcdn.com/daec7d99-9da0-47bc-b917-67113cba2606/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-428690c8-3f81-4ac3-adc0-51d405b47a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-428690c8-3f81-4ac3-adc0-51d405b47a2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb616d35-2e9e-4d5e-bc33-dc722abc3670 {
  background-size: cover;
padding-top: 70px;
padding-left: 50px;
padding-bottom: 70px;
padding-right: 50px;
background-position: center center;
background-color: rgba(240, 240, 240, 1);
}
@media (max-width: 767px){#s-eb616d35-2e9e-4d5e-bc33-dc722abc3670 {
  margin-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}







#s-eb616d35-2e9e-4d5e-bc33-dc722abc3670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-eb616d35-2e9e-4d5e-bc33-dc722abc3670.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e221ecbe-5668-4216-b9f9-906969818a8f {
  margin-bottom: 10px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-3a376257-80d6-4a0f-8e6c-63f91608f283 {
  margin-top: -25px;
margin-bottom: -15px;
margin-right: 75%;
}

#s-3a376257-80d6-4a0f-8e6c-63f91608f283 hr {
  border-top: 2px solid rgba(245, 223, 227, 1);
}

#s-1e0727db-3ab0-4997-b631-316aff7cd40f {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4f6a879e-a136-4d34-8df1-5eb5c52f452e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f6a879e-a136-4d34-8df1-5eb5c52f452e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f6a879e-a136-4d34-8df1-5eb5c52f452e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f6a879e-a136-4d34-8df1-5eb5c52f452e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4f6a879e-a136-4d34-8df1-5eb5c52f452e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9d5bcf4f-2a76-4ec9-b4af-4dd66ad27c45 {
  background-size: cover;
padding-top: 70px;
padding-left: 50px;
padding-bottom: 70px;
padding-right: 50px;
background-position: center center;
background-color: rgba(240, 240, 240, 1);
}
@media (max-width: 767px){#s-9d5bcf4f-2a76-4ec9-b4af-4dd66ad27c45 {
  margin-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}







#s-9d5bcf4f-2a76-4ec9-b4af-4dd66ad27c45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-9d5bcf4f-2a76-4ec9-b4af-4dd66ad27c45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c11d0676-7759-49b7-a8ac-fa5955d6868e {
  margin-bottom: 10px;
}

#s-699a8f3c-a200-4d40-9fd3-8571cb4dd9ef {
  margin-top: -25px;
margin-bottom: -15px;
margin-right: 75%;
}

#s-699a8f3c-a200-4d40-9fd3-8571cb4dd9ef hr {
  border-top: 2px solid rgba(245, 223, 227, 1);
}

#s-61582dc0-dbaf-4fa3-b13f-136ee02be970 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e6bf0e0f-d0de-48d6-a80b-d827cca87c1b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 70px;
padding-left: 50px;
padding-bottom: 70px;
padding-right: 50px;
background-position: right top;
}
@media (max-width: 767px){#s-e6bf0e0f-d0de-48d6-a80b-d827cca87c1b {
  margin-bottom: 0px;
min-height: 298px;
}
}







#s-e6bf0e0f-d0de-48d6-a80b-d827cca87c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6bf0e0f-d0de-48d6-a80b-d827cca87c1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad474cc4-e548-4e0b-afc2-85c7d90be60e {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ad474cc4-e548-4e0b-afc2-85c7d90be60e {
  min-height: 20%;
}
}
@media (min-width: 0px) {
[id="s-ad474cc4-e548-4e0b-afc2-85c7d90be60e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad474cc4-e548-4e0b-afc2-85c7d90be60e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad474cc4-e548-4e0b-afc2-85c7d90be60e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad474cc4-e548-4e0b-afc2-85c7d90be60e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center bottom;
}
@media (max-width: 767px){#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  min-height: 300px;
}
}
#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-image: url(https://i.shgcdn.com/4dda4cb3-e885-45bb-bb2d-465a895cba92/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-image: url(https://i.shgcdn.com/4dda4cb3-e885-45bb-bb2d-465a895cba92/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-image: url(https://i.shgcdn.com/4dda4cb3-e885-45bb-bb2d-465a895cba92/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-image: url(https://i.shgcdn.com/4dda4cb3-e885-45bb-bb2d-465a895cba92/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-image: url(https://i.shgcdn.com/4dda4cb3-e885-45bb-bb2d-465a895cba92/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-image: url(https://i.shgcdn.com/4dda4cb3-e885-45bb-bb2d-465a895cba92/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-image: url(https://i.shgcdn.com/4dda4cb3-e885-45bb-bb2d-465a895cba92/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-image: url(https://i.shgcdn.com/4dda4cb3-e885-45bb-bb2d-465a895cba92/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 {
  background-image: url(https://i.shgcdn.com/4dda4cb3-e885-45bb-bb2d-465a895cba92/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f834b0c8-5cae-4b08-b5c3-ed187a78f7e1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-134e0d40-1594-4ab7-9900-7aa5a5dda125 {
  background-size: cover;
padding-top: 70px;
padding-left: 50px;
padding-bottom: 70px;
padding-right: 50px;
background-position: center center;
background-color: rgba(240, 240, 240, 1);
}
@media (max-width: 767px){#s-134e0d40-1594-4ab7-9900-7aa5a5dda125 {
  margin-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}







#s-134e0d40-1594-4ab7-9900-7aa5a5dda125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-134e0d40-1594-4ab7-9900-7aa5a5dda125.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bdaf65e-5c53-4eb5-91fe-1e00d0294a2f {
  margin-bottom: 10px;
}

#s-66769922-a9e4-47ff-a7a6-599601d85556 {
  margin-top: -25px;
margin-bottom: -15px;
margin-right: 75%;
}

#s-66769922-a9e4-47ff-a7a6-599601d85556 hr {
  border-top: 2px solid rgba(245, 223, 227, 1);
}

#s-ba65f4c3-e3ad-48ad-a2c3-377f4a93ac9e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-835d231f-bda1-44c3-9352-e4023146b5c1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
}

.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 {
  font-weight: 400;
  font-family: Gotham-Book;
}

.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-3b158c90-8759-40a0-ad96-a3fa277ce6c5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 7px;
padding-left: 35px;
padding-bottom: 7px;
padding-right: 35px;
border-radius: 25px;
background-color: rgba(137, 196, 157, 1);
text-align: center;
text-decoration: none;
}
#s-3b158c90-8759-40a0-ad96-a3fa277ce6c5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(128, 184, 147, 1) !important;}#s-3b158c90-8759-40a0-ad96-a3fa277ce6c5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(128, 184, 147, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3b158c90-8759-40a0-ad96-a3fa277ce6c5-root {
    text-align: center;
  }


#s-3b158c90-8759-40a0-ad96-a3fa277ce6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b158c90-8759-40a0-ad96-a3fa277ce6c5-root {
    text-align: center;
  }


#s-3b158c90-8759-40a0-ad96-a3fa277ce6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b158c90-8759-40a0-ad96-a3fa277ce6c5-root {
    text-align: center;
  }


#s-3b158c90-8759-40a0-ad96-a3fa277ce6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b158c90-8759-40a0-ad96-a3fa277ce6c5-root {
    text-align: center;
  }


#s-3b158c90-8759-40a0-ad96-a3fa277ce6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b158c90-8759-40a0-ad96-a3fa277ce6c5-root {
    text-align: center;
  }


#s-3b158c90-8759-40a0-ad96-a3fa277ce6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-b569bcbf-1de8-45af-a007-86139bde17af {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 40px;
margin-right: 100px;
padding-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b569bcbf-1de8-45af-a007-86139bde17af {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b569bcbf-1de8-45af-a007-86139bde17af {
  margin-top: 30px;
text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b569bcbf-1de8-45af-a007-86139bde17af {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-b569bcbf-1de8-45af-a007-86139bde17af {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
}
}
#s-b569bcbf-1de8-45af-a007-86139bde17af .shogun-heading-component h1 {
  color: rgba(84, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Recoleta-Bold";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-b569bcbf-1de8-45af-a007-86139bde17af .shogun-heading-component h1 {
  color: rgba(84, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Recoleta-Bold";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b569bcbf-1de8-45af-a007-86139bde17af .shogun-heading-component h1 {
  color: rgba(84, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Recoleta-Bold";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b569bcbf-1de8-45af-a007-86139bde17af .shogun-heading-component h1 {
  color: rgba(84, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Recoleta-Bold";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-b569bcbf-1de8-45af-a007-86139bde17af .shogun-heading-component h1 {
  color: rgba(84, 89, 100, 1);
  font-weight:  normal ;
  font-family: "Recoleta-Bold";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b74debf9-ad95-4ee5-a135-2193b873d263 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b74debf9-ad95-4ee5-a135-2193b873d263 {
  display: none;
}
#s-b74debf9-ad95-4ee5-a135-2193b873d263, #wrap-s-b74debf9-ad95-4ee5-a135-2193b873d263 { display: none !important; }}@media (max-width: 767px){#s-b74debf9-ad95-4ee5-a135-2193b873d263 {
  display: none;
}
#s-b74debf9-ad95-4ee5-a135-2193b873d263, #wrap-s-b74debf9-ad95-4ee5-a135-2193b873d263 { display: none !important; }}
#s-b74debf9-ad95-4ee5-a135-2193b873d263 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b74debf9-ad95-4ee5-a135-2193b873d263 .shg-sld-nav-button.shg-sld-left,
#s-b74debf9-ad95-4ee5-a135-2193b873d263 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 0.0px);
}

[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 0.0px);
}

[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 0.0px);
}

[id="s-c37c7c32-f69a-4954-9c14-6ed52147fd17"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
  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-796dbfbe-b1a2-44c2-af28-68f6240e411b {
  max-width: 236px;
aspect-ratio: 236/126;
text-align: center;
}





  #s-796dbfbe-b1a2-44c2-af28-68f6240e411b img.shogun-image,
  #s-796dbfbe-b1a2-44c2-af28-68f6240e411b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-796dbfbe-b1a2-44c2-af28-68f6240e411b {
    width: 100%;
    height: auto;
  }



  #s-796dbfbe-b1a2-44c2-af28-68f6240e411b img.shogun-image {
    

    
    
    
  }


#s-796dbfbe-b1a2-44c2-af28-68f6240e411b .shogun-image-content {
  
    align-items: center;
  
}

#s-f11e6e63-e54f-4f3f-80c1-1d9607b7c26a {
  max-width: 236px;
aspect-ratio: 236/126;
text-align: center;
}





  #s-f11e6e63-e54f-4f3f-80c1-1d9607b7c26a img.shogun-image,
  #s-f11e6e63-e54f-4f3f-80c1-1d9607b7c26a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f11e6e63-e54f-4f3f-80c1-1d9607b7c26a {
    width: 100%;
    height: auto;
  }



  #s-f11e6e63-e54f-4f3f-80c1-1d9607b7c26a img.shogun-image {
    

    
    
    
  }


#s-f11e6e63-e54f-4f3f-80c1-1d9607b7c26a .shogun-image-content {
  
    align-items: center;
  
}

#s-75c1f076-ea9a-4766-adb7-9c667d80b905 {
  max-width: 237px;
aspect-ratio: 237/126;
text-align: center;
}





  #s-75c1f076-ea9a-4766-adb7-9c667d80b905 img.shogun-image,
  #s-75c1f076-ea9a-4766-adb7-9c667d80b905 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75c1f076-ea9a-4766-adb7-9c667d80b905 {
    width: 100%;
    height: auto;
  }



  #s-75c1f076-ea9a-4766-adb7-9c667d80b905 img.shogun-image {
    

    
    
    
  }


#s-75c1f076-ea9a-4766-adb7-9c667d80b905 .shogun-image-content {
  
    align-items: center;
  
}

#s-d48d804f-7f02-44e6-b01b-aa5b80c37cb3 {
  max-width: 237px;
aspect-ratio: 237/126;
text-align: center;
}





  #s-d48d804f-7f02-44e6-b01b-aa5b80c37cb3 img.shogun-image,
  #s-d48d804f-7f02-44e6-b01b-aa5b80c37cb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d48d804f-7f02-44e6-b01b-aa5b80c37cb3 {
    width: 100%;
    height: auto;
  }



  #s-d48d804f-7f02-44e6-b01b-aa5b80c37cb3 img.shogun-image {
    

    
    
    
  }


#s-d48d804f-7f02-44e6-b01b-aa5b80c37cb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1a7bcf5-0126-4e2c-bc00-a19d683d36ab {
  padding-top: 1px;
padding-bottom: 1px;
max-width: 237px;
aspect-ratio: 237/126;
text-align: center;
}





  #s-b1a7bcf5-0126-4e2c-bc00-a19d683d36ab img.shogun-image,
  #s-b1a7bcf5-0126-4e2c-bc00-a19d683d36ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1a7bcf5-0126-4e2c-bc00-a19d683d36ab {
    width: 100%;
    height: auto;
  }



  #s-b1a7bcf5-0126-4e2c-bc00-a19d683d36ab img.shogun-image {
    

    
    
    
  }


#s-b1a7bcf5-0126-4e2c-bc00-a19d683d36ab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7812ef3b-b445-4fac-8662-1c001e969f58"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7812ef3b-b445-4fac-8662-1c001e969f58"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7812ef3b-b445-4fac-8662-1c001e969f58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7812ef3b-b445-4fac-8662-1c001e969f58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7812ef3b-b445-4fac-8662-1c001e969f58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7812ef3b-b445-4fac-8662-1c001e969f58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7812ef3b-b445-4fac-8662-1c001e969f58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7812ef3b-b445-4fac-8662-1c001e969f58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-d7bc3907-c312-4a39-b49a-5da6bda5911b {
  text-align: center;
}







  #s-d7bc3907-c312-4a39-b49a-5da6bda5911b img.shogun-image {
    

    
    
    
  }


#s-d7bc3907-c312-4a39-b49a-5da6bda5911b .shogun-image-content {
  
    align-items: center;
  
}

#s-45fcbab3-fa4b-4bb0-ac45-836dfbf5683b {
  text-align: center;
}







  #s-45fcbab3-fa4b-4bb0-ac45-836dfbf5683b img.shogun-image {
    

    
    
    
  }


#s-45fcbab3-fa4b-4bb0-ac45-836dfbf5683b .shogun-image-content {
  
    align-items: center;
  
}

#s-0278ac89-973e-442e-a1a9-2d6b9b53fc83 {
  text-align: center;
}







  #s-0278ac89-973e-442e-a1a9-2d6b9b53fc83 img.shogun-image {
    

    
    
    
  }


#s-0278ac89-973e-442e-a1a9-2d6b9b53fc83 .shogun-image-content {
  
    align-items: center;
  
}

#s-5782b0ee-3b07-4d23-a847-99056acab016 {
  text-align: center;
}







  #s-5782b0ee-3b07-4d23-a847-99056acab016 img.shogun-image {
    

    
    
    
  }


#s-5782b0ee-3b07-4d23-a847-99056acab016 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1acdeb1-24ce-4e4a-ad1e-ad7704234ab4 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}







  #s-c1acdeb1-24ce-4e4a-ad1e-ad7704234ab4 img.shogun-image {
    

    
    
    
  }


#s-c1acdeb1-24ce-4e4a-ad1e-ad7704234ab4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-66a239bc-0b8b-472b-a63a-2695c2acfd1d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.6px);
}

[id="s-66a239bc-0b8b-472b-a63a-2695c2acfd1d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.6px);
}

}

@media (min-width: 768px) {
[id="s-66a239bc-0b8b-472b-a63a-2695c2acfd1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.6px);
}

[id="s-66a239bc-0b8b-472b-a63a-2695c2acfd1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6px);
}

}

@media (min-width: 992px) {
[id="s-66a239bc-0b8b-472b-a63a-2695c2acfd1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.6px);
}

[id="s-66a239bc-0b8b-472b-a63a-2695c2acfd1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6px);
}

}

@media (min-width: 1200px) {
[id="s-66a239bc-0b8b-472b-a63a-2695c2acfd1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.6px);
}

[id="s-66a239bc-0b8b-472b-a63a-2695c2acfd1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6px);
}

}

#s-084236d3-5778-4d5a-92f8-5f210b7709a3 {
  text-align: center;
}







  #s-084236d3-5778-4d5a-92f8-5f210b7709a3 img.shogun-image {
    

    
    
    
  }


#s-084236d3-5778-4d5a-92f8-5f210b7709a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-83e115a9-806e-4365-89da-df009afe4abb {
  text-align: center;
}







  #s-83e115a9-806e-4365-89da-df009afe4abb img.shogun-image {
    

    
    
    
  }


#s-83e115a9-806e-4365-89da-df009afe4abb .shogun-image-content {
  
    align-items: center;
  
}

#s-ba07ba44-1b4e-477e-bb75-80e0408b90c6 {
  text-align: center;
}







  #s-ba07ba44-1b4e-477e-bb75-80e0408b90c6 img.shogun-image {
    

    
    
    
  }


#s-ba07ba44-1b4e-477e-bb75-80e0408b90c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fd9d0e4-a5ba-4a53-90a8-85efe0b8c3c5 {
  text-align: center;
}







  #s-7fd9d0e4-a5ba-4a53-90a8-85efe0b8c3c5 img.shogun-image {
    

    
    
    
  }


#s-7fd9d0e4-a5ba-4a53-90a8-85efe0b8c3c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab78083-58d8-45ac-a52f-2e5daeccce49 {
  text-align: center;
}







  #s-0ab78083-58d8-45ac-a52f-2e5daeccce49 img.shogun-image {
    

    
    
    
  }


#s-0ab78083-58d8-45ac-a52f-2e5daeccce49 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8bfc07a1-1719-4a84-a48e-f04cccd8ab5b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8bfc07a1-1719-4a84-a48e-f04cccd8ab5b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8bfc07a1-1719-4a84-a48e-f04cccd8ab5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8bfc07a1-1719-4a84-a48e-f04cccd8ab5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8bfc07a1-1719-4a84-a48e-f04cccd8ab5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8bfc07a1-1719-4a84-a48e-f04cccd8ab5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bfc07a1-1719-4a84-a48e-f04cccd8ab5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8bfc07a1-1719-4a84-a48e-f04cccd8ab5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-7cbc35bb-7ffd-4b22-93a6-adde6bfb8698 {
  text-align: center;
}







  #s-7cbc35bb-7ffd-4b22-93a6-adde6bfb8698 img.shogun-image {
    

    
    
    
  }


#s-7cbc35bb-7ffd-4b22-93a6-adde6bfb8698 .shogun-image-content {
  
    align-items: center;
  
}

#s-a69a80a7-7731-4227-be93-1a27484f5d9d {
  text-align: center;
}







  #s-a69a80a7-7731-4227-be93-1a27484f5d9d img.shogun-image {
    

    
    
    
  }


#s-a69a80a7-7731-4227-be93-1a27484f5d9d .shogun-image-content {
  
    align-items: center;
  
}

#s-f594d4f6-4227-4f0e-adf6-d2707c74b499 {
  text-align: center;
}







  #s-f594d4f6-4227-4f0e-adf6-d2707c74b499 img.shogun-image {
    

    
    
    
  }


#s-f594d4f6-4227-4f0e-adf6-d2707c74b499 .shogun-image-content {
  
    align-items: center;
  
}

#s-b79962e7-6217-4a71-80fe-429ef4b4a9f8 {
  text-align: center;
}







  #s-b79962e7-6217-4a71-80fe-429ef4b4a9f8 img.shogun-image {
    

    
    
    
  }


#s-b79962e7-6217-4a71-80fe-429ef4b4a9f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-658ad645-6b35-41fd-a5e9-81ac59a41db5 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}







  #s-658ad645-6b35-41fd-a5e9-81ac59a41db5 img.shogun-image {
    

    
    
    
  }


#s-658ad645-6b35-41fd-a5e9-81ac59a41db5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1e369199-1726-4736-85b1-bbf8e7700234"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.6px);
}

[id="s-1e369199-1726-4736-85b1-bbf8e7700234"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.6px);
}

}

@media (min-width: 768px) {
[id="s-1e369199-1726-4736-85b1-bbf8e7700234"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6px);
}

[id="s-1e369199-1726-4736-85b1-bbf8e7700234"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.6px);
}

}

@media (min-width: 992px) {
[id="s-1e369199-1726-4736-85b1-bbf8e7700234"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6px);
}

[id="s-1e369199-1726-4736-85b1-bbf8e7700234"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.6px);
}

}

@media (min-width: 1200px) {
[id="s-1e369199-1726-4736-85b1-bbf8e7700234"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6px);
}

[id="s-1e369199-1726-4736-85b1-bbf8e7700234"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.6px);
}

}

#s-3ea7489a-015c-4167-a3b6-240ab74edc24 {
  text-align: center;
}







  #s-3ea7489a-015c-4167-a3b6-240ab74edc24 img.shogun-image {
    

    
    
    
  }


#s-3ea7489a-015c-4167-a3b6-240ab74edc24 .shogun-image-content {
  
    align-items: center;
  
}

#s-67f9af66-c2fe-4f41-bf9d-262e8375c4b6 {
  text-align: center;
}







  #s-67f9af66-c2fe-4f41-bf9d-262e8375c4b6 img.shogun-image {
    

    
    
    
  }


#s-67f9af66-c2fe-4f41-bf9d-262e8375c4b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-691e9edb-3d68-4706-8566-0d8c94c0d3ee {
  text-align: center;
}







  #s-691e9edb-3d68-4706-8566-0d8c94c0d3ee img.shogun-image {
    

    
    
    
  }


#s-691e9edb-3d68-4706-8566-0d8c94c0d3ee .shogun-image-content {
  
    align-items: center;
  
}

#s-cb08a9ef-094d-43ee-8788-7bb870aa785d {
  text-align: center;
}







  #s-cb08a9ef-094d-43ee-8788-7bb870aa785d img.shogun-image {
    

    
    
    
  }


#s-cb08a9ef-094d-43ee-8788-7bb870aa785d .shogun-image-content {
  
    align-items: center;
  
}

#s-91f0d422-1a6e-4b11-9152-817cdf1bfb73 {
  text-align: center;
}







  #s-91f0d422-1a6e-4b11-9152-817cdf1bfb73 img.shogun-image {
    

    
    
    
  }


#s-91f0d422-1a6e-4b11-9152-817cdf1bfb73 .shogun-image-content {
  
    align-items: center;
  
}

#s-fca6b87f-d8d4-4176-a484-4c489ea01649 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 72, 72, 0);
border-style: solid;
}
@media (min-width: 1200px){#s-fca6b87f-d8d4-4176-a484-4c489ea01649 {
  display: none;
}
#s-fca6b87f-d8d4-4176-a484-4c489ea01649, #wrap-s-fca6b87f-d8d4-4176-a484-4c489ea01649 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fca6b87f-d8d4-4176-a484-4c489ea01649 {
  display: none;
}
#s-fca6b87f-d8d4-4176-a484-4c489ea01649, #wrap-s-fca6b87f-d8d4-4176-a484-4c489ea01649 { display: none !important; }}@media (max-width: 767px){#s-fca6b87f-d8d4-4176-a484-4c489ea01649 {
  margin-bottom: 20px;
}
}
#s-fca6b87f-d8d4-4176-a484-4c489ea01649 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fca6b87f-d8d4-4176-a484-4c489ea01649 .shg-sld-nav-button.shg-sld-left,
#s-fca6b87f-d8d4-4176-a484-4c489ea01649 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-91d59d7e-c6a4-4516-8e51-eeeddc27b859"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-91d59d7e-c6a4-4516-8e51-eeeddc27b859"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91d59d7e-c6a4-4516-8e51-eeeddc27b859"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91d59d7e-c6a4-4516-8e51-eeeddc27b859"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bd91f04b-e2dc-441e-b50b-52e9714f84bc {
  max-width: 236px;
aspect-ratio: 236/126;
text-align: center;
}





  #s-bd91f04b-e2dc-441e-b50b-52e9714f84bc img.shogun-image,
  #s-bd91f04b-e2dc-441e-b50b-52e9714f84bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd91f04b-e2dc-441e-b50b-52e9714f84bc {
    width: 100%;
    height: auto;
  }



  #s-bd91f04b-e2dc-441e-b50b-52e9714f84bc img.shogun-image {
    

    
    
    
  }


#s-bd91f04b-e2dc-441e-b50b-52e9714f84bc .shogun-image-content {
  
    align-items: center;
  
}

#s-9eba9b38-b7c3-4f83-98ce-3f00698ad5e9 {
  max-width: 236px;
aspect-ratio: 236/126;
text-align: center;
}





  #s-9eba9b38-b7c3-4f83-98ce-3f00698ad5e9 img.shogun-image,
  #s-9eba9b38-b7c3-4f83-98ce-3f00698ad5e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9eba9b38-b7c3-4f83-98ce-3f00698ad5e9 {
    width: 100%;
    height: auto;
  }



  #s-9eba9b38-b7c3-4f83-98ce-3f00698ad5e9 img.shogun-image {
    

    
    
    
  }


#s-9eba9b38-b7c3-4f83-98ce-3f00698ad5e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee0b9975-7ab5-45a3-b39c-bbaf2b00d061 {
  max-width: 237px;
aspect-ratio: 237/126;
text-align: center;
}





  #s-ee0b9975-7ab5-45a3-b39c-bbaf2b00d061 img.shogun-image,
  #s-ee0b9975-7ab5-45a3-b39c-bbaf2b00d061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee0b9975-7ab5-45a3-b39c-bbaf2b00d061 {
    width: 100%;
    height: auto;
  }



  #s-ee0b9975-7ab5-45a3-b39c-bbaf2b00d061 img.shogun-image {
    

    
    
    
  }


#s-ee0b9975-7ab5-45a3-b39c-bbaf2b00d061 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3f04b78f-2b73-4eaf-a9c5-4bf406acae30"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3f04b78f-2b73-4eaf-a9c5-4bf406acae30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f04b78f-2b73-4eaf-a9c5-4bf406acae30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f04b78f-2b73-4eaf-a9c5-4bf406acae30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-05340f09-ea1f-4e10-ad9d-2c74cd6c924a {
  max-width: 237px;
aspect-ratio: 237/126;
text-align: center;
}





  #s-05340f09-ea1f-4e10-ad9d-2c74cd6c924a img.shogun-image,
  #s-05340f09-ea1f-4e10-ad9d-2c74cd6c924a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05340f09-ea1f-4e10-ad9d-2c74cd6c924a {
    width: 100%;
    height: auto;
  }



  #s-05340f09-ea1f-4e10-ad9d-2c74cd6c924a img.shogun-image {
    

    
    
    
  }


#s-05340f09-ea1f-4e10-ad9d-2c74cd6c924a .shogun-image-content {
  
    align-items: center;
  
}

#s-99106dc0-27a7-42c5-a9b7-577132310da1 {
  max-width: 237px;
aspect-ratio: 237/126;
text-align: center;
}





  #s-99106dc0-27a7-42c5-a9b7-577132310da1 img.shogun-image,
  #s-99106dc0-27a7-42c5-a9b7-577132310da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99106dc0-27a7-42c5-a9b7-577132310da1 {
    width: 100%;
    height: auto;
  }



  #s-99106dc0-27a7-42c5-a9b7-577132310da1 img.shogun-image {
    

    
    
    
  }


#s-99106dc0-27a7-42c5-a9b7-577132310da1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab51d012-9f35-426d-a28f-52c4c3f2c6cb {
  max-width: 237px;
aspect-ratio: 237/126;
text-align: center;
}





  #s-ab51d012-9f35-426d-a28f-52c4c3f2c6cb img.shogun-image,
  #s-ab51d012-9f35-426d-a28f-52c4c3f2c6cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab51d012-9f35-426d-a28f-52c4c3f2c6cb {
    width: 100%;
    height: auto;
  }



  #s-ab51d012-9f35-426d-a28f-52c4c3f2c6cb img.shogun-image {
    

    
    
    
  }


#s-ab51d012-9f35-426d-a28f-52c4c3f2c6cb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2dceb77e-e2f2-4dcc-bb1e-751e25d77985"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2dceb77e-e2f2-4dcc-bb1e-751e25d77985"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2dceb77e-e2f2-4dcc-bb1e-751e25d77985"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dceb77e-e2f2-4dcc-bb1e-751e25d77985"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-30fe3bde-ff2d-4870-a08d-3e77d097eadc {
  text-align: center;
}







  #s-30fe3bde-ff2d-4870-a08d-3e77d097eadc img.shogun-image {
    

    
    
    
  }


#s-30fe3bde-ff2d-4870-a08d-3e77d097eadc .shogun-image-content {
  
    align-items: center;
  
}

#s-5dd365f1-9ae8-4e36-92f9-60942dadbb11 {
  text-align: center;
}







  #s-5dd365f1-9ae8-4e36-92f9-60942dadbb11 img.shogun-image {
    

    
    
    
  }


#s-5dd365f1-9ae8-4e36-92f9-60942dadbb11 .shogun-image-content {
  
    align-items: center;
  
}

#s-49cfc4d1-826c-4193-86dc-3417b987dd5f {
  text-align: center;
}







  #s-49cfc4d1-826c-4193-86dc-3417b987dd5f img.shogun-image {
    

    
    
    
  }


#s-49cfc4d1-826c-4193-86dc-3417b987dd5f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9c96ceee-608e-4372-bf28-14aa6a65c87e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9c96ceee-608e-4372-bf28-14aa6a65c87e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c96ceee-608e-4372-bf28-14aa6a65c87e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c96ceee-608e-4372-bf28-14aa6a65c87e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-36b3caf3-c8f7-4cc0-a343-f78ce4413507 {
  text-align: center;
}







  #s-36b3caf3-c8f7-4cc0-a343-f78ce4413507 img.shogun-image {
    

    
    
    
  }


#s-36b3caf3-c8f7-4cc0-a343-f78ce4413507 .shogun-image-content {
  
    align-items: center;
  
}

#s-aefafbc0-ec5d-4d9d-8303-d74cbf193d4a {
  text-align: center;
}







  #s-aefafbc0-ec5d-4d9d-8303-d74cbf193d4a img.shogun-image {
    

    
    
    
  }


#s-aefafbc0-ec5d-4d9d-8303-d74cbf193d4a .shogun-image-content {
  
    align-items: center;
  
}

#s-4eea7518-8c52-48a6-a11b-94c259392d15 {
  text-align: center;
}







  #s-4eea7518-8c52-48a6-a11b-94c259392d15 img.shogun-image {
    

    
    
    
  }


#s-4eea7518-8c52-48a6-a11b-94c259392d15 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-22d0c725-0330-4818-bd9f-627d642f36e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-22d0c725-0330-4818-bd9f-627d642f36e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-22d0c725-0330-4818-bd9f-627d642f36e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-22d0c725-0330-4818-bd9f-627d642f36e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bc219d14-9cc3-4116-9123-c8c9f3b75f28 {
  text-align: center;
}







  #s-bc219d14-9cc3-4116-9123-c8c9f3b75f28 img.shogun-image {
    

    
    
    
  }


#s-bc219d14-9cc3-4116-9123-c8c9f3b75f28 .shogun-image-content {
  
    align-items: center;
  
}

#s-12544d0e-37da-4b84-a2d9-94f552cf20c1 {
  text-align: center;
}







  #s-12544d0e-37da-4b84-a2d9-94f552cf20c1 img.shogun-image {
    

    
    
    
  }


#s-12544d0e-37da-4b84-a2d9-94f552cf20c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-871f1174-4bb6-4bae-bb22-e6c28471bba5 {
  text-align: center;
}







  #s-871f1174-4bb6-4bae-bb22-e6c28471bba5 img.shogun-image {
    

    
    
    
  }


#s-871f1174-4bb6-4bae-bb22-e6c28471bba5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f844ffae-6b59-41e9-8c0f-11ea38fd2471"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-f844ffae-6b59-41e9-8c0f-11ea38fd2471"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-f844ffae-6b59-41e9-8c0f-11ea38fd2471"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-f844ffae-6b59-41e9-8c0f-11ea38fd2471"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

#s-e18758e6-c6f1-4f9e-9824-e2a89acc6ccd {
  text-align: center;
}







  #s-e18758e6-c6f1-4f9e-9824-e2a89acc6ccd img.shogun-image {
    

    
    
    
  }


#s-e18758e6-c6f1-4f9e-9824-e2a89acc6ccd .shogun-image-content {
  
    align-items: center;
  
}

#s-4fbf01dd-7389-4e4e-b08d-53f080a7c292 {
  text-align: center;
}







  #s-4fbf01dd-7389-4e4e-b08d-53f080a7c292 img.shogun-image {
    

    
    
    
  }


#s-4fbf01dd-7389-4e4e-b08d-53f080a7c292 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f43ad97-3a82-4fb4-bad8-38ae5123cad6 {
  text-align: center;
}







  #s-4f43ad97-3a82-4fb4-bad8-38ae5123cad6 img.shogun-image {
    

    
    
    
  }


#s-4f43ad97-3a82-4fb4-bad8-38ae5123cad6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e22667d0-7fee-4a2d-af23-dd0bd04ac469"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e22667d0-7fee-4a2d-af23-dd0bd04ac469"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e22667d0-7fee-4a2d-af23-dd0bd04ac469"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e22667d0-7fee-4a2d-af23-dd0bd04ac469"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-06d2fe20-e2bf-4ff8-960d-50429a161851 {
  text-align: center;
}







  #s-06d2fe20-e2bf-4ff8-960d-50429a161851 img.shogun-image {
    

    
    
    
  }


#s-06d2fe20-e2bf-4ff8-960d-50429a161851 .shogun-image-content {
  
    align-items: center;
  
}

#s-08d440bc-456e-4d35-8bad-b070eba0427f {
  text-align: center;
}







  #s-08d440bc-456e-4d35-8bad-b070eba0427f img.shogun-image {
    

    
    
    
  }


#s-08d440bc-456e-4d35-8bad-b070eba0427f .shogun-image-content {
  
    align-items: center;
  
}

#s-79dd2eae-dbdb-4bf2-9b25-83e0b4a48378 {
  text-align: center;
}







  #s-79dd2eae-dbdb-4bf2-9b25-83e0b4a48378 img.shogun-image {
    

    
    
    
  }


#s-79dd2eae-dbdb-4bf2-9b25-83e0b4a48378 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-eeb320bf-ce91-4d4e-805c-295a00df0855"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eeb320bf-ce91-4d4e-805c-295a00df0855"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eeb320bf-ce91-4d4e-805c-295a00df0855"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eeb320bf-ce91-4d4e-805c-295a00df0855"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eeb320bf-ce91-4d4e-805c-295a00df0855"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eeb320bf-ce91-4d4e-805c-295a00df0855"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeb320bf-ce91-4d4e-805c-295a00df0855"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eeb320bf-ce91-4d4e-805c-295a00df0855"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-2f9c5279-2c83-43a5-98d4-6d212667f269 {
  text-align: center;
}







  #s-2f9c5279-2c83-43a5-98d4-6d212667f269 img.shogun-image {
    

    
    
    
  }


#s-2f9c5279-2c83-43a5-98d4-6d212667f269 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a464523-a3e9-4273-abef-a168bcf623c6 {
  text-align: center;
}







  #s-0a464523-a3e9-4273-abef-a168bcf623c6 img.shogun-image {
    

    
    
    
  }


#s-0a464523-a3e9-4273-abef-a168bcf623c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-33e9f534-cba2-4062-8480-56897c577e17 {
  text-align: center;
}







  #s-33e9f534-cba2-4062-8480-56897c577e17 img.shogun-image {
    

    
    
    
  }


#s-33e9f534-cba2-4062-8480-56897c577e17 .shogun-image-content {
  
    align-items: center;
  
}

#s-7357ccff-41df-4349-95f9-599463293cc9 {
  text-align: center;
}







  #s-7357ccff-41df-4349-95f9-599463293cc9 img.shogun-image {
    

    
    
    
  }


#s-7357ccff-41df-4349-95f9-599463293cc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed0283ab-f84e-42be-8b81-d0571ac84e67 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}







  #s-ed0283ab-f84e-42be-8b81-d0571ac84e67 img.shogun-image {
    

    
    
    
  }


#s-ed0283ab-f84e-42be-8b81-d0571ac84e67 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0a5f071c-426d-4553-89c5-181242b9eef8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-0a5f071c-426d-4553-89c5-181242b9eef8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-0a5f071c-426d-4553-89c5-181242b9eef8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-0a5f071c-426d-4553-89c5-181242b9eef8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

#s-51638ac5-464b-4116-8490-71580e49dc1e {
  text-align: center;
}







  #s-51638ac5-464b-4116-8490-71580e49dc1e img.shogun-image {
    

    
    
    
  }


#s-51638ac5-464b-4116-8490-71580e49dc1e .shogun-image-content {
  
    align-items: center;
  
}

#s-99dc76ce-1477-450b-9b45-2441678ccaba {
  text-align: center;
}







  #s-99dc76ce-1477-450b-9b45-2441678ccaba img.shogun-image {
    

    
    
    
  }


#s-99dc76ce-1477-450b-9b45-2441678ccaba .shogun-image-content {
  
    align-items: center;
  
}

#s-02f6c091-76c8-4bff-b1df-d5a65e8bf8a6 {
  text-align: center;
}







  #s-02f6c091-76c8-4bff-b1df-d5a65e8bf8a6 img.shogun-image {
    

    
    
    
  }


#s-02f6c091-76c8-4bff-b1df-d5a65e8bf8a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f668ec27-23df-45c7-a49a-4cdb3dc443b8 {
  padding-left: 150px;
padding-right: 150px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-f668ec27-23df-45c7-a49a-4cdb3dc443b8 {
  padding-top: 50px;
padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f668ec27-23df-45c7-a49a-4cdb3dc443b8 {
  padding-left: 120px;
padding-right: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f668ec27-23df-45c7-a49a-4cdb3dc443b8 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-f668ec27-23df-45c7-a49a-4cdb3dc443b8 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-f668ec27-23df-45c7-a49a-4cdb3dc443b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f668ec27-23df-45c7-a49a-4cdb3dc443b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a22af6b-849b-4606-ba00-d3b963017d64 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-2a22af6b-849b-4606-ba00-d3b963017d64 {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
}
}







#s-2a22af6b-849b-4606-ba00-d3b963017d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a22af6b-849b-4606-ba00-d3b963017d64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e6f49a4-2d2a-4772-ba73-07e920e920c0 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-9e6f49a4-2d2a-4772-ba73-07e920e920c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e6f49a4-2d2a-4772-ba73-07e920e920c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9e6f49a4-2d2a-4772-ba73-07e920e920c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e6f49a4-2d2a-4772-ba73-07e920e920c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-6e1a02b8-f2da-4e55-81ac-c7be2158bcdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6e1a02b8-f2da-4e55-81ac-c7be2158bcdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6e1a02b8-f2da-4e55-81ac-c7be2158bcdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e1a02b8-f2da-4e55-81ac-c7be2158bcdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-dd278035-cdac-4495-bae5-df5ada1c7cee {
  min-height: 50px;
}








#s-dd278035-cdac-4495-bae5-df5ada1c7cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd278035-cdac-4495-bae5-df5ada1c7cee {
  cursor: pointer;
}#s-dd278035-cdac-4495-bae5-df5ada1c7cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1e47c03-f655-4d74-975d-97b04798cc3b {
  text-align: center;
}







  #s-f1e47c03-f655-4d74-975d-97b04798cc3b img.shogun-image {
    

    
    
    
  }


#s-f1e47c03-f655-4d74-975d-97b04798cc3b .shogun-image-content {
  
    align-items: center;
  
}

#s-4c2f49cb-a668-4357-8d17-1c6d3893c7bb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-b15db886-c4b6-4523-83a7-ed28a639fc17 {
  min-height: 50px;
}








#s-b15db886-c4b6-4523-83a7-ed28a639fc17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b15db886-c4b6-4523-83a7-ed28a639fc17 {
  cursor: pointer;
}#s-b15db886-c4b6-4523-83a7-ed28a639fc17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-371a9b98-bd59-4f58-9918-2e7f4ba907fe {
  max-width: 1045px;
aspect-ratio: 1045/1211;
text-align: center;
}





  #s-371a9b98-bd59-4f58-9918-2e7f4ba907fe img.shogun-image,
  #s-371a9b98-bd59-4f58-9918-2e7f4ba907fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-371a9b98-bd59-4f58-9918-2e7f4ba907fe {
    width: 100%;
    height: auto;
  }



  #s-371a9b98-bd59-4f58-9918-2e7f4ba907fe img.shogun-image {
    

    
    
    
  }


#s-371a9b98-bd59-4f58-9918-2e7f4ba907fe .shogun-image-content {
  
    align-items: center;
  
}

#s-8976530d-8e90-4abe-9378-0a8829f2b1dc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-de428877-9cae-4ee2-a564-e2944ada5244"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-de428877-9cae-4ee2-a564-e2944ada5244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-de428877-9cae-4ee2-a564-e2944ada5244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-de428877-9cae-4ee2-a564-e2944ada5244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-211d73e6-3c95-40b5-a45b-62e6ff40d4bb {
  min-height: 50px;
}








#s-211d73e6-3c95-40b5-a45b-62e6ff40d4bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-211d73e6-3c95-40b5-a45b-62e6ff40d4bb {
  cursor: pointer;
}#s-211d73e6-3c95-40b5-a45b-62e6ff40d4bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-744443c9-e9d8-4570-94b9-d889d43df1a7 {
  max-width: 1045px;
aspect-ratio: 1045/1211;
text-align: center;
}





  #s-744443c9-e9d8-4570-94b9-d889d43df1a7 img.shogun-image,
  #s-744443c9-e9d8-4570-94b9-d889d43df1a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-744443c9-e9d8-4570-94b9-d889d43df1a7 {
    width: 100%;
    height: auto;
  }



  #s-744443c9-e9d8-4570-94b9-d889d43df1a7 img.shogun-image {
    

    
    
    
  }


#s-744443c9-e9d8-4570-94b9-d889d43df1a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1471ce91-69ef-4e81-a328-beb179d20f33 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-8fd45c55-f2b4-4b7c-9859-e926888ad6c3 {
  min-height: 50px;
}








#s-8fd45c55-f2b4-4b7c-9859-e926888ad6c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fd45c55-f2b4-4b7c-9859-e926888ad6c3 {
  cursor: pointer;
}#s-8fd45c55-f2b4-4b7c-9859-e926888ad6c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5d8a321-a2ab-40b2-9cd5-ac41c5660bc5 {
  max-width: 1045px;
aspect-ratio: 1045/1211;
text-align: center;
}





  #s-f5d8a321-a2ab-40b2-9cd5-ac41c5660bc5 img.shogun-image,
  #s-f5d8a321-a2ab-40b2-9cd5-ac41c5660bc5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5d8a321-a2ab-40b2-9cd5-ac41c5660bc5 {
    width: 100%;
    height: auto;
  }



  #s-f5d8a321-a2ab-40b2-9cd5-ac41c5660bc5 img.shogun-image {
    

    
    
    
  }


#s-f5d8a321-a2ab-40b2-9cd5-ac41c5660bc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-91fd9782-ac13-4bfc-adf7-33500e78ae05 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-d6edbbf1-84fa-4abe-8b92-b02a9073c526 {
  padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-d6edbbf1-84fa-4abe-8b92-b02a9073c526"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6edbbf1-84fa-4abe-8b92-b02a9073c526"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d6edbbf1-84fa-4abe-8b92-b02a9073c526"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6edbbf1-84fa-4abe-8b92-b02a9073c526"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 0px) {
[id="s-569182ec-c1a6-46e7-a2a8-e822deeeb433"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-569182ec-c1a6-46e7-a2a8-e822deeeb433"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-569182ec-c1a6-46e7-a2a8-e822deeeb433"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-569182ec-c1a6-46e7-a2a8-e822deeeb433"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2ee4bb10-18a0-4756-8718-777386aed06d {
  min-height: 50px;
}








#s-2ee4bb10-18a0-4756-8718-777386aed06d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ee4bb10-18a0-4756-8718-777386aed06d {
  cursor: pointer;
}#s-2ee4bb10-18a0-4756-8718-777386aed06d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0d60d1f-48f8-445e-8e7d-b4966a933633 {
  max-width: 1045px;
aspect-ratio: 1045/1211;
text-align: center;
}





  #s-d0d60d1f-48f8-445e-8e7d-b4966a933633 img.shogun-image,
  #s-d0d60d1f-48f8-445e-8e7d-b4966a933633 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0d60d1f-48f8-445e-8e7d-b4966a933633 {
    width: 100%;
    height: auto;
  }



  #s-d0d60d1f-48f8-445e-8e7d-b4966a933633 img.shogun-image {
    

    
    
    
  }


#s-d0d60d1f-48f8-445e-8e7d-b4966a933633 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f117d32-7552-44c2-bcec-279631ee461c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-2ab955e1-6b77-4d6d-be6a-d179b5e46bcd {
  min-height: 50px;
}








#s-2ab955e1-6b77-4d6d-be6a-d179b5e46bcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab955e1-6b77-4d6d-be6a-d179b5e46bcd {
  cursor: pointer;
}#s-2ab955e1-6b77-4d6d-be6a-d179b5e46bcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a82ce87-1a0f-4c10-88c6-c44d63a0aeb2 {
  max-width: 1045px;
aspect-ratio: 1045/1211;
text-align: center;
}





  #s-2a82ce87-1a0f-4c10-88c6-c44d63a0aeb2 img.shogun-image,
  #s-2a82ce87-1a0f-4c10-88c6-c44d63a0aeb2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a82ce87-1a0f-4c10-88c6-c44d63a0aeb2 {
    width: 100%;
    height: auto;
  }



  #s-2a82ce87-1a0f-4c10-88c6-c44d63a0aeb2 img.shogun-image {
    

    
    
    
  }


#s-2a82ce87-1a0f-4c10-88c6-c44d63a0aeb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c47813b-8dd8-4d7c-b0bc-a9650d78ac6a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ee87bead-d11b-47a4-8f18-42478e94795a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ee87bead-d11b-47a4-8f18-42478e94795a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ee87bead-d11b-47a4-8f18-42478e94795a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee87bead-d11b-47a4-8f18-42478e94795a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e46f742f-1b79-4dfd-b899-a4b7a7aa3da0 {
  min-height: 50px;
}








#s-e46f742f-1b79-4dfd-b899-a4b7a7aa3da0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e46f742f-1b79-4dfd-b899-a4b7a7aa3da0 {
  cursor: pointer;
}#s-e46f742f-1b79-4dfd-b899-a4b7a7aa3da0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29489921-50a2-4324-940a-07329f9ba724 {
  max-width: 1045px;
aspect-ratio: 1045/1211;
text-align: center;
}





  #s-29489921-50a2-4324-940a-07329f9ba724 img.shogun-image,
  #s-29489921-50a2-4324-940a-07329f9ba724 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29489921-50a2-4324-940a-07329f9ba724 {
    width: 100%;
    height: auto;
  }



  #s-29489921-50a2-4324-940a-07329f9ba724 img.shogun-image {
    

    
    
    
  }


#s-29489921-50a2-4324-940a-07329f9ba724 .shogun-image-content {
  
    align-items: center;
  
}

#s-89f53aa7-32f9-4f3d-8c80-7452d68bd80e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-dacf3ba2-71a3-4c71-86fc-62daa5b7a25f {
  min-height: 50px;
}








#s-dacf3ba2-71a3-4c71-86fc-62daa5b7a25f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dacf3ba2-71a3-4c71-86fc-62daa5b7a25f {
  cursor: pointer;
}#s-dacf3ba2-71a3-4c71-86fc-62daa5b7a25f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0d8b522-05ba-41cc-a224-e3237346b839 {
  text-align: center;
}







  #s-f0d8b522-05ba-41cc-a224-e3237346b839 img.shogun-image {
    

    
    
    
  }


#s-f0d8b522-05ba-41cc-a224-e3237346b839 .shogun-image-content {
  
    align-items: center;
  
}

#s-14651e2d-b46a-4647-b8cb-ad16a7d2b00d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-f643a731-ef26-4b50-af88-b01f2bd21fa2 {
  border-style: solid;
margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 38px;
padding-bottom: 4px;
padding-right: 38px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(137, 196, 157, 1);
border-radius: 25px;
background-color: rgba(255, 255, 255, 0.01);
text-align: center;
text-decoration: none;
color: rgba(132, 195, 154, 1);
background-image: none;
hover-type: color;
}
#s-f643a731-ef26-4b50-af88-b01f2bd21fa2:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(137, 196, 157, 1) !important;
border-radius: 25px !important;
background-color: rgba(211, 230, 215, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(128, 184, 147, 1) !important;}#s-f643a731-ef26-4b50-af88-b01f2bd21fa2:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(137, 196, 157, 1) !important;
border-radius: 25px !important;
background-color: rgba(211, 230, 215, 1) !important;
text-decoration: none !important;
color: rgba(128, 184, 147, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f643a731-ef26-4b50-af88-b01f2bd21fa2-root {
    text-align: center;
  }


#s-f643a731-ef26-4b50-af88-b01f2bd21fa2.shg-btn {
  color: rgba(132, 195, 154, 1);
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f643a731-ef26-4b50-af88-b01f2bd21fa2-root {
    text-align: center;
  }


#s-f643a731-ef26-4b50-af88-b01f2bd21fa2.shg-btn {
  color: rgba(132, 195, 154, 1);
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f643a731-ef26-4b50-af88-b01f2bd21fa2-root {
    text-align: center;
  }


#s-f643a731-ef26-4b50-af88-b01f2bd21fa2.shg-btn {
  color: rgba(132, 195, 154, 1);
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f643a731-ef26-4b50-af88-b01f2bd21fa2-root {
    text-align: center;
  }


#s-f643a731-ef26-4b50-af88-b01f2bd21fa2.shg-btn {
  color: rgba(132, 195, 154, 1);
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f643a731-ef26-4b50-af88-b01f2bd21fa2-root {
    text-align: center;
  }


#s-f643a731-ef26-4b50-af88-b01f2bd21fa2.shg-btn {
  color: rgba(132, 195, 154, 1);
  font-size: 14px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
@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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
}

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

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

#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;
  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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
