.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-2b319b8a-0518-446c-af92-5a05af9c91fc {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}

#s-2b319b8a-0518-446c-af92-5a05af9c91fc {
  background-image: url(https://i.shgcdn.com/a850ceea-989e-4aba-b5b0-fffc711ce877/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2b319b8a-0518-446c-af92-5a05af9c91fc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-2b319b8a-0518-446c-af92-5a05af9c91fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-af18a625-8a39-44ab-8cea-8b5e30f68487 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-af18a625-8a39-44ab-8cea-8b5e30f68487"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af18a625-8a39-44ab-8cea-8b5e30f68487"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af18a625-8a39-44ab-8cea-8b5e30f68487"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af18a625-8a39-44ab-8cea-8b5e30f68487"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af18a625-8a39-44ab-8cea-8b5e30f68487"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af18a625-8a39-44ab-8cea-8b5e30f68487"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af18a625-8a39-44ab-8cea-8b5e30f68487"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 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-88e8a996-34d7-4bd7-a349-32a62e23cb35 {
  max-width: 2988px;
aspect-ratio: 2988/1989;
text-align: center;
}





  #s-88e8a996-34d7-4bd7-a349-32a62e23cb35 img.shogun-image,
  #s-88e8a996-34d7-4bd7-a349-32a62e23cb35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88e8a996-34d7-4bd7-a349-32a62e23cb35 {
    width: 100%;
    height: auto;
  }



  #s-88e8a996-34d7-4bd7-a349-32a62e23cb35 img.shogun-image {
    

    
    
    
  }


#s-88e8a996-34d7-4bd7-a349-32a62e23cb35 .shogun-image-content {
  
    align-items: 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: ;
  font-family: ;
  font-weight: ;
}

.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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-d2f6af5d-2cf8-491f-b267-cda7564bb4a4 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-00adb1e0-940e-4333-97ab-f35a3aa17e0b {
  min-height: 50px;
}








#s-00adb1e0-940e-4333-97ab-f35a3aa17e0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00adb1e0-940e-4333-97ab-f35a3aa17e0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fedfb29-0c4b-4e06-bc95-7997b11a19b3 {
  min-height: 50px;
}








#s-2fedfb29-0c4b-4e06-bc95-7997b11a19b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fedfb29-0c4b-4e06-bc95-7997b11a19b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content>div {
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-28b1d008-7004-44b4-8984-9db18886e37c {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}





  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image,
  #s-28b1d008-7004-44b4-8984-9db18886e37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c {
    width: 100%;
    height: auto;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
    
    
  }


.s-28b1d008-7004-44b4-8984-9db18886e37c .shogun-image-content {
  
    align-items: center;
  
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image,
  #s-28b1d008-7004-44b4-8984-9db18886e37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c {
    width: 100%;
    height: auto;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
    
    
  }


.s-28b1d008-7004-44b4-8984-9db18886e37c .shogun-image-content {
  
    align-items: center;
  
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
  box-sizing: border-box;
}

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



  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image,
  #s-28b1d008-7004-44b4-8984-9db18886e37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c {
    width: 100%;
    height: auto;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
    
    
  }


.s-28b1d008-7004-44b4-8984-9db18886e37c .shogun-image-content {
  
    align-items: center;
  
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
  box-sizing: border-box;
}

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



  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image,
  #s-28b1d008-7004-44b4-8984-9db18886e37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c {
    width: 100%;
    height: auto;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
    
    
  }


.s-28b1d008-7004-44b4-8984-9db18886e37c .shogun-image-content {
  
    align-items: center;
  
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
  box-sizing: border-box;
}

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



  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image,
  #s-28b1d008-7004-44b4-8984-9db18886e37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c {
    width: 100%;
    height: auto;
  }

  #s-28b1d008-7004-44b4-8984-9db18886e37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
    
    
  }


.s-28b1d008-7004-44b4-8984-9db18886e37c .shogun-image-content {
  
    align-items: center;
  
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b1d008-7004-44b4-8984-9db18886e37c.shogun-image {
  box-sizing: border-box;
}

}
#s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}





  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image,
  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 {
    width: 100%;
    height: auto;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
    
    
  }


.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image,
  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 {
    width: 100%;
    height: auto;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
    
    
  }


.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
  box-sizing: border-box;
}

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



  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image,
  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 {
    width: 100%;
    height: auto;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
    
    
  }


.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
  box-sizing: border-box;
}

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



  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image,
  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 {
    width: 100%;
    height: auto;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
    
    
  }


.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
  box-sizing: border-box;
}

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



  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image,
  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 {
    width: 100%;
    height: auto;
  }

  #s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
    
    
  }


.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e24d8a-ec36-48af-a2eb-50aeb7bae1a2.shogun-image {
  box-sizing: border-box;
}

}
#s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}





  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image,
  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 {
    width: 100%;
    height: auto;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
    
    
  }


.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image,
  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 {
    width: 100%;
    height: auto;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
    
    
  }


.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
  box-sizing: border-box;
}

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



  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image,
  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 {
    width: 100%;
    height: auto;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
    
    
  }


.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
  box-sizing: border-box;
}

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



  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image,
  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 {
    width: 100%;
    height: auto;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
    
    
  }


.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
  box-sizing: border-box;
}

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



  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image,
  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 {
    width: 100%;
    height: auto;
  }

  #s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
    
    
  }


.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6791b17e-7fe4-4ded-a7c6-771179ea80c5.shogun-image {
  box-sizing: border-box;
}

}
#s-2c4d31d5-bfcb-4d67-8cdd-619f62d091ff {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d9dc58f5-674d-4704-887b-4f4d1241a38a {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}





  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image,
  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a {
    width: 100%;
    height: auto;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
    
    
  }


.s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shogun-image-content {
  
    align-items: center;
  
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image,
  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a {
    width: 100%;
    height: auto;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
    
    
  }


.s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shogun-image-content {
  
    align-items: center;
  
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
  box-sizing: border-box;
}

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



  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image,
  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a {
    width: 100%;
    height: auto;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
    
    
  }


.s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shogun-image-content {
  
    align-items: center;
  
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
  box-sizing: border-box;
}

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



  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image,
  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a {
    width: 100%;
    height: auto;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
    
    
  }


.s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shogun-image-content {
  
    align-items: center;
  
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
  box-sizing: border-box;
}

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



  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image,
  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a {
    width: 100%;
    height: auto;
  }

  #s-d9dc58f5-674d-4704-887b-4f4d1241a38a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
    
    
  }


.s-d9dc58f5-674d-4704-887b-4f4d1241a38a .shogun-image-content {
  
    align-items: center;
  
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9dc58f5-674d-4704-887b-4f4d1241a38a.shogun-image {
  box-sizing: border-box;
}

}
#s-5af19611-9409-4318-bcb1-809788d5e283 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}





  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image,
  #s-5af19611-9409-4318-bcb1-809788d5e283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 {
    width: 100%;
    height: auto;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
    
    
  }


.s-5af19611-9409-4318-bcb1-809788d5e283 .shogun-image-content {
  
    align-items: center;
  
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image,
  #s-5af19611-9409-4318-bcb1-809788d5e283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 {
    width: 100%;
    height: auto;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
    
    
  }


.s-5af19611-9409-4318-bcb1-809788d5e283 .shogun-image-content {
  
    align-items: center;
  
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
  box-sizing: border-box;
}

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



  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image,
  #s-5af19611-9409-4318-bcb1-809788d5e283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 {
    width: 100%;
    height: auto;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
    
    
  }


.s-5af19611-9409-4318-bcb1-809788d5e283 .shogun-image-content {
  
    align-items: center;
  
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
  box-sizing: border-box;
}

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



  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image,
  #s-5af19611-9409-4318-bcb1-809788d5e283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 {
    width: 100%;
    height: auto;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
    
    
  }


.s-5af19611-9409-4318-bcb1-809788d5e283 .shogun-image-content {
  
    align-items: center;
  
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
  box-sizing: border-box;
}

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



  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image,
  #s-5af19611-9409-4318-bcb1-809788d5e283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 {
    width: 100%;
    height: auto;
  }

  #s-5af19611-9409-4318-bcb1-809788d5e283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
    
    
  }


.s-5af19611-9409-4318-bcb1-809788d5e283 .shogun-image-content {
  
    align-items: center;
  
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5af19611-9409-4318-bcb1-809788d5e283.shogun-image {
  box-sizing: border-box;
}

}
#s-70309d06-8b6a-487f-8fef-b17ffc6d1b4e {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}





  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image,
  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 {
    width: 100%;
    height: auto;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
    
    
  }


.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image,
  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 {
    width: 100%;
    height: auto;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
    
    
  }


.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
  box-sizing: border-box;
}

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



  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image,
  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 {
    width: 100%;
    height: auto;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
    
    
  }


.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
  box-sizing: border-box;
}

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



  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image,
  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 {
    width: 100%;
    height: auto;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
    
    
  }


.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
  box-sizing: border-box;
}

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



  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image,
  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 {
    width: 100%;
    height: auto;
  }

  #s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
    
    
  }


.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b67d92c-a3f9-41d6-b9f9-619fdca53f95.shogun-image {
  box-sizing: border-box;
}

}
#s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}





  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image,
  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 {
    width: 100%;
    height: auto;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
    
    
  }


.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image,
  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 {
    width: 100%;
    height: auto;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
    
    
  }


.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
  box-sizing: border-box;
}

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



  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image,
  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 {
    width: 100%;
    height: auto;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
    
    
  }


.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
  box-sizing: border-box;
}

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



  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image,
  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 {
    width: 100%;
    height: auto;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
    
    
  }


.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
  box-sizing: border-box;
}

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



  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image,
  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 {
    width: 100%;
    height: auto;
  }

  #s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
    
    
  }


.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bd98ee-6f8a-496b-a9f7-a1cddca95952.shogun-image {
  box-sizing: border-box;
}

}
#s-20d3790e-c7f6-4a23-9e44-2a1deaec7e85 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b99f3432-4e18-4e1d-9f43-78746db446f6 {
  background-size: contain;
margin-left: 8%;
margin-right: 8%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-attachment: scroll;
background-position: center top;
background-repeat: no-repeat;
}








#s-b99f3432-4e18-4e1d-9f43-78746db446f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99f3432-4e18-4e1d-9f43-78746db446f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-72aa60e2-3e3b-4657-b73b-e67d2a2997fb hr {
  border-top: 2px solid #ddd;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-7949d974-0a71-4ade-bacf-21aab1a13a01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7949d974-0a71-4ade-bacf-21aab1a13a01 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42ba09e7-5df7-4c3b-87ae-5b7eaff22eb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-58b9c63e-c206-4d88-a400-4376c5be6263 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-58b9c63e-c206-4d88-a400-4376c5be6263 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-58b9c63e-c206-4d88-a400-4376c5be6263 .shg-sld-nav-button.shg-sld-left,
#s-58b9c63e-c206-4d88-a400-4376c5be6263 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-147e1e4e-3565-446a-ba0f-0defe3953bc6 {
  text-align: center;
}
#s-147e1e4e-3565-446a-ba0f-0defe3953bc6:hover {opacity: 0.5 !important;}






  #s-147e1e4e-3565-446a-ba0f-0defe3953bc6 img.shogun-image {
    

    
    
    
  }


#s-147e1e4e-3565-446a-ba0f-0defe3953bc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-70fa929f-7ad6-4409-989b-e08d43a877ab {
  text-align: center;
}
#s-70fa929f-7ad6-4409-989b-e08d43a877ab:hover {opacity: 0.5 !important;}






  #s-70fa929f-7ad6-4409-989b-e08d43a877ab img.shogun-image {
    

    
    
    
  }


#s-70fa929f-7ad6-4409-989b-e08d43a877ab .shogun-image-content {
  
    align-items: center;
  
}

#s-c9dded6a-9923-42ed-ae6b-fb821deafbe7 {
  text-align: center;
}
#s-c9dded6a-9923-42ed-ae6b-fb821deafbe7:hover {opacity: 0.5 !important;}






  #s-c9dded6a-9923-42ed-ae6b-fb821deafbe7 img.shogun-image {
    

    
    
    
  }


#s-c9dded6a-9923-42ed-ae6b-fb821deafbe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-27f22cd3-18a6-4b30-bac2-97e6a4e29b21 {
  text-align: center;
}
#s-27f22cd3-18a6-4b30-bac2-97e6a4e29b21:hover {opacity: 0.5 !important;}






  #s-27f22cd3-18a6-4b30-bac2-97e6a4e29b21 img.shogun-image {
    

    
    
    
  }


#s-27f22cd3-18a6-4b30-bac2-97e6a4e29b21 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b827942-495e-408d-9706-59ebb4340492 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-7b827942-495e-408d-9706-59ebb4340492:hover {opacity: 0.5 !important;}




  #s-7b827942-495e-408d-9706-59ebb4340492 img.shogun-image,
  #s-7b827942-495e-408d-9706-59ebb4340492 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b827942-495e-408d-9706-59ebb4340492 {
    width: 100%;
    height: auto;
  }



  #s-7b827942-495e-408d-9706-59ebb4340492 img.shogun-image {
    

    
    
    
  }


#s-7b827942-495e-408d-9706-59ebb4340492 .shogun-image-content {
  
    align-items: center;
  
}

#s-34c0a44b-fe7b-4219-949e-de02fe066b9d {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-34c0a44b-fe7b-4219-949e-de02fe066b9d:hover {opacity: 0.5 !important;}




  #s-34c0a44b-fe7b-4219-949e-de02fe066b9d img.shogun-image,
  #s-34c0a44b-fe7b-4219-949e-de02fe066b9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34c0a44b-fe7b-4219-949e-de02fe066b9d {
    width: 100%;
    height: auto;
  }



  #s-34c0a44b-fe7b-4219-949e-de02fe066b9d img.shogun-image {
    

    
    
    
  }


#s-34c0a44b-fe7b-4219-949e-de02fe066b9d .shogun-image-content {
  
    align-items: center;
  
}

#s-b2064e8d-f1dc-4923-a768-1f2134f5f78f {
  text-align: center;
}







  #s-b2064e8d-f1dc-4923-a768-1f2134f5f78f img.shogun-image {
    

    
    
    
  }


#s-b2064e8d-f1dc-4923-a768-1f2134f5f78f .shogun-image-content {
  
    align-items: center;
  
}

#s-f4f9fac8-b63e-45b2-8cfa-08dd448e249e {
  text-align: center;
}







  #s-f4f9fac8-b63e-45b2-8cfa-08dd448e249e img.shogun-image {
    

    
    
    
  }


#s-f4f9fac8-b63e-45b2-8cfa-08dd448e249e .shogun-image-content {
  
    align-items: center;
  
}

#s-3179739f-143a-4292-8135-1d847ec4478d {
  text-align: center;
}







  #s-3179739f-143a-4292-8135-1d847ec4478d img.shogun-image {
    

    
    
    
  }


#s-3179739f-143a-4292-8135-1d847ec4478d .shogun-image-content {
  
    align-items: center;
  
}

#s-ed1780ab-1d06-41b2-ada8-0ba02aa3784c {
  text-align: center;
}







  #s-ed1780ab-1d06-41b2-ada8-0ba02aa3784c img.shogun-image {
    

    
    
    
  }


#s-ed1780ab-1d06-41b2-ada8-0ba02aa3784c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f05c9f35-3307-47ee-b570-db0ce2156850"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f05c9f35-3307-47ee-b570-db0ce2156850"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f05c9f35-3307-47ee-b570-db0ce2156850"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f05c9f35-3307-47ee-b570-db0ce2156850"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9c5acc24-4a00-4d62-89e6-ac433eac9e3d .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-9c5acc24-4a00-4d62-89e6-ac433eac9e3d .shg-sld-nav-button.shg-sld-left,
#s-9c5acc24-4a00-4d62-89e6-ac433eac9e3d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-291751ef-d491-481f-ad3a-5efe478a5cec {
  text-align: center;
}
#s-291751ef-d491-481f-ad3a-5efe478a5cec:hover {opacity: 0.5 !important;}






  #s-291751ef-d491-481f-ad3a-5efe478a5cec img.shogun-image {
    

    
    
    
  }


#s-291751ef-d491-481f-ad3a-5efe478a5cec .shogun-image-content {
  
    align-items: center;
  
}

#s-d592f22c-38d0-4409-b6b8-e7ff5a971361 {
  text-align: center;
}
#s-d592f22c-38d0-4409-b6b8-e7ff5a971361:hover {opacity: 0.5 !important;}






  #s-d592f22c-38d0-4409-b6b8-e7ff5a971361 img.shogun-image {
    

    
    
    
  }


#s-d592f22c-38d0-4409-b6b8-e7ff5a971361 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b24696a-7b6d-4214-ba82-5d0de54d5bfa {
  text-align: center;
}
#s-2b24696a-7b6d-4214-ba82-5d0de54d5bfa:hover {opacity: 0.5 !important;}






  #s-2b24696a-7b6d-4214-ba82-5d0de54d5bfa img.shogun-image {
    

    
    
    
  }


#s-2b24696a-7b6d-4214-ba82-5d0de54d5bfa .shogun-image-content {
  
    align-items: center;
  
}

#s-3962c9ac-3512-40d0-8048-831710765385 {
  text-align: center;
}
#s-3962c9ac-3512-40d0-8048-831710765385:hover {opacity: 0.5 !important;}






  #s-3962c9ac-3512-40d0-8048-831710765385 img.shogun-image {
    

    
    
    
  }


#s-3962c9ac-3512-40d0-8048-831710765385 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e9a21d1-2580-4cd6-ab0b-23f842d91313 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-6e9a21d1-2580-4cd6-ab0b-23f842d91313:hover {opacity: 0.5 !important;}




  #s-6e9a21d1-2580-4cd6-ab0b-23f842d91313 img.shogun-image,
  #s-6e9a21d1-2580-4cd6-ab0b-23f842d91313 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6e9a21d1-2580-4cd6-ab0b-23f842d91313 {
    width: 100%;
    height: auto;
  }



  #s-6e9a21d1-2580-4cd6-ab0b-23f842d91313 img.shogun-image {
    

    
    
    
  }


#s-6e9a21d1-2580-4cd6-ab0b-23f842d91313 .shogun-image-content {
  
    align-items: center;
  
}

#s-3032f452-483e-4cae-9394-eb337f24fda7 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-3032f452-483e-4cae-9394-eb337f24fda7:hover {opacity: 0.5 !important;}




  #s-3032f452-483e-4cae-9394-eb337f24fda7 img.shogun-image,
  #s-3032f452-483e-4cae-9394-eb337f24fda7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3032f452-483e-4cae-9394-eb337f24fda7 {
    width: 100%;
    height: auto;
  }



  #s-3032f452-483e-4cae-9394-eb337f24fda7 img.shogun-image {
    

    
    
    
  }


#s-3032f452-483e-4cae-9394-eb337f24fda7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d103166-70b5-4c84-93dd-ffa43ae1db49 {
  text-align: center;
}







  #s-6d103166-70b5-4c84-93dd-ffa43ae1db49 img.shogun-image {
    

    
    
    
  }


#s-6d103166-70b5-4c84-93dd-ffa43ae1db49 .shogun-image-content {
  
    align-items: center;
  
}

#s-45ee2b8f-e3e7-4407-8134-ab254a8d23f1 {
  text-align: center;
}







  #s-45ee2b8f-e3e7-4407-8134-ab254a8d23f1 img.shogun-image {
    

    
    
    
  }


#s-45ee2b8f-e3e7-4407-8134-ab254a8d23f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-936aa94f-3ee8-47be-9456-fde950ab69c4 {
  text-align: center;
}







  #s-936aa94f-3ee8-47be-9456-fde950ab69c4 img.shogun-image {
    

    
    
    
  }


#s-936aa94f-3ee8-47be-9456-fde950ab69c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c889a2d5-e08c-4259-810a-f766651aad66 {
  text-align: center;
}







  #s-c889a2d5-e08c-4259-810a-f766651aad66 img.shogun-image {
    

    
    
    
  }


#s-c889a2d5-e08c-4259-810a-f766651aad66 .shogun-image-content {
  
    align-items: center;
  
}

#s-657f6b56-19c6-4030-a80e-36dcc601d21c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-657f6b56-19c6-4030-a80e-36dcc601d21c .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-657f6b56-19c6-4030-a80e-36dcc601d21c .shg-sld-nav-button.shg-sld-left,
#s-657f6b56-19c6-4030-a80e-36dcc601d21c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-6ac941ad-cbd4-429b-9956-68291887756e {
  text-align: center;
}
#s-6ac941ad-cbd4-429b-9956-68291887756e:hover {opacity: 0.5 !important;}






  #s-6ac941ad-cbd4-429b-9956-68291887756e img.shogun-image {
    

    
    
    
  }


#s-6ac941ad-cbd4-429b-9956-68291887756e .shogun-image-content {
  
    align-items: center;
  
}

#s-f555be83-9fea-4c5f-8f4e-a42a1e9ff33d {
  text-align: center;
}
#s-f555be83-9fea-4c5f-8f4e-a42a1e9ff33d:hover {opacity: 0.5 !important;}






  #s-f555be83-9fea-4c5f-8f4e-a42a1e9ff33d img.shogun-image {
    

    
    
    
  }


#s-f555be83-9fea-4c5f-8f4e-a42a1e9ff33d .shogun-image-content {
  
    align-items: center;
  
}

#s-c56e9ba0-1590-4746-9e2f-4e747674374e {
  text-align: center;
}
#s-c56e9ba0-1590-4746-9e2f-4e747674374e:hover {opacity: 0.5 !important;}






  #s-c56e9ba0-1590-4746-9e2f-4e747674374e img.shogun-image {
    

    
    
    
  }


#s-c56e9ba0-1590-4746-9e2f-4e747674374e .shogun-image-content {
  
    align-items: center;
  
}

#s-62db5add-36de-49fb-80d6-5e7010499dc8 {
  text-align: center;
}
#s-62db5add-36de-49fb-80d6-5e7010499dc8:hover {opacity: 0.5 !important;}






  #s-62db5add-36de-49fb-80d6-5e7010499dc8 img.shogun-image {
    

    
    
    
  }


#s-62db5add-36de-49fb-80d6-5e7010499dc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-05face27-1a30-4e89-b72f-8ef7eff199d7 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-05face27-1a30-4e89-b72f-8ef7eff199d7:hover {opacity: 0.5 !important;}




  #s-05face27-1a30-4e89-b72f-8ef7eff199d7 img.shogun-image,
  #s-05face27-1a30-4e89-b72f-8ef7eff199d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05face27-1a30-4e89-b72f-8ef7eff199d7 {
    width: 100%;
    height: auto;
  }



  #s-05face27-1a30-4e89-b72f-8ef7eff199d7 img.shogun-image {
    

    
    
    
  }


#s-05face27-1a30-4e89-b72f-8ef7eff199d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f532b1a-5150-4b66-82ce-0f0497dc8243 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-8f532b1a-5150-4b66-82ce-0f0497dc8243:hover {opacity: 0.5 !important;}




  #s-8f532b1a-5150-4b66-82ce-0f0497dc8243 img.shogun-image,
  #s-8f532b1a-5150-4b66-82ce-0f0497dc8243 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f532b1a-5150-4b66-82ce-0f0497dc8243 {
    width: 100%;
    height: auto;
  }



  #s-8f532b1a-5150-4b66-82ce-0f0497dc8243 img.shogun-image {
    

    
    
    
  }


#s-8f532b1a-5150-4b66-82ce-0f0497dc8243 .shogun-image-content {
  
    align-items: center;
  
}

#s-559d2c62-84d3-477c-8343-aead36de1e3b {
  text-align: center;
}







  #s-559d2c62-84d3-477c-8343-aead36de1e3b img.shogun-image {
    

    
    
    
  }


#s-559d2c62-84d3-477c-8343-aead36de1e3b .shogun-image-content {
  
    align-items: center;
  
}

#s-3b3b1d80-b8cb-4e42-8885-30ee2cc4bab0 {
  text-align: center;
}







  #s-3b3b1d80-b8cb-4e42-8885-30ee2cc4bab0 img.shogun-image {
    

    
    
    
  }


#s-3b3b1d80-b8cb-4e42-8885-30ee2cc4bab0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e1f4d0a-b100-4f93-9463-a12e7eba1c0e {
  text-align: center;
}







  #s-2e1f4d0a-b100-4f93-9463-a12e7eba1c0e img.shogun-image {
    

    
    
    
  }


#s-2e1f4d0a-b100-4f93-9463-a12e7eba1c0e .shogun-image-content {
  
    align-items: center;
  
}

#s-6a905715-afdf-40f3-91f3-2a37a72c9275 {
  text-align: center;
}







  #s-6a905715-afdf-40f3-91f3-2a37a72c9275 img.shogun-image {
    

    
    
    
  }


#s-6a905715-afdf-40f3-91f3-2a37a72c9275 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-db8238be-706a-4a71-ab98-91279722bde0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db8238be-706a-4a71-ab98-91279722bde0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db8238be-706a-4a71-ab98-91279722bde0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db8238be-706a-4a71-ab98-91279722bde0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ef63c2d8-8afb-46f0-ab32-96b22db56f15 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-ef63c2d8-8afb-46f0-ab32-96b22db56f15 .shg-sld-nav-button.shg-sld-left,
#s-ef63c2d8-8afb-46f0-ab32-96b22db56f15 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-e204016d-71e2-4594-8059-4fb3251b8663 {
  text-align: center;
}
#s-e204016d-71e2-4594-8059-4fb3251b8663:hover {opacity: 0.5 !important;}






  #s-e204016d-71e2-4594-8059-4fb3251b8663 img.shogun-image {
    

    
    
    
  }


#s-e204016d-71e2-4594-8059-4fb3251b8663 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c51e621-4e14-4548-8d12-4692719afd9b {
  text-align: center;
}
#s-9c51e621-4e14-4548-8d12-4692719afd9b:hover {opacity: 0.5 !important;}






  #s-9c51e621-4e14-4548-8d12-4692719afd9b img.shogun-image {
    

    
    
    
  }


#s-9c51e621-4e14-4548-8d12-4692719afd9b .shogun-image-content {
  
    align-items: center;
  
}

#s-040cd6b8-f1d2-4943-97ba-9033a84ae96b {
  text-align: center;
}
#s-040cd6b8-f1d2-4943-97ba-9033a84ae96b:hover {opacity: 0.5 !important;}






  #s-040cd6b8-f1d2-4943-97ba-9033a84ae96b img.shogun-image {
    

    
    
    
  }


#s-040cd6b8-f1d2-4943-97ba-9033a84ae96b .shogun-image-content {
  
    align-items: center;
  
}

#s-03f126fb-3749-4ea9-955d-b78a6a5caa1f {
  text-align: center;
}
#s-03f126fb-3749-4ea9-955d-b78a6a5caa1f:hover {opacity: 0.5 !important;}






  #s-03f126fb-3749-4ea9-955d-b78a6a5caa1f img.shogun-image {
    

    
    
    
  }


#s-03f126fb-3749-4ea9-955d-b78a6a5caa1f .shogun-image-content {
  
    align-items: center;
  
}

#s-cb6a3f31-1f23-424e-b9f8-aeb7b05642d1 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-cb6a3f31-1f23-424e-b9f8-aeb7b05642d1:hover {opacity: 0.5 !important;}




  #s-cb6a3f31-1f23-424e-b9f8-aeb7b05642d1 img.shogun-image,
  #s-cb6a3f31-1f23-424e-b9f8-aeb7b05642d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb6a3f31-1f23-424e-b9f8-aeb7b05642d1 {
    width: 100%;
    height: auto;
  }



  #s-cb6a3f31-1f23-424e-b9f8-aeb7b05642d1 img.shogun-image {
    

    
    
    
  }


#s-cb6a3f31-1f23-424e-b9f8-aeb7b05642d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c32a5a2-7219-46d3-b45c-fe9538dbabc0 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-7c32a5a2-7219-46d3-b45c-fe9538dbabc0:hover {opacity: 0.5 !important;}




  #s-7c32a5a2-7219-46d3-b45c-fe9538dbabc0 img.shogun-image,
  #s-7c32a5a2-7219-46d3-b45c-fe9538dbabc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c32a5a2-7219-46d3-b45c-fe9538dbabc0 {
    width: 100%;
    height: auto;
  }



  #s-7c32a5a2-7219-46d3-b45c-fe9538dbabc0 img.shogun-image {
    

    
    
    
  }


#s-7c32a5a2-7219-46d3-b45c-fe9538dbabc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba236d05-e345-4719-8533-e7e3ad61d3ac {
  text-align: center;
}







  #s-ba236d05-e345-4719-8533-e7e3ad61d3ac img.shogun-image {
    

    
    
    
  }


#s-ba236d05-e345-4719-8533-e7e3ad61d3ac .shogun-image-content {
  
    align-items: center;
  
}

#s-2474f99d-e26c-420f-b05f-f703dd30995d {
  text-align: center;
}







  #s-2474f99d-e26c-420f-b05f-f703dd30995d img.shogun-image {
    

    
    
    
  }


#s-2474f99d-e26c-420f-b05f-f703dd30995d .shogun-image-content {
  
    align-items: center;
  
}

#s-2ade8c7f-0274-4e59-81b2-9cff54fe34b8 {
  text-align: center;
}







  #s-2ade8c7f-0274-4e59-81b2-9cff54fe34b8 img.shogun-image {
    

    
    
    
  }


#s-2ade8c7f-0274-4e59-81b2-9cff54fe34b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-88c25131-61c0-4711-87ea-982646b9af14 {
  text-align: center;
}







  #s-88c25131-61c0-4711-87ea-982646b9af14 img.shogun-image {
    

    
    
    
  }


#s-88c25131-61c0-4711-87ea-982646b9af14 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b3bed89-c791-4308-8ada-df0bb515011a .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-4b3bed89-c791-4308-8ada-df0bb515011a .shg-sld-nav-button.shg-sld-left,
#s-4b3bed89-c791-4308-8ada-df0bb515011a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-1b982640-ef14-4b45-b16a-79b06a33ff48 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-1b982640-ef14-4b45-b16a-79b06a33ff48:hover {opacity: 0.5 !important;}




  #s-1b982640-ef14-4b45-b16a-79b06a33ff48 img.shogun-image,
  #s-1b982640-ef14-4b45-b16a-79b06a33ff48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b982640-ef14-4b45-b16a-79b06a33ff48 {
    width: 100%;
    height: auto;
  }



  #s-1b982640-ef14-4b45-b16a-79b06a33ff48 img.shogun-image {
    

    
    
    
  }


#s-1b982640-ef14-4b45-b16a-79b06a33ff48 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffd56355-f917-490e-a97d-f878681dcf6c {
  text-align: center;
}
#s-ffd56355-f917-490e-a97d-f878681dcf6c:hover {opacity: 0.5 !important;}






  #s-ffd56355-f917-490e-a97d-f878681dcf6c img.shogun-image {
    

    
    
    
  }


#s-ffd56355-f917-490e-a97d-f878681dcf6c .shogun-image-content {
  
    align-items: center;
  
}

#s-4538f763-645b-4112-943e-80395a35b99e {
  text-align: center;
}
#s-4538f763-645b-4112-943e-80395a35b99e:hover {opacity: 0.5 !important;}






  #s-4538f763-645b-4112-943e-80395a35b99e img.shogun-image {
    

    
    
    
  }


#s-4538f763-645b-4112-943e-80395a35b99e .shogun-image-content {
  
    align-items: center;
  
}

#s-6c991753-e480-4bf1-b660-0b398dc2311a {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-6c991753-e480-4bf1-b660-0b398dc2311a:hover {opacity: 0.5 !important;}




  #s-6c991753-e480-4bf1-b660-0b398dc2311a img.shogun-image,
  #s-6c991753-e480-4bf1-b660-0b398dc2311a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c991753-e480-4bf1-b660-0b398dc2311a {
    width: 100%;
    height: auto;
  }



  #s-6c991753-e480-4bf1-b660-0b398dc2311a img.shogun-image {
    

    
    
    
  }


#s-6c991753-e480-4bf1-b660-0b398dc2311a .shogun-image-content {
  
    align-items: center;
  
}

#s-bafeb68a-bd44-462b-af7d-235453af0412 {
  text-align: center;
}
#s-bafeb68a-bd44-462b-af7d-235453af0412:hover {opacity: 0.5 !important;}






  #s-bafeb68a-bd44-462b-af7d-235453af0412 img.shogun-image {
    

    
    
    
  }


#s-bafeb68a-bd44-462b-af7d-235453af0412 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd66a8be-7169-4d87-b1bc-5f7d88db36cb {
  text-align: center;
}
#s-bd66a8be-7169-4d87-b1bc-5f7d88db36cb:hover {opacity: 0.5 !important;}






  #s-bd66a8be-7169-4d87-b1bc-5f7d88db36cb img.shogun-image {
    

    
    
    
  }


#s-bd66a8be-7169-4d87-b1bc-5f7d88db36cb .shogun-image-content {
  
    align-items: center;
  
}

#s-5fa7e67e-c645-4be0-a521-c12fbecd7d09 {
  text-align: center;
}
#s-5fa7e67e-c645-4be0-a521-c12fbecd7d09:hover {opacity: 0.5 !important;}






  #s-5fa7e67e-c645-4be0-a521-c12fbecd7d09 img.shogun-image {
    

    
    
    
  }


#s-5fa7e67e-c645-4be0-a521-c12fbecd7d09 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cfc55e6-eb33-468b-b8fc-a79ee371517f {
  text-align: center;
}
#s-1cfc55e6-eb33-468b-b8fc-a79ee371517f:hover {opacity: 0.5 !important;}






  #s-1cfc55e6-eb33-468b-b8fc-a79ee371517f img.shogun-image {
    

    
    
    
  }


#s-1cfc55e6-eb33-468b-b8fc-a79ee371517f .shogun-image-content {
  
    align-items: center;
  
}

#s-bdfa424c-191c-492a-b5fd-2c3e3716ef94 {
  text-align: center;
}







  #s-bdfa424c-191c-492a-b5fd-2c3e3716ef94 img.shogun-image {
    

    
    
    
  }


#s-bdfa424c-191c-492a-b5fd-2c3e3716ef94 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c3ef914-e408-438d-9779-32fa7415ce57 {
  text-align: center;
}







  #s-6c3ef914-e408-438d-9779-32fa7415ce57 img.shogun-image {
    

    
    
    
  }


#s-6c3ef914-e408-438d-9779-32fa7415ce57 .shogun-image-content {
  
    align-items: center;
  
}

#s-17ab3d2e-40e6-4577-b406-978d19f11fd4 {
  text-align: center;
}







  #s-17ab3d2e-40e6-4577-b406-978d19f11fd4 img.shogun-image {
    

    
    
    
  }


#s-17ab3d2e-40e6-4577-b406-978d19f11fd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-83074ea0-2c60-40a9-95c0-ee09bc2b9b8c {
  text-align: center;
}







  #s-83074ea0-2c60-40a9-95c0-ee09bc2b9b8c img.shogun-image {
    

    
    
    
  }


#s-83074ea0-2c60-40a9-95c0-ee09bc2b9b8c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-545339b2-09fe-4908-9054-215334d72e16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-545339b2-09fe-4908-9054-215334d72e16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-545339b2-09fe-4908-9054-215334d72e16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-545339b2-09fe-4908-9054-215334d72e16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1b7c92b6-1b7a-4f6d-819d-660ceeb4f650 {
  min-height: 50px;
}








#s-1b7c92b6-1b7a-4f6d-819d-660ceeb4f650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b7c92b6-1b7a-4f6d-819d-660ceeb4f650.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c02d5a0f-3df5-4768-bbad-7837b3f8fee3 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-c02d5a0f-3df5-4768-bbad-7837b3f8fee3 .shg-sld-nav-button.shg-sld-left,
#s-c02d5a0f-3df5-4768-bbad-7837b3f8fee3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-4fe9d5d0-c9d9-4ac6-9c8a-c2dbc8e79c73 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-4fe9d5d0-c9d9-4ac6-9c8a-c2dbc8e79c73:hover {opacity: 0.5 !important;}




  #s-4fe9d5d0-c9d9-4ac6-9c8a-c2dbc8e79c73 img.shogun-image,
  #s-4fe9d5d0-c9d9-4ac6-9c8a-c2dbc8e79c73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fe9d5d0-c9d9-4ac6-9c8a-c2dbc8e79c73 {
    width: 100%;
    height: auto;
  }



  #s-4fe9d5d0-c9d9-4ac6-9c8a-c2dbc8e79c73 img.shogun-image {
    

    
    
    
  }


#s-4fe9d5d0-c9d9-4ac6-9c8a-c2dbc8e79c73 .shogun-image-content {
  
    align-items: center;
  
}

#s-62721cc9-6b23-4ec0-a43a-fb4c2af30823 {
  text-align: center;
}
#s-62721cc9-6b23-4ec0-a43a-fb4c2af30823:hover {opacity: 0.5 !important;}






  #s-62721cc9-6b23-4ec0-a43a-fb4c2af30823 img.shogun-image {
    

    
    
    
  }


#s-62721cc9-6b23-4ec0-a43a-fb4c2af30823 .shogun-image-content {
  
    align-items: center;
  
}

#s-63be3c8b-6317-4eb1-af6b-43347d7fb055 {
  text-align: center;
}
#s-63be3c8b-6317-4eb1-af6b-43347d7fb055:hover {opacity: 0.5 !important;}






  #s-63be3c8b-6317-4eb1-af6b-43347d7fb055 img.shogun-image {
    

    
    
    
  }


#s-63be3c8b-6317-4eb1-af6b-43347d7fb055 .shogun-image-content {
  
    align-items: center;
  
}

#s-88b56cfa-d921-439c-812f-9bb8e7a692ff {
  text-align: center;
}
#s-88b56cfa-d921-439c-812f-9bb8e7a692ff:hover {opacity: 0.5 !important;}






  #s-88b56cfa-d921-439c-812f-9bb8e7a692ff img.shogun-image {
    

    
    
    
  }


#s-88b56cfa-d921-439c-812f-9bb8e7a692ff .shogun-image-content {
  
    align-items: center;
  
}

#s-10d39245-af72-491e-a74d-920f49c42e67 {
  text-align: center;
}
#s-10d39245-af72-491e-a74d-920f49c42e67:hover {opacity: 0.5 !important;}






  #s-10d39245-af72-491e-a74d-920f49c42e67 img.shogun-image {
    

    
    
    
  }


#s-10d39245-af72-491e-a74d-920f49c42e67 .shogun-image-content {
  
    align-items: center;
  
}

#s-14cba726-f897-43ad-a006-b34410a856ec {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-14cba726-f897-43ad-a006-b34410a856ec:hover {opacity: 0.5 !important;}




  #s-14cba726-f897-43ad-a006-b34410a856ec img.shogun-image,
  #s-14cba726-f897-43ad-a006-b34410a856ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14cba726-f897-43ad-a006-b34410a856ec {
    width: 100%;
    height: auto;
  }



  #s-14cba726-f897-43ad-a006-b34410a856ec img.shogun-image {
    

    
    
    
  }


#s-14cba726-f897-43ad-a006-b34410a856ec .shogun-image-content {
  
    align-items: center;
  
}

#s-7c2511f7-eb4b-4c5c-b7e3-3dd807470d9a {
  text-align: center;
}







  #s-7c2511f7-eb4b-4c5c-b7e3-3dd807470d9a img.shogun-image {
    

    
    
    
  }


#s-7c2511f7-eb4b-4c5c-b7e3-3dd807470d9a .shogun-image-content {
  
    align-items: center;
  
}

#s-6c04976c-3545-4484-b7b7-fdb7800ac792 {
  text-align: center;
}







  #s-6c04976c-3545-4484-b7b7-fdb7800ac792 img.shogun-image {
    

    
    
    
  }


#s-6c04976c-3545-4484-b7b7-fdb7800ac792 .shogun-image-content {
  
    align-items: center;
  
}

#s-247a5b15-cc30-447f-98f2-97ec624b157b {
  text-align: center;
}







  #s-247a5b15-cc30-447f-98f2-97ec624b157b img.shogun-image {
    

    
    
    
  }


#s-247a5b15-cc30-447f-98f2-97ec624b157b .shogun-image-content {
  
    align-items: center;
  
}

#s-ffbfa7dc-9a15-4b9b-9ab2-ca76624b1535 {
  text-align: center;
}







  #s-ffbfa7dc-9a15-4b9b-9ab2-ca76624b1535 img.shogun-image {
    

    
    
    
  }


#s-ffbfa7dc-9a15-4b9b-9ab2-ca76624b1535 .shogun-image-content {
  
    align-items: center;
  
}

#s-f92028cb-5233-420d-b4af-0ec03c3154ac {
  min-height: 50px;
}








#s-f92028cb-5233-420d-b4af-0ec03c3154ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f92028cb-5233-420d-b4af-0ec03c3154ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4f3c2a6-f1ab-4de2-8725-252968f4f6eb .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-a4f3c2a6-f1ab-4de2-8725-252968f4f6eb .shg-sld-nav-button.shg-sld-left,
#s-a4f3c2a6-f1ab-4de2-8725-252968f4f6eb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-9c9348b4-dfd5-4b76-8c70-989749d6a0ab {
  text-align: center;
}
#s-9c9348b4-dfd5-4b76-8c70-989749d6a0ab:hover {opacity: 0.5 !important;}






  #s-9c9348b4-dfd5-4b76-8c70-989749d6a0ab img.shogun-image {
    

    
    
    
  }


#s-9c9348b4-dfd5-4b76-8c70-989749d6a0ab .shogun-image-content {
  
    align-items: center;
  
}

#s-9f27d2c6-22c7-4122-a115-80bcffbe807a {
  text-align: center;
}
#s-9f27d2c6-22c7-4122-a115-80bcffbe807a:hover {opacity: 0.5 !important;}






  #s-9f27d2c6-22c7-4122-a115-80bcffbe807a img.shogun-image {
    

    
    
    
  }


#s-9f27d2c6-22c7-4122-a115-80bcffbe807a .shogun-image-content {
  
    align-items: center;
  
}

#s-ab880f38-d7c6-409d-bad6-0de32139ec4a {
  text-align: center;
}
#s-ab880f38-d7c6-409d-bad6-0de32139ec4a:hover {opacity: 0.5 !important;}






  #s-ab880f38-d7c6-409d-bad6-0de32139ec4a img.shogun-image {
    

    
    
    
  }


#s-ab880f38-d7c6-409d-bad6-0de32139ec4a .shogun-image-content {
  
    align-items: center;
  
}

#s-7a070c67-f7d6-4937-adb6-32595d979ca4 {
  text-align: center;
}
#s-7a070c67-f7d6-4937-adb6-32595d979ca4:hover {opacity: 0.5 !important;}






  #s-7a070c67-f7d6-4937-adb6-32595d979ca4 img.shogun-image {
    

    
    
    
  }


#s-7a070c67-f7d6-4937-adb6-32595d979ca4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8df4ff5d-cac5-4baf-898d-6abf7f51cd9a {
  text-align: center;
}
#s-8df4ff5d-cac5-4baf-898d-6abf7f51cd9a:hover {opacity: 0.5 !important;}






  #s-8df4ff5d-cac5-4baf-898d-6abf7f51cd9a img.shogun-image {
    

    
    
    
  }


#s-8df4ff5d-cac5-4baf-898d-6abf7f51cd9a .shogun-image-content {
  
    align-items: center;
  
}

#s-18f8f44f-fef0-4856-8b1d-5ead7afd8bc5 {
  text-align: center;
}
#s-18f8f44f-fef0-4856-8b1d-5ead7afd8bc5:hover {opacity: 0.5 !important;}






  #s-18f8f44f-fef0-4856-8b1d-5ead7afd8bc5 img.shogun-image {
    

    
    
    
  }


#s-18f8f44f-fef0-4856-8b1d-5ead7afd8bc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-89373cd9-b54c-4e7c-b4f4-ee2eac62606a {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-89373cd9-b54c-4e7c-b4f4-ee2eac62606a:hover {opacity: 0.5 !important;}




  #s-89373cd9-b54c-4e7c-b4f4-ee2eac62606a img.shogun-image,
  #s-89373cd9-b54c-4e7c-b4f4-ee2eac62606a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89373cd9-b54c-4e7c-b4f4-ee2eac62606a {
    width: 100%;
    height: auto;
  }



  #s-89373cd9-b54c-4e7c-b4f4-ee2eac62606a img.shogun-image {
    

    
    
    
  }


#s-89373cd9-b54c-4e7c-b4f4-ee2eac62606a .shogun-image-content {
  
    align-items: center;
  
}

#s-9d3eb7b9-5710-456a-acae-bf96f2d37904 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-9d3eb7b9-5710-456a-acae-bf96f2d37904:hover {opacity: 0.5 !important;}




  #s-9d3eb7b9-5710-456a-acae-bf96f2d37904 img.shogun-image,
  #s-9d3eb7b9-5710-456a-acae-bf96f2d37904 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d3eb7b9-5710-456a-acae-bf96f2d37904 {
    width: 100%;
    height: auto;
  }



  #s-9d3eb7b9-5710-456a-acae-bf96f2d37904 img.shogun-image {
    

    
    
    
  }


#s-9d3eb7b9-5710-456a-acae-bf96f2d37904 .shogun-image-content {
  
    align-items: center;
  
}

#s-15c078b8-898f-4208-bfdb-0d7c3e0dea16 {
  text-align: center;
}







  #s-15c078b8-898f-4208-bfdb-0d7c3e0dea16 img.shogun-image {
    

    
    
    
  }


#s-15c078b8-898f-4208-bfdb-0d7c3e0dea16 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe5b8aaf-e815-4d5b-8238-bb326c16d590 {
  text-align: center;
}







  #s-fe5b8aaf-e815-4d5b-8238-bb326c16d590 img.shogun-image {
    

    
    
    
  }


#s-fe5b8aaf-e815-4d5b-8238-bb326c16d590 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a793757-7d3a-47e2-9aa2-3437e8ca6b63 {
  text-align: center;
}







  #s-6a793757-7d3a-47e2-9aa2-3437e8ca6b63 img.shogun-image {
    

    
    
    
  }


#s-6a793757-7d3a-47e2-9aa2-3437e8ca6b63 .shogun-image-content {
  
    align-items: center;
  
}

#s-d08f7f4b-eef4-4fe3-8b54-e2fa25f61345 {
  text-align: center;
}







  #s-d08f7f4b-eef4-4fe3-8b54-e2fa25f61345 img.shogun-image {
    

    
    
    
  }


#s-d08f7f4b-eef4-4fe3-8b54-e2fa25f61345 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9b1f9f97-5b04-4238-a0af-3e1a0b5cc6ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b1f9f97-5b04-4238-a0af-3e1a0b5cc6ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b1f9f97-5b04-4238-a0af-3e1a0b5cc6ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b1f9f97-5b04-4238-a0af-3e1a0b5cc6ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f832ac9f-86ad-46ec-baab-09c83e3a665d .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-f832ac9f-86ad-46ec-baab-09c83e3a665d .shg-sld-nav-button.shg-sld-left,
#s-f832ac9f-86ad-46ec-baab-09c83e3a665d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-9984bf46-bb58-4467-803f-6add8e3ea85f {
  text-align: center;
}
#s-9984bf46-bb58-4467-803f-6add8e3ea85f:hover {opacity: 0.5 !important;}






  #s-9984bf46-bb58-4467-803f-6add8e3ea85f img.shogun-image {
    

    
    
    
  }


#s-9984bf46-bb58-4467-803f-6add8e3ea85f .shogun-image-content {
  
    align-items: center;
  
}

#s-07d71596-6690-459c-8e59-2b54f9c8ae89 {
  text-align: center;
}
#s-07d71596-6690-459c-8e59-2b54f9c8ae89:hover {opacity: 0.5 !important;}






  #s-07d71596-6690-459c-8e59-2b54f9c8ae89 img.shogun-image {
    

    
    
    
  }


#s-07d71596-6690-459c-8e59-2b54f9c8ae89 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1dcc645-1616-4238-8d50-d1662e610de5 {
  text-align: center;
}
#s-b1dcc645-1616-4238-8d50-d1662e610de5:hover {opacity: 0.5 !important;}






  #s-b1dcc645-1616-4238-8d50-d1662e610de5 img.shogun-image {
    

    
    
    
  }


#s-b1dcc645-1616-4238-8d50-d1662e610de5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d1d7863-39aa-43bf-b202-cea99a4a9424 {
  text-align: center;
}
#s-4d1d7863-39aa-43bf-b202-cea99a4a9424:hover {opacity: 0.5 !important;}






  #s-4d1d7863-39aa-43bf-b202-cea99a4a9424 img.shogun-image {
    

    
    
    
  }


#s-4d1d7863-39aa-43bf-b202-cea99a4a9424 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad972387-f2d4-4127-a268-e378086f2159 {
  text-align: center;
}
#s-ad972387-f2d4-4127-a268-e378086f2159:hover {opacity: 0.5 !important;}






  #s-ad972387-f2d4-4127-a268-e378086f2159 img.shogun-image {
    

    
    
    
  }


#s-ad972387-f2d4-4127-a268-e378086f2159 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c837c0e-3d7a-4747-ab68-f9db7d4e8d9d {
  text-align: center;
}
#s-2c837c0e-3d7a-4747-ab68-f9db7d4e8d9d:hover {opacity: 0.5 !important;}






  #s-2c837c0e-3d7a-4747-ab68-f9db7d4e8d9d img.shogun-image {
    

    
    
    
  }


#s-2c837c0e-3d7a-4747-ab68-f9db7d4e8d9d .shogun-image-content {
  
    align-items: center;
  
}

#s-ff70af6a-951a-4c2b-8106-fbd4628d73ae {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-ff70af6a-951a-4c2b-8106-fbd4628d73ae:hover {opacity: 0.5 !important;}




  #s-ff70af6a-951a-4c2b-8106-fbd4628d73ae img.shogun-image,
  #s-ff70af6a-951a-4c2b-8106-fbd4628d73ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff70af6a-951a-4c2b-8106-fbd4628d73ae {
    width: 100%;
    height: auto;
  }



  #s-ff70af6a-951a-4c2b-8106-fbd4628d73ae img.shogun-image {
    

    
    
    
  }


#s-ff70af6a-951a-4c2b-8106-fbd4628d73ae .shogun-image-content {
  
    align-items: center;
  
}

#s-63bc3ce4-6165-442c-ba01-a52e80aaf294 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-63bc3ce4-6165-442c-ba01-a52e80aaf294:hover {opacity: 0.5 !important;}




  #s-63bc3ce4-6165-442c-ba01-a52e80aaf294 img.shogun-image,
  #s-63bc3ce4-6165-442c-ba01-a52e80aaf294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63bc3ce4-6165-442c-ba01-a52e80aaf294 {
    width: 100%;
    height: auto;
  }



  #s-63bc3ce4-6165-442c-ba01-a52e80aaf294 img.shogun-image {
    

    
    
    
  }


#s-63bc3ce4-6165-442c-ba01-a52e80aaf294 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe8c68d4-60eb-4e60-9f34-0fc2e851aee4 {
  text-align: center;
}







  #s-fe8c68d4-60eb-4e60-9f34-0fc2e851aee4 img.shogun-image {
    

    
    
    
  }


#s-fe8c68d4-60eb-4e60-9f34-0fc2e851aee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa22c380-4ed7-4898-a11d-349fb0dce703 {
  text-align: center;
}







  #s-aa22c380-4ed7-4898-a11d-349fb0dce703 img.shogun-image {
    

    
    
    
  }


#s-aa22c380-4ed7-4898-a11d-349fb0dce703 .shogun-image-content {
  
    align-items: center;
  
}

#s-0136cf33-3d16-4d40-bd6e-af2b66088273 {
  text-align: center;
}







  #s-0136cf33-3d16-4d40-bd6e-af2b66088273 img.shogun-image {
    

    
    
    
  }


#s-0136cf33-3d16-4d40-bd6e-af2b66088273 .shogun-image-content {
  
    align-items: center;
  
}

#s-247de127-9ab0-4c91-9815-b7ec9dd6ded5 {
  text-align: center;
}







  #s-247de127-9ab0-4c91-9815-b7ec9dd6ded5 img.shogun-image {
    

    
    
    
  }


#s-247de127-9ab0-4c91-9815-b7ec9dd6ded5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9963ea14-722f-4a06-b25c-d3328ca15cd0 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-9963ea14-722f-4a06-b25c-d3328ca15cd0 .shg-sld-nav-button.shg-sld-left,
#s-9963ea14-722f-4a06-b25c-d3328ca15cd0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-b4fc1144-5c52-433e-b8d8-143011840b47 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-b4fc1144-5c52-433e-b8d8-143011840b47:hover {opacity: 0.5 !important;}




  #s-b4fc1144-5c52-433e-b8d8-143011840b47 img.shogun-image,
  #s-b4fc1144-5c52-433e-b8d8-143011840b47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4fc1144-5c52-433e-b8d8-143011840b47 {
    width: 100%;
    height: auto;
  }



  #s-b4fc1144-5c52-433e-b8d8-143011840b47 img.shogun-image {
    

    
    
    
  }


#s-b4fc1144-5c52-433e-b8d8-143011840b47 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbebf720-4e2d-4a99-b7e1-1d210c835066 {
  text-align: center;
}
#s-dbebf720-4e2d-4a99-b7e1-1d210c835066:hover {opacity: 0.5 !important;}






  #s-dbebf720-4e2d-4a99-b7e1-1d210c835066 img.shogun-image {
    

    
    
    
  }


#s-dbebf720-4e2d-4a99-b7e1-1d210c835066 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd12c29f-c0ff-4c2a-9c27-60744bad8ee2 {
  text-align: center;
}
#s-cd12c29f-c0ff-4c2a-9c27-60744bad8ee2:hover {opacity: 0.5 !important;}






  #s-cd12c29f-c0ff-4c2a-9c27-60744bad8ee2 img.shogun-image {
    

    
    
    
  }


#s-cd12c29f-c0ff-4c2a-9c27-60744bad8ee2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7ef28e3-9a13-4ae8-842b-93396036888b {
  text-align: center;
}
#s-d7ef28e3-9a13-4ae8-842b-93396036888b:hover {opacity: 0.5 !important;}






  #s-d7ef28e3-9a13-4ae8-842b-93396036888b img.shogun-image {
    

    
    
    
  }


#s-d7ef28e3-9a13-4ae8-842b-93396036888b .shogun-image-content {
  
    align-items: center;
  
}

#s-4807ed08-9228-4290-9e78-a0a7548e75e1 {
  text-align: center;
}
#s-4807ed08-9228-4290-9e78-a0a7548e75e1:hover {opacity: 0.5 !important;}






  #s-4807ed08-9228-4290-9e78-a0a7548e75e1 img.shogun-image {
    

    
    
    
  }


#s-4807ed08-9228-4290-9e78-a0a7548e75e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcc9a3c2-3ed8-4f64-b214-7793ca348228 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-fcc9a3c2-3ed8-4f64-b214-7793ca348228:hover {opacity: 0.5 !important;}




  #s-fcc9a3c2-3ed8-4f64-b214-7793ca348228 img.shogun-image,
  #s-fcc9a3c2-3ed8-4f64-b214-7793ca348228 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcc9a3c2-3ed8-4f64-b214-7793ca348228 {
    width: 100%;
    height: auto;
  }



  #s-fcc9a3c2-3ed8-4f64-b214-7793ca348228 img.shogun-image {
    

    
    
    
  }


#s-fcc9a3c2-3ed8-4f64-b214-7793ca348228 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec21c439-b504-491c-bf1f-577e2bf9e1eb {
  text-align: center;
}







  #s-ec21c439-b504-491c-bf1f-577e2bf9e1eb img.shogun-image {
    

    
    
    
  }


#s-ec21c439-b504-491c-bf1f-577e2bf9e1eb .shogun-image-content {
  
    align-items: center;
  
}

#s-68a7701a-14d9-4b89-af78-05633c4a5511 {
  text-align: center;
}







  #s-68a7701a-14d9-4b89-af78-05633c4a5511 img.shogun-image {
    

    
    
    
  }


#s-68a7701a-14d9-4b89-af78-05633c4a5511 .shogun-image-content {
  
    align-items: center;
  
}

#s-481eff96-d872-4ead-b653-91688f7567cb {
  text-align: center;
}







  #s-481eff96-d872-4ead-b653-91688f7567cb img.shogun-image {
    

    
    
    
  }


#s-481eff96-d872-4ead-b653-91688f7567cb .shogun-image-content {
  
    align-items: center;
  
}

#s-23cc52b5-5667-45db-8465-33ebd9b2ebac {
  text-align: center;
}







  #s-23cc52b5-5667-45db-8465-33ebd9b2ebac img.shogun-image {
    

    
    
    
  }


#s-23cc52b5-5667-45db-8465-33ebd9b2ebac .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-eb7e1d4c-dbd1-47fd-9b5d-71739d57aca6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb7e1d4c-dbd1-47fd-9b5d-71739d57aca6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb7e1d4c-dbd1-47fd-9b5d-71739d57aca6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb7e1d4c-dbd1-47fd-9b5d-71739d57aca6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-42d3c107-38b7-431a-8b58-f3ea3700c9a9 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-42d3c107-38b7-431a-8b58-f3ea3700c9a9 .shg-sld-nav-button.shg-sld-left,
#s-42d3c107-38b7-431a-8b58-f3ea3700c9a9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-4057884d-a426-4f90-982a-73fb3e370010 {
  text-align: center;
}
#s-4057884d-a426-4f90-982a-73fb3e370010:hover {opacity: 0.5 !important;}






  #s-4057884d-a426-4f90-982a-73fb3e370010 img.shogun-image {
    

    
    
    
  }


#s-4057884d-a426-4f90-982a-73fb3e370010 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ae1172f-8910-4b4b-b867-7794a3dd428b {
  text-align: center;
}
#s-5ae1172f-8910-4b4b-b867-7794a3dd428b:hover {opacity: 0.5 !important;}






  #s-5ae1172f-8910-4b4b-b867-7794a3dd428b img.shogun-image {
    

    
    
    
  }


#s-5ae1172f-8910-4b4b-b867-7794a3dd428b .shogun-image-content {
  
    align-items: center;
  
}

#s-29bf9bd2-1920-431e-8146-9f7fd1eb4536 {
  text-align: center;
}
#s-29bf9bd2-1920-431e-8146-9f7fd1eb4536:hover {opacity: 0.5 !important;}






  #s-29bf9bd2-1920-431e-8146-9f7fd1eb4536 img.shogun-image {
    

    
    
    
  }


#s-29bf9bd2-1920-431e-8146-9f7fd1eb4536 .shogun-image-content {
  
    align-items: center;
  
}

#s-6055de5c-b5a0-41ca-8396-cd7abd45d281 {
  text-align: center;
}
#s-6055de5c-b5a0-41ca-8396-cd7abd45d281:hover {opacity: 0.5 !important;}






  #s-6055de5c-b5a0-41ca-8396-cd7abd45d281 img.shogun-image {
    

    
    
    
  }


#s-6055de5c-b5a0-41ca-8396-cd7abd45d281 .shogun-image-content {
  
    align-items: center;
  
}

#s-361e8ea4-0cfd-4952-8f6f-f59b7159d2e2 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-361e8ea4-0cfd-4952-8f6f-f59b7159d2e2:hover {opacity: 0.5 !important;}




  #s-361e8ea4-0cfd-4952-8f6f-f59b7159d2e2 img.shogun-image,
  #s-361e8ea4-0cfd-4952-8f6f-f59b7159d2e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-361e8ea4-0cfd-4952-8f6f-f59b7159d2e2 {
    width: 100%;
    height: auto;
  }



  #s-361e8ea4-0cfd-4952-8f6f-f59b7159d2e2 img.shogun-image {
    

    
    
    
  }


#s-361e8ea4-0cfd-4952-8f6f-f59b7159d2e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9289cd7c-8392-457e-923f-f621da468c91 {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-9289cd7c-8392-457e-923f-f621da468c91:hover {opacity: 0.5 !important;}




  #s-9289cd7c-8392-457e-923f-f621da468c91 img.shogun-image,
  #s-9289cd7c-8392-457e-923f-f621da468c91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9289cd7c-8392-457e-923f-f621da468c91 {
    width: 100%;
    height: auto;
  }



  #s-9289cd7c-8392-457e-923f-f621da468c91 img.shogun-image {
    

    
    
    
  }


#s-9289cd7c-8392-457e-923f-f621da468c91 .shogun-image-content {
  
    align-items: center;
  
}

#s-b437047b-6f8e-4e0a-ae55-6eea96359814 {
  text-align: center;
}







  #s-b437047b-6f8e-4e0a-ae55-6eea96359814 img.shogun-image {
    

    
    
    
  }


#s-b437047b-6f8e-4e0a-ae55-6eea96359814 .shogun-image-content {
  
    align-items: center;
  
}

#s-009ce5dd-b0fa-49f5-a501-f483270649ce {
  text-align: center;
}







  #s-009ce5dd-b0fa-49f5-a501-f483270649ce img.shogun-image {
    

    
    
    
  }


#s-009ce5dd-b0fa-49f5-a501-f483270649ce .shogun-image-content {
  
    align-items: center;
  
}

#s-d61ecce2-ea51-40dc-8a92-353770c130d0 {
  text-align: center;
}







  #s-d61ecce2-ea51-40dc-8a92-353770c130d0 img.shogun-image {
    

    
    
    
  }


#s-d61ecce2-ea51-40dc-8a92-353770c130d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7269090-ef8c-4622-b98f-ea164e431f0f {
  text-align: center;
}







  #s-a7269090-ef8c-4622-b98f-ea164e431f0f img.shogun-image {
    

    
    
    
  }


#s-a7269090-ef8c-4622-b98f-ea164e431f0f .shogun-image-content {
  
    align-items: center;
  
}

#s-8e15526b-2b2b-45dd-b2a9-916a72cb9937 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-8e15526b-2b2b-45dd-b2a9-916a72cb9937 .shg-sld-nav-button.shg-sld-left,
#s-8e15526b-2b2b-45dd-b2a9-916a72cb9937 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-950b7176-6484-4f78-9468-a9371ca65a8b {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-950b7176-6484-4f78-9468-a9371ca65a8b:hover {opacity: 0.5 !important;}




  #s-950b7176-6484-4f78-9468-a9371ca65a8b img.shogun-image,
  #s-950b7176-6484-4f78-9468-a9371ca65a8b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-950b7176-6484-4f78-9468-a9371ca65a8b {
    width: 100%;
    height: auto;
  }



  #s-950b7176-6484-4f78-9468-a9371ca65a8b img.shogun-image {
    

    
    
    
  }


#s-950b7176-6484-4f78-9468-a9371ca65a8b .shogun-image-content {
  
    align-items: center;
  
}

#s-de0b5007-c1fb-47ca-ae77-56fbad880281 {
  text-align: center;
}
#s-de0b5007-c1fb-47ca-ae77-56fbad880281:hover {opacity: 0.5 !important;}






  #s-de0b5007-c1fb-47ca-ae77-56fbad880281 img.shogun-image {
    

    
    
    
  }


#s-de0b5007-c1fb-47ca-ae77-56fbad880281 .shogun-image-content {
  
    align-items: center;
  
}

#s-a934032a-0c52-4ea0-8e84-d455bd4eadc7 {
  text-align: center;
}
#s-a934032a-0c52-4ea0-8e84-d455bd4eadc7:hover {opacity: 0.5 !important;}






  #s-a934032a-0c52-4ea0-8e84-d455bd4eadc7 img.shogun-image {
    

    
    
    
  }


#s-a934032a-0c52-4ea0-8e84-d455bd4eadc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-37c6189a-af68-4794-8bd9-6ef071c6e734 {
  text-align: center;
}
#s-37c6189a-af68-4794-8bd9-6ef071c6e734:hover {opacity: 0.5 !important;}






  #s-37c6189a-af68-4794-8bd9-6ef071c6e734 img.shogun-image {
    

    
    
    
  }


#s-37c6189a-af68-4794-8bd9-6ef071c6e734 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2d944a6-491b-4c6e-a674-142e8d86e78f {
  text-align: center;
}
#s-e2d944a6-491b-4c6e-a674-142e8d86e78f:hover {opacity: 0.5 !important;}






  #s-e2d944a6-491b-4c6e-a674-142e8d86e78f img.shogun-image {
    

    
    
    
  }


#s-e2d944a6-491b-4c6e-a674-142e8d86e78f .shogun-image-content {
  
    align-items: center;
  
}

#s-24096029-e150-44af-90f4-c28cd79e808f {
  max-width: 3840px;
aspect-ratio: 3840/2560;
text-align: center;
}
#s-24096029-e150-44af-90f4-c28cd79e808f:hover {opacity: 0.5 !important;}




  #s-24096029-e150-44af-90f4-c28cd79e808f img.shogun-image,
  #s-24096029-e150-44af-90f4-c28cd79e808f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24096029-e150-44af-90f4-c28cd79e808f {
    width: 100%;
    height: auto;
  }



  #s-24096029-e150-44af-90f4-c28cd79e808f img.shogun-image {
    

    
    
    
  }


#s-24096029-e150-44af-90f4-c28cd79e808f .shogun-image-content {
  
    align-items: center;
  
}

#s-9a4d8f74-d528-45e3-8e4c-12e7c080ff51 {
  text-align: center;
}







  #s-9a4d8f74-d528-45e3-8e4c-12e7c080ff51 img.shogun-image {
    

    
    
    
  }


#s-9a4d8f74-d528-45e3-8e4c-12e7c080ff51 .shogun-image-content {
  
    align-items: center;
  
}

#s-97fd44b5-6a4a-4ebb-9d66-abace65be4a8 {
  text-align: center;
}







  #s-97fd44b5-6a4a-4ebb-9d66-abace65be4a8 img.shogun-image {
    

    
    
    
  }


#s-97fd44b5-6a4a-4ebb-9d66-abace65be4a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a017b9eb-902d-4722-a44a-999024762886 {
  text-align: center;
}







  #s-a017b9eb-902d-4722-a44a-999024762886 img.shogun-image {
    

    
    
    
  }


#s-a017b9eb-902d-4722-a44a-999024762886 .shogun-image-content {
  
    align-items: center;
  
}

#s-367e2ab6-192e-440e-afab-8a3cc21fc5ba {
  text-align: center;
}







  #s-367e2ab6-192e-440e-afab-8a3cc21fc5ba img.shogun-image {
    

    
    
    
  }


#s-367e2ab6-192e-440e-afab-8a3cc21fc5ba .shogun-image-content {
  
    align-items: center;
  
}

#s-5d4d96f5-a2e3-47cc-9da4-937b9b7b99a6 hr {
  border-top: 2px solid #ddd;
}

.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: ;
  font-family: ;
}

.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-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9-root {
    text-align: center;
  }


#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9-root {
    text-align: center;
  }


#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9-root {
    text-align: center;
  }


#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9-root {
    text-align: center;
  }


#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9-root {
    text-align: center;
  }


#s-f978a3ac-eb3c-4f72-8e5e-c1ff02fb12b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  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}
