.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-5341c86b-3505-4dab-8230-3ccd614a3d7a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5341c86b-3505-4dab-8230-3ccd614a3d7a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5341c86b-3505-4dab-8230-3ccd614a3d7a .shg-sld-nav-button.shg-sld-left,
#s-5341c86b-3505-4dab-8230-3ccd614a3d7a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-f539c107-43af-406d-aa19-76f07f88ac2c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-f539c107-43af-406d-aa19-76f07f88ac2c {
  display: none;
}
#s-f539c107-43af-406d-aa19-76f07f88ac2c, #wrap-s-f539c107-43af-406d-aa19-76f07f88ac2c { display:none !important; }}
#s-f539c107-43af-406d-aa19-76f07f88ac2c {
  background-image: url(https://i.shgcdn.com/e2d6f632-4464-46b3-bf15-51423c52aef2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f539c107-43af-406d-aa19-76f07f88ac2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f539c107-43af-406d-aa19-76f07f88ac2c {
  cursor: pointer;
}#s-f539c107-43af-406d-aa19-76f07f88ac2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 {
  display: none;
}
#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3, #wrap-s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 {
  display: none;
}
#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3, #wrap-s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 {
  display: none;
}
#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3, #wrap-s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 { display:none !important; }}
#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 {
  background-image: url(https://i.shgcdn.com/75ca459b-d0e8-49d0-9852-653e91c6a17f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3 {
  cursor: pointer;
}#s-9daa8c4d-28ed-441d-bd3e-a69ed1bb42b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44744c39-abf0-407a-94d3-d449bccd2203 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-44744c39-abf0-407a-94d3-d449bccd2203 {
  display: none;
}
#s-44744c39-abf0-407a-94d3-d449bccd2203, #wrap-s-44744c39-abf0-407a-94d3-d449bccd2203 { display:none !important; }}
#s-44744c39-abf0-407a-94d3-d449bccd2203 {
  background-image: url(https://i.shgcdn.com/6cfd7061-db15-430f-b5aa-0297ead5e1b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-44744c39-abf0-407a-94d3-d449bccd2203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44744c39-abf0-407a-94d3-d449bccd2203 {
  cursor: pointer;
}#s-44744c39-abf0-407a-94d3-d449bccd2203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7823382-63bd-41eb-99ce-9827d4ec3d18 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-d7823382-63bd-41eb-99ce-9827d4ec3d18 {
  display: none;
}
#s-d7823382-63bd-41eb-99ce-9827d4ec3d18, #wrap-s-d7823382-63bd-41eb-99ce-9827d4ec3d18 { display:none !important; }}
#s-d7823382-63bd-41eb-99ce-9827d4ec3d18 {
  background-image: url(https://i.shgcdn.com/1e9ba7d8-350d-45ec-b4d2-7244a0fce7e6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d7823382-63bd-41eb-99ce-9827d4ec3d18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7823382-63bd-41eb-99ce-9827d4ec3d18 {
  cursor: pointer;
}#s-d7823382-63bd-41eb-99ce-9827d4ec3d18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e2fb043-3401-4fe4-950f-f50bdf5359cd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-8e2fb043-3401-4fe4-950f-f50bdf5359cd {
  display: none;
}
#s-8e2fb043-3401-4fe4-950f-f50bdf5359cd, #wrap-s-8e2fb043-3401-4fe4-950f-f50bdf5359cd { display:none !important; }}
#s-8e2fb043-3401-4fe4-950f-f50bdf5359cd {
  background-image: url(https://i.shgcdn.com/e6cbcd51-10b6-4ee3-9a0c-ce483bb3ab31/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8e2fb043-3401-4fe4-950f-f50bdf5359cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e2fb043-3401-4fe4-950f-f50bdf5359cd {
  cursor: pointer;
}#s-8e2fb043-3401-4fe4-950f-f50bdf5359cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58e8018f-f902-4390-a381-3fd2b48dd294 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-58e8018f-f902-4390-a381-3fd2b48dd294 {
  display: none;
}
#s-58e8018f-f902-4390-a381-3fd2b48dd294, #wrap-s-58e8018f-f902-4390-a381-3fd2b48dd294 { display:none !important; }}
#s-58e8018f-f902-4390-a381-3fd2b48dd294 {
  background-image: url(https://i.shgcdn.com/bedd2e15-2c87-4a8c-a01e-1ea511fd66d5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-58e8018f-f902-4390-a381-3fd2b48dd294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e8018f-f902-4390-a381-3fd2b48dd294 {
  cursor: pointer;
}#s-58e8018f-f902-4390-a381-3fd2b48dd294.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ea0131d-f1b7-4e51-b543-9502c37bba86 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-8ea0131d-f1b7-4e51-b543-9502c37bba86 {
  display: none;
}
#s-8ea0131d-f1b7-4e51-b543-9502c37bba86, #wrap-s-8ea0131d-f1b7-4e51-b543-9502c37bba86 { display:none !important; }}
#s-8ea0131d-f1b7-4e51-b543-9502c37bba86 {
  background-image: url(https://i.shgcdn.com/df37bdc3-a80c-4c36-b40c-49f37b17a157/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8ea0131d-f1b7-4e51-b543-9502c37bba86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea0131d-f1b7-4e51-b543-9502c37bba86 {
  cursor: pointer;
}#s-8ea0131d-f1b7-4e51-b543-9502c37bba86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f97169de-5b08-453a-89a2-8e1cae73e7ec {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-f97169de-5b08-453a-89a2-8e1cae73e7ec {
  display: none;
}
#s-f97169de-5b08-453a-89a2-8e1cae73e7ec, #wrap-s-f97169de-5b08-453a-89a2-8e1cae73e7ec { display:none !important; }}
#s-f97169de-5b08-453a-89a2-8e1cae73e7ec {
  background-image: url(https://i.shgcdn.com/64197c63-4a34-4f3e-a8f0-cc41bb1f4343/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f97169de-5b08-453a-89a2-8e1cae73e7ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f97169de-5b08-453a-89a2-8e1cae73e7ec {
  cursor: pointer;
}#s-f97169de-5b08-453a-89a2-8e1cae73e7ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a35c9054-e343-45c7-90dd-4e701224aa3a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-a35c9054-e343-45c7-90dd-4e701224aa3a {
  display: none;
}
#s-a35c9054-e343-45c7-90dd-4e701224aa3a, #wrap-s-a35c9054-e343-45c7-90dd-4e701224aa3a { display:none !important; }}
#s-a35c9054-e343-45c7-90dd-4e701224aa3a {
  background-image: url(https://i.shgcdn.com/3caa364b-0cd9-45db-ae50-13b7c75607c8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a35c9054-e343-45c7-90dd-4e701224aa3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a35c9054-e343-45c7-90dd-4e701224aa3a {
  cursor: pointer;
}#s-a35c9054-e343-45c7-90dd-4e701224aa3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5e03aa0-575b-4baa-888d-aa96c1ecf24a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-a5e03aa0-575b-4baa-888d-aa96c1ecf24a {
  display: none;
}
#s-a5e03aa0-575b-4baa-888d-aa96c1ecf24a, #wrap-s-a5e03aa0-575b-4baa-888d-aa96c1ecf24a { display:none !important; }}
#s-a5e03aa0-575b-4baa-888d-aa96c1ecf24a {
  background-image: url(https://i.shgcdn.com/242dee4a-ebfb-4664-8a59-31082a097ff7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a5e03aa0-575b-4baa-888d-aa96c1ecf24a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5e03aa0-575b-4baa-888d-aa96c1ecf24a {
  cursor: pointer;
}#s-a5e03aa0-575b-4baa-888d-aa96c1ecf24a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd061c9b-27dd-4b15-88d5-d8e953911f9a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-bd061c9b-27dd-4b15-88d5-d8e953911f9a {
  display: none;
}
#s-bd061c9b-27dd-4b15-88d5-d8e953911f9a, #wrap-s-bd061c9b-27dd-4b15-88d5-d8e953911f9a { display:none !important; }}
#s-bd061c9b-27dd-4b15-88d5-d8e953911f9a {
  background-image: url(https://i.shgcdn.com/bb1c3e46-1189-44f2-8bf8-09b17479b371/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bd061c9b-27dd-4b15-88d5-d8e953911f9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd061c9b-27dd-4b15-88d5-d8e953911f9a {
  cursor: pointer;
}#s-bd061c9b-27dd-4b15-88d5-d8e953911f9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f261009-176e-4592-b492-8a2d4ed58891 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-8f261009-176e-4592-b492-8a2d4ed58891 {
  display: none;
}
#s-8f261009-176e-4592-b492-8a2d4ed58891, #wrap-s-8f261009-176e-4592-b492-8a2d4ed58891 { display:none !important; }}
#s-8f261009-176e-4592-b492-8a2d4ed58891 {
  background-image: url(https://i.shgcdn.com/243551c3-3c24-4a75-b3e1-69944281008d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8f261009-176e-4592-b492-8a2d4ed58891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f261009-176e-4592-b492-8a2d4ed58891 {
  cursor: pointer;
}#s-8f261009-176e-4592-b492-8a2d4ed58891.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c49a8646-daff-4453-a075-dbcab34c541b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-c49a8646-daff-4453-a075-dbcab34c541b {
  display: none;
}
#s-c49a8646-daff-4453-a075-dbcab34c541b, #wrap-s-c49a8646-daff-4453-a075-dbcab34c541b { display:none !important; }}
#s-c49a8646-daff-4453-a075-dbcab34c541b {
  background-image: url(https://i.shgcdn.com/4ee0dc7d-fe0f-40b1-bffc-0827077613a1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c49a8646-daff-4453-a075-dbcab34c541b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c49a8646-daff-4453-a075-dbcab34c541b {
  cursor: pointer;
}#s-c49a8646-daff-4453-a075-dbcab34c541b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91697eca-d5f0-4372-857f-e19d4933dd08 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-91697eca-d5f0-4372-857f-e19d4933dd08 {
  display: none;
}
#s-91697eca-d5f0-4372-857f-e19d4933dd08, #wrap-s-91697eca-d5f0-4372-857f-e19d4933dd08 { display:none !important; }}
#s-91697eca-d5f0-4372-857f-e19d4933dd08 {
  background-image: url(https://i.shgcdn.com/033dda0e-35db-4913-bd76-5eec846b5ab2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-91697eca-d5f0-4372-857f-e19d4933dd08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91697eca-d5f0-4372-857f-e19d4933dd08 {
  cursor: pointer;
}#s-91697eca-d5f0-4372-857f-e19d4933dd08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7432bcf2-1431-48e5-9ea5-6593b38da54c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-7432bcf2-1431-48e5-9ea5-6593b38da54c {
  display: none;
}
#s-7432bcf2-1431-48e5-9ea5-6593b38da54c, #wrap-s-7432bcf2-1431-48e5-9ea5-6593b38da54c { display:none !important; }}
#s-7432bcf2-1431-48e5-9ea5-6593b38da54c {
  background-image: url(https://i.shgcdn.com/ec9d56f1-e82b-4577-9480-fab4b8f0c5d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7432bcf2-1431-48e5-9ea5-6593b38da54c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7432bcf2-1431-48e5-9ea5-6593b38da54c {
  cursor: pointer;
}#s-7432bcf2-1431-48e5-9ea5-6593b38da54c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9837d67f-2d3e-46e3-a8e1-fbee7d9bb56c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-9837d67f-2d3e-46e3-a8e1-fbee7d9bb56c {
  display: none;
}
#s-9837d67f-2d3e-46e3-a8e1-fbee7d9bb56c, #wrap-s-9837d67f-2d3e-46e3-a8e1-fbee7d9bb56c { display:none !important; }}
#s-9837d67f-2d3e-46e3-a8e1-fbee7d9bb56c {
  background-image: url(https://i.shgcdn.com/3db271ea-6c42-4a8e-a50b-f52e8c1bb9b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9837d67f-2d3e-46e3-a8e1-fbee7d9bb56c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9837d67f-2d3e-46e3-a8e1-fbee7d9bb56c {
  cursor: pointer;
}#s-9837d67f-2d3e-46e3-a8e1-fbee7d9bb56c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e70252c6-9560-4895-88c8-1b24679b4f3b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-e70252c6-9560-4895-88c8-1b24679b4f3b {
  display: none;
}
#s-e70252c6-9560-4895-88c8-1b24679b4f3b, #wrap-s-e70252c6-9560-4895-88c8-1b24679b4f3b { display:none !important; }}
#s-e70252c6-9560-4895-88c8-1b24679b4f3b {
  background-image: url(https://i.shgcdn.com/c67dd871-c130-4b5d-a7d4-d4aa2593bc7c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e70252c6-9560-4895-88c8-1b24679b4f3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e70252c6-9560-4895-88c8-1b24679b4f3b {
  cursor: pointer;
}#s-e70252c6-9560-4895-88c8-1b24679b4f3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3aa54dc-bebc-438e-9e8b-47f83697f311 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-e3aa54dc-bebc-438e-9e8b-47f83697f311 {
  display: none;
}
#s-e3aa54dc-bebc-438e-9e8b-47f83697f311, #wrap-s-e3aa54dc-bebc-438e-9e8b-47f83697f311 { display:none !important; }}
#s-e3aa54dc-bebc-438e-9e8b-47f83697f311 {
  background-image: url(https://i.shgcdn.com/e90ce33a-d938-43b1-aaaa-f109a54b1441/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e3aa54dc-bebc-438e-9e8b-47f83697f311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3aa54dc-bebc-438e-9e8b-47f83697f311 {
  cursor: pointer;
}#s-e3aa54dc-bebc-438e-9e8b-47f83697f311.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f305a28-06a8-4636-97e9-6def92297de0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-2f305a28-06a8-4636-97e9-6def92297de0 {
  display: none;
}
#s-2f305a28-06a8-4636-97e9-6def92297de0, #wrap-s-2f305a28-06a8-4636-97e9-6def92297de0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f305a28-06a8-4636-97e9-6def92297de0 {
  display: none;
}
#s-2f305a28-06a8-4636-97e9-6def92297de0, #wrap-s-2f305a28-06a8-4636-97e9-6def92297de0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f305a28-06a8-4636-97e9-6def92297de0 {
  display: none;
}
#s-2f305a28-06a8-4636-97e9-6def92297de0, #wrap-s-2f305a28-06a8-4636-97e9-6def92297de0 { display:none !important; }}
#s-2f305a28-06a8-4636-97e9-6def92297de0 {
  background-image: url(https://i.shgcdn.com/a340aaef-6d27-4c2b-b237-866114a37f9f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2f305a28-06a8-4636-97e9-6def92297de0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f305a28-06a8-4636-97e9-6def92297de0 {
  cursor: pointer;
}#s-2f305a28-06a8-4636-97e9-6def92297de0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-571050c5-1d41-4fe8-a2de-1cc1c838814b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-571050c5-1d41-4fe8-a2de-1cc1c838814b {
  display: none;
}
#s-571050c5-1d41-4fe8-a2de-1cc1c838814b, #wrap-s-571050c5-1d41-4fe8-a2de-1cc1c838814b { display:none !important; }}
#s-571050c5-1d41-4fe8-a2de-1cc1c838814b {
  background-image: url(https://i.shgcdn.com/ad1f391d-43d6-4070-9b81-f78f3dca36d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-571050c5-1d41-4fe8-a2de-1cc1c838814b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-571050c5-1d41-4fe8-a2de-1cc1c838814b {
  cursor: pointer;
}#s-571050c5-1d41-4fe8-a2de-1cc1c838814b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c44242eb-384d-4a06-ba2f-4d5e14fcde69 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-c44242eb-384d-4a06-ba2f-4d5e14fcde69 {
  display: none;
}
#s-c44242eb-384d-4a06-ba2f-4d5e14fcde69, #wrap-s-c44242eb-384d-4a06-ba2f-4d5e14fcde69 { display:none !important; }}
#s-c44242eb-384d-4a06-ba2f-4d5e14fcde69 {
  background-image: url(https://i.shgcdn.com/b999b0bc-1e6b-40c4-b80b-1370315f938d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c44242eb-384d-4a06-ba2f-4d5e14fcde69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c44242eb-384d-4a06-ba2f-4d5e14fcde69 {
  cursor: pointer;
}#s-c44242eb-384d-4a06-ba2f-4d5e14fcde69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebe8abae-98dd-4029-a8d2-332510bbbe22 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-ebe8abae-98dd-4029-a8d2-332510bbbe22 {
  display: none;
}
#s-ebe8abae-98dd-4029-a8d2-332510bbbe22, #wrap-s-ebe8abae-98dd-4029-a8d2-332510bbbe22 { display:none !important; }}
#s-ebe8abae-98dd-4029-a8d2-332510bbbe22 {
  background-image: url(https://i.shgcdn.com/83a7509e-9003-480b-974f-b9fb6e641b11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ebe8abae-98dd-4029-a8d2-332510bbbe22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebe8abae-98dd-4029-a8d2-332510bbbe22 {
  cursor: pointer;
}#s-ebe8abae-98dd-4029-a8d2-332510bbbe22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6d8b951-eeb3-4b7b-93ef-fc50d07baa0e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-c6d8b951-eeb3-4b7b-93ef-fc50d07baa0e {
  display: none;
}
#s-c6d8b951-eeb3-4b7b-93ef-fc50d07baa0e, #wrap-s-c6d8b951-eeb3-4b7b-93ef-fc50d07baa0e { display:none !important; }}
#s-c6d8b951-eeb3-4b7b-93ef-fc50d07baa0e {
  background-image: url(https://i.shgcdn.com/1d9f62cc-cb18-4b69-9a17-c4f8d1519c41/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c6d8b951-eeb3-4b7b-93ef-fc50d07baa0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6d8b951-eeb3-4b7b-93ef-fc50d07baa0e {
  cursor: pointer;
}#s-c6d8b951-eeb3-4b7b-93ef-fc50d07baa0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff63668f-8434-4b74-8803-047172d6f539 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-ff63668f-8434-4b74-8803-047172d6f539 {
  display: none;
}
#s-ff63668f-8434-4b74-8803-047172d6f539, #wrap-s-ff63668f-8434-4b74-8803-047172d6f539 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff63668f-8434-4b74-8803-047172d6f539 {
  display: none;
}
#s-ff63668f-8434-4b74-8803-047172d6f539, #wrap-s-ff63668f-8434-4b74-8803-047172d6f539 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff63668f-8434-4b74-8803-047172d6f539 {
  display: none;
}
#s-ff63668f-8434-4b74-8803-047172d6f539, #wrap-s-ff63668f-8434-4b74-8803-047172d6f539 { display:none !important; }}
#s-ff63668f-8434-4b74-8803-047172d6f539 {
  background-image: url(https://i.shgcdn.com/0082a70e-7ea0-4b03-9d91-e75a0820afcb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ff63668f-8434-4b74-8803-047172d6f539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff63668f-8434-4b74-8803-047172d6f539 {
  cursor: pointer;
}#s-ff63668f-8434-4b74-8803-047172d6f539.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835 {
  background-attachment: fixed;
padding-top: 30px;
min-height: 1100px;
}
@media (min-width: 1200px){#s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835 {
  
}
}@media (max-width: 767px){#s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835 {
  display: none;
}
#s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835, #wrap-s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835 { display:none !important; }}







#s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835 {
  cursor: pointer;
}#s-f6fddb84-1fb6-414b-8fed-2ac8b9c2a835.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-d2dad249-2aa0-4b01-914a-5f8070362302 {
  padding-left: 20px;
padding-right: 0px;
text-align: center;
}

#s-d2dad249-2aa0-4b01-914a-5f8070362302 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: center;
}


#s-d2dad249-2aa0-4b01-914a-5f8070362302 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


.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-dc6640e5-1b12-4e9b-9d48-d9438cddcbf9 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-2590485a-ce60-4d78-8ed4-fd335f945e63 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-2590485a-ce60-4d78-8ed4-fd335f945e63 {
  display: none;
}
#s-2590485a-ce60-4d78-8ed4-fd335f945e63, #wrap-s-2590485a-ce60-4d78-8ed4-fd335f945e63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2590485a-ce60-4d78-8ed4-fd335f945e63 {
  display: none;
}
#s-2590485a-ce60-4d78-8ed4-fd335f945e63, #wrap-s-2590485a-ce60-4d78-8ed4-fd335f945e63 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2590485a-ce60-4d78-8ed4-fd335f945e63 {
  display: none;
}
#s-2590485a-ce60-4d78-8ed4-fd335f945e63, #wrap-s-2590485a-ce60-4d78-8ed4-fd335f945e63 { display:none !important; }}
#s-2590485a-ce60-4d78-8ed4-fd335f945e63 {
  background-image: url(https://i.shgcdn.com/275ceada-bb65-4e34-9a03-9eccf12b86bd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2590485a-ce60-4d78-8ed4-fd335f945e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2590485a-ce60-4d78-8ed4-fd335f945e63 {
  cursor: pointer;
}#s-2590485a-ce60-4d78-8ed4-fd335f945e63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0855dd94-4c7d-477e-b9e1-cd716eadf204 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-0855dd94-4c7d-477e-b9e1-cd716eadf204 {
  display: none;
}
#s-0855dd94-4c7d-477e-b9e1-cd716eadf204, #wrap-s-0855dd94-4c7d-477e-b9e1-cd716eadf204 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0855dd94-4c7d-477e-b9e1-cd716eadf204 {
  display: none;
}
#s-0855dd94-4c7d-477e-b9e1-cd716eadf204, #wrap-s-0855dd94-4c7d-477e-b9e1-cd716eadf204 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0855dd94-4c7d-477e-b9e1-cd716eadf204 {
  display: none;
}
#s-0855dd94-4c7d-477e-b9e1-cd716eadf204, #wrap-s-0855dd94-4c7d-477e-b9e1-cd716eadf204 { display:none !important; }}
#s-0855dd94-4c7d-477e-b9e1-cd716eadf204 {
  background-image: url(https://i.shgcdn.com/bd333b2f-8fd3-4a86-91df-e6ecd7a40d9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0855dd94-4c7d-477e-b9e1-cd716eadf204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0855dd94-4c7d-477e-b9e1-cd716eadf204 {
  cursor: pointer;
}#s-0855dd94-4c7d-477e-b9e1-cd716eadf204.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 {
  display: none;
}
#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029, #wrap-s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 {
  display: none;
}
#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029, #wrap-s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 {
  display: none;
}
#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029, #wrap-s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 { display:none !important; }}
#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 {
  background-image: url(https://i.shgcdn.com/75cc0bbb-b74f-441d-aa3a-643ce8b54a0c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029 {
  cursor: pointer;
}#s-43cc1be0-67e2-4b47-ab17-fd1eafef2029.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cec9674-b74b-4087-a425-4d992b7a03a2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-9cec9674-b74b-4087-a425-4d992b7a03a2 {
  display: none;
}
#s-9cec9674-b74b-4087-a425-4d992b7a03a2, #wrap-s-9cec9674-b74b-4087-a425-4d992b7a03a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cec9674-b74b-4087-a425-4d992b7a03a2 {
  display: none;
}
#s-9cec9674-b74b-4087-a425-4d992b7a03a2, #wrap-s-9cec9674-b74b-4087-a425-4d992b7a03a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cec9674-b74b-4087-a425-4d992b7a03a2 {
  display: none;
}
#s-9cec9674-b74b-4087-a425-4d992b7a03a2, #wrap-s-9cec9674-b74b-4087-a425-4d992b7a03a2 { display:none !important; }}
#s-9cec9674-b74b-4087-a425-4d992b7a03a2 {
  background-image: url(https://i.shgcdn.com/c80ffadb-710c-473f-9558-2950f7033518/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9cec9674-b74b-4087-a425-4d992b7a03a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cec9674-b74b-4087-a425-4d992b7a03a2 {
  cursor: pointer;
}#s-9cec9674-b74b-4087-a425-4d992b7a03a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d {
  display: none;
}
#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d, #wrap-s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d {
  display: none;
}
#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d, #wrap-s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d {
  display: none;
}
#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d, #wrap-s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d { display:none !important; }}
#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d {
  background-image: url(https://i.shgcdn.com/60bbaa91-ac58-4ae0-b0a5-dbcf7ae02198/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d {
  cursor: pointer;
}#s-e9ed07ec-d8ab-4d38-b29d-4d2d8939890d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ff41212-233f-421f-9de5-e70d7a9a2911 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-0ff41212-233f-421f-9de5-e70d7a9a2911 {
  display: none;
}
#s-0ff41212-233f-421f-9de5-e70d7a9a2911, #wrap-s-0ff41212-233f-421f-9de5-e70d7a9a2911 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ff41212-233f-421f-9de5-e70d7a9a2911 {
  display: none;
}
#s-0ff41212-233f-421f-9de5-e70d7a9a2911, #wrap-s-0ff41212-233f-421f-9de5-e70d7a9a2911 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ff41212-233f-421f-9de5-e70d7a9a2911 {
  display: none;
}
#s-0ff41212-233f-421f-9de5-e70d7a9a2911, #wrap-s-0ff41212-233f-421f-9de5-e70d7a9a2911 { display:none !important; }}
#s-0ff41212-233f-421f-9de5-e70d7a9a2911 {
  background-image: url(https://i.shgcdn.com/c6656567-354e-4fc7-9701-8f4ee75281a6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0ff41212-233f-421f-9de5-e70d7a9a2911 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ff41212-233f-421f-9de5-e70d7a9a2911 {
  cursor: pointer;
}#s-0ff41212-233f-421f-9de5-e70d7a9a2911.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67d3fd23-a5ec-4104-8728-601f7eddd044 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-67d3fd23-a5ec-4104-8728-601f7eddd044 {
  display: none;
}
#s-67d3fd23-a5ec-4104-8728-601f7eddd044, #wrap-s-67d3fd23-a5ec-4104-8728-601f7eddd044 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67d3fd23-a5ec-4104-8728-601f7eddd044 {
  display: none;
}
#s-67d3fd23-a5ec-4104-8728-601f7eddd044, #wrap-s-67d3fd23-a5ec-4104-8728-601f7eddd044 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67d3fd23-a5ec-4104-8728-601f7eddd044 {
  display: none;
}
#s-67d3fd23-a5ec-4104-8728-601f7eddd044, #wrap-s-67d3fd23-a5ec-4104-8728-601f7eddd044 { display:none !important; }}
#s-67d3fd23-a5ec-4104-8728-601f7eddd044 {
  background-image: url(https://i.shgcdn.com/44207a81-cbaf-4ce8-89b5-e0077fd01929/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-67d3fd23-a5ec-4104-8728-601f7eddd044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d3fd23-a5ec-4104-8728-601f7eddd044 {
  cursor: pointer;
}#s-67d3fd23-a5ec-4104-8728-601f7eddd044.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b {
  display: none;
}
#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b, #wrap-s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b {
  display: none;
}
#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b, #wrap-s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b {
  display: none;
}
#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b, #wrap-s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b { display:none !important; }}
#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b {
  background-image: url(https://i.shgcdn.com/710e2fe5-193a-4fdc-b2ab-4882e78daff0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b {
  cursor: pointer;
}#s-bda4ce3e-6dcc-4ee0-8560-d74791ffd51b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c216355a-5dcc-463e-9d2a-5f5f71213216 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-c216355a-5dcc-463e-9d2a-5f5f71213216 {
  display: none;
}
#s-c216355a-5dcc-463e-9d2a-5f5f71213216, #wrap-s-c216355a-5dcc-463e-9d2a-5f5f71213216 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c216355a-5dcc-463e-9d2a-5f5f71213216 {
  display: none;
}
#s-c216355a-5dcc-463e-9d2a-5f5f71213216, #wrap-s-c216355a-5dcc-463e-9d2a-5f5f71213216 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c216355a-5dcc-463e-9d2a-5f5f71213216 {
  display: none;
}
#s-c216355a-5dcc-463e-9d2a-5f5f71213216, #wrap-s-c216355a-5dcc-463e-9d2a-5f5f71213216 { display:none !important; }}
#s-c216355a-5dcc-463e-9d2a-5f5f71213216 {
  background-image: url(https://i.shgcdn.com/f65b6886-b4f7-4602-912a-9818c33c4c42/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c216355a-5dcc-463e-9d2a-5f5f71213216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c216355a-5dcc-463e-9d2a-5f5f71213216 {
  cursor: pointer;
}#s-c216355a-5dcc-463e-9d2a-5f5f71213216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17ab99f6-c2c1-4ba5-a4b2-017106840168 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-17ab99f6-c2c1-4ba5-a4b2-017106840168 {
  display: none;
}
#s-17ab99f6-c2c1-4ba5-a4b2-017106840168, #wrap-s-17ab99f6-c2c1-4ba5-a4b2-017106840168 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17ab99f6-c2c1-4ba5-a4b2-017106840168 {
  display: none;
}
#s-17ab99f6-c2c1-4ba5-a4b2-017106840168, #wrap-s-17ab99f6-c2c1-4ba5-a4b2-017106840168 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17ab99f6-c2c1-4ba5-a4b2-017106840168 {
  display: none;
}
#s-17ab99f6-c2c1-4ba5-a4b2-017106840168, #wrap-s-17ab99f6-c2c1-4ba5-a4b2-017106840168 { display:none !important; }}
#s-17ab99f6-c2c1-4ba5-a4b2-017106840168 {
  background-image: url(https://i.shgcdn.com/ff51fa85-8988-42ef-baa7-d61c82d7dd6d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-17ab99f6-c2c1-4ba5-a4b2-017106840168 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17ab99f6-c2c1-4ba5-a4b2-017106840168 {
  cursor: pointer;
}#s-17ab99f6-c2c1-4ba5-a4b2-017106840168.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 {
  display: none;
}
#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5, #wrap-s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 {
  display: none;
}
#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5, #wrap-s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 {
  display: none;
}
#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5, #wrap-s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 { display:none !important; }}
#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 {
  background-image: url(https://i.shgcdn.com/5e60a422-3190-4bd0-8157-938c7d70e051/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5 {
  cursor: pointer;
}#s-4634fa22-bcb9-4cc3-9255-571beeb81ea5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc {
  display: none;
}
#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc, #wrap-s-0fd957fc-f7c9-48fa-9286-79b4af2006cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc {
  display: none;
}
#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc, #wrap-s-0fd957fc-f7c9-48fa-9286-79b4af2006cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc {
  display: none;
}
#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc, #wrap-s-0fd957fc-f7c9-48fa-9286-79b4af2006cc { display:none !important; }}
#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc {
  background-image: url(https://i.shgcdn.com/d1c91485-91cb-4704-a545-43c4cc87e83e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc {
  cursor: pointer;
}#s-0fd957fc-f7c9-48fa-9286-79b4af2006cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 {
  display: none;
}
#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0, #wrap-s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 {
  display: none;
}
#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0, #wrap-s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 {
  display: none;
}
#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0, #wrap-s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 { display:none !important; }}
#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 {
  background-image: url(https://i.shgcdn.com/7f772de6-b59e-4225-a295-c519cbfc32ea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0 {
  cursor: pointer;
}#s-9195e47b-9c40-4c13-97d1-4bcd4f15fce0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05539630-24d9-466e-8608-a619b9500d20 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-05539630-24d9-466e-8608-a619b9500d20 {
  display: none;
}
#s-05539630-24d9-466e-8608-a619b9500d20, #wrap-s-05539630-24d9-466e-8608-a619b9500d20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05539630-24d9-466e-8608-a619b9500d20 {
  display: none;
}
#s-05539630-24d9-466e-8608-a619b9500d20, #wrap-s-05539630-24d9-466e-8608-a619b9500d20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05539630-24d9-466e-8608-a619b9500d20 {
  display: none;
}
#s-05539630-24d9-466e-8608-a619b9500d20, #wrap-s-05539630-24d9-466e-8608-a619b9500d20 { display:none !important; }}
#s-05539630-24d9-466e-8608-a619b9500d20 {
  background-image: url(https://i.shgcdn.com/5c05168a-d536-4a9b-8875-835e85076548/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-05539630-24d9-466e-8608-a619b9500d20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05539630-24d9-466e-8608-a619b9500d20 {
  cursor: pointer;
}#s-05539630-24d9-466e-8608-a619b9500d20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 {
  display: none;
}
#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593, #wrap-s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 {
  display: none;
}
#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593, #wrap-s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 {
  display: none;
}
#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593, #wrap-s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 { display:none !important; }}
#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 {
  background-image: url(https://i.shgcdn.com/300b2cc5-4b38-4b5b-a32b-c194ea6a8c84/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593 {
  cursor: pointer;
}#s-dd3f7459-19c9-425a-bcf8-61d8f1d1b593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e {
  display: none;
}
#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e, #wrap-s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e {
  display: none;
}
#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e, #wrap-s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e {
  display: none;
}
#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e, #wrap-s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e { display:none !important; }}
#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e {
  background-image: url(https://i.shgcdn.com/478635be-51ac-42d8-a3de-502d279d71fd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e {
  cursor: pointer;
}#s-9f07d5e2-6d87-4693-b018-e649a2c1cc7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2915fe27-9013-48ee-930e-42d79a1b2b3c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-2915fe27-9013-48ee-930e-42d79a1b2b3c {
  display: none;
}
#s-2915fe27-9013-48ee-930e-42d79a1b2b3c, #wrap-s-2915fe27-9013-48ee-930e-42d79a1b2b3c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2915fe27-9013-48ee-930e-42d79a1b2b3c {
  display: none;
}
#s-2915fe27-9013-48ee-930e-42d79a1b2b3c, #wrap-s-2915fe27-9013-48ee-930e-42d79a1b2b3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2915fe27-9013-48ee-930e-42d79a1b2b3c {
  display: none;
}
#s-2915fe27-9013-48ee-930e-42d79a1b2b3c, #wrap-s-2915fe27-9013-48ee-930e-42d79a1b2b3c { display:none !important; }}
#s-2915fe27-9013-48ee-930e-42d79a1b2b3c {
  background-image: url(https://i.shgcdn.com/b58a2b89-30f5-4b99-976f-577f6c283ed3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2915fe27-9013-48ee-930e-42d79a1b2b3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2915fe27-9013-48ee-930e-42d79a1b2b3c {
  cursor: pointer;
}#s-2915fe27-9013-48ee-930e-42d79a1b2b3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98e15ee6-0faf-4e47-a712-3d7a24cba40f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-98e15ee6-0faf-4e47-a712-3d7a24cba40f {
  display: none;
}
#s-98e15ee6-0faf-4e47-a712-3d7a24cba40f, #wrap-s-98e15ee6-0faf-4e47-a712-3d7a24cba40f { display:none !important; }}
#s-98e15ee6-0faf-4e47-a712-3d7a24cba40f {
  background-image: url(https://i.shgcdn.com/aaab09c4-4bb9-4865-8365-77cef1935d96/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-98e15ee6-0faf-4e47-a712-3d7a24cba40f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98e15ee6-0faf-4e47-a712-3d7a24cba40f {
  cursor: pointer;
}#s-98e15ee6-0faf-4e47-a712-3d7a24cba40f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30eba0a9-bac9-4e15-852a-fd567aac0d91 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-30eba0a9-bac9-4e15-852a-fd567aac0d91 {
  display: none;
}
#s-30eba0a9-bac9-4e15-852a-fd567aac0d91, #wrap-s-30eba0a9-bac9-4e15-852a-fd567aac0d91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30eba0a9-bac9-4e15-852a-fd567aac0d91 {
  display: none;
}
#s-30eba0a9-bac9-4e15-852a-fd567aac0d91, #wrap-s-30eba0a9-bac9-4e15-852a-fd567aac0d91 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30eba0a9-bac9-4e15-852a-fd567aac0d91 {
  display: none;
}
#s-30eba0a9-bac9-4e15-852a-fd567aac0d91, #wrap-s-30eba0a9-bac9-4e15-852a-fd567aac0d91 { display:none !important; }}
#s-30eba0a9-bac9-4e15-852a-fd567aac0d91 {
  background-image: url(https://i.shgcdn.com/43c9270f-e3ff-440d-afaa-350feb6f9469/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-30eba0a9-bac9-4e15-852a-fd567aac0d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30eba0a9-bac9-4e15-852a-fd567aac0d91 {
  cursor: pointer;
}#s-30eba0a9-bac9-4e15-852a-fd567aac0d91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b688b3b0-878c-4a10-9857-8abc901a5113 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-b688b3b0-878c-4a10-9857-8abc901a5113 {
  display: none;
}
#s-b688b3b0-878c-4a10-9857-8abc901a5113, #wrap-s-b688b3b0-878c-4a10-9857-8abc901a5113 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b688b3b0-878c-4a10-9857-8abc901a5113 {
  display: none;
}
#s-b688b3b0-878c-4a10-9857-8abc901a5113, #wrap-s-b688b3b0-878c-4a10-9857-8abc901a5113 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b688b3b0-878c-4a10-9857-8abc901a5113 {
  display: none;
}
#s-b688b3b0-878c-4a10-9857-8abc901a5113, #wrap-s-b688b3b0-878c-4a10-9857-8abc901a5113 { display:none !important; }}
#s-b688b3b0-878c-4a10-9857-8abc901a5113 {
  background-image: url(https://i.shgcdn.com/bfd32422-4329-4c75-876f-59b0d7966631/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b688b3b0-878c-4a10-9857-8abc901a5113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b688b3b0-878c-4a10-9857-8abc901a5113 {
  cursor: pointer;
}#s-b688b3b0-878c-4a10-9857-8abc901a5113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-779c79b6-9e30-4016-97a6-863746b15d30 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-779c79b6-9e30-4016-97a6-863746b15d30 {
  display: none;
}
#s-779c79b6-9e30-4016-97a6-863746b15d30, #wrap-s-779c79b6-9e30-4016-97a6-863746b15d30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-779c79b6-9e30-4016-97a6-863746b15d30 {
  display: none;
}
#s-779c79b6-9e30-4016-97a6-863746b15d30, #wrap-s-779c79b6-9e30-4016-97a6-863746b15d30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-779c79b6-9e30-4016-97a6-863746b15d30 {
  display: none;
}
#s-779c79b6-9e30-4016-97a6-863746b15d30, #wrap-s-779c79b6-9e30-4016-97a6-863746b15d30 { display:none !important; }}
#s-779c79b6-9e30-4016-97a6-863746b15d30 {
  background-image: url(https://i.shgcdn.com/b9d7d553-e4fa-4b47-b18f-7a2c86b3603f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-779c79b6-9e30-4016-97a6-863746b15d30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-779c79b6-9e30-4016-97a6-863746b15d30 {
  cursor: pointer;
}#s-779c79b6-9e30-4016-97a6-863746b15d30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 {
  display: none;
}
#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34, #wrap-s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 {
  display: none;
}
#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34, #wrap-s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 {
  display: none;
}
#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34, #wrap-s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 { display:none !important; }}
#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 {
  background-image: url(https://i.shgcdn.com/644a4997-fa88-4745-878f-eb7d83baf1ca/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34 {
  cursor: pointer;
}#s-8262f5c9-9a42-456f-86f8-8d3dcab18e34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0df9dff9-0c42-41f2-9123-1c50e7e4dc15 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-0df9dff9-0c42-41f2-9123-1c50e7e4dc15 {
  display: none;
}
#s-0df9dff9-0c42-41f2-9123-1c50e7e4dc15, #wrap-s-0df9dff9-0c42-41f2-9123-1c50e7e4dc15 { display:none !important; }}
#s-0df9dff9-0c42-41f2-9123-1c50e7e4dc15 {
  background-image: url(https://i.shgcdn.com/e20f5176-19cd-4a36-b2a9-e766860136bf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0df9dff9-0c42-41f2-9123-1c50e7e4dc15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df9dff9-0c42-41f2-9123-1c50e7e4dc15 {
  cursor: pointer;
}#s-0df9dff9-0c42-41f2-9123-1c50e7e4dc15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feb00e77-f6a4-492f-bf0f-456764458bf7 {
  background-attachment: fixed;
padding-top: 30px;
min-height: 760px;
}
@media (min-width: 1200px){#s-feb00e77-f6a4-492f-bf0f-456764458bf7 {
  display: none;
}
#s-feb00e77-f6a4-492f-bf0f-456764458bf7, #wrap-s-feb00e77-f6a4-492f-bf0f-456764458bf7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-feb00e77-f6a4-492f-bf0f-456764458bf7 {
  display: none;
}
#s-feb00e77-f6a4-492f-bf0f-456764458bf7, #wrap-s-feb00e77-f6a4-492f-bf0f-456764458bf7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-feb00e77-f6a4-492f-bf0f-456764458bf7 {
  display: none;
}
#s-feb00e77-f6a4-492f-bf0f-456764458bf7, #wrap-s-feb00e77-f6a4-492f-bf0f-456764458bf7 { display:none !important; }}@media (max-width: 767px){#s-feb00e77-f6a4-492f-bf0f-456764458bf7 {
  
}
}







#s-feb00e77-f6a4-492f-bf0f-456764458bf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feb00e77-f6a4-492f-bf0f-456764458bf7 {
  cursor: pointer;
}#s-feb00e77-f6a4-492f-bf0f-456764458bf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc7c8677-f2a0-4610-801e-85b3fa6bb430 {
  padding-left: 20px;
padding-right: 0px;
text-align: center;
}

#s-dc7c8677-f2a0-4610-801e-85b3fa6bb430 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: center;
}


#s-dc7c8677-f2a0-4610-801e-85b3fa6bb430 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-19cd980e-8ac4-484b-a47c-19715904e8a8 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-b8fe59cf-b44f-4ad8-8db2-c7d24819f4ba {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-b8fe59cf-b44f-4ad8-8db2-c7d24819f4ba {
  display: none;
}
#s-b8fe59cf-b44f-4ad8-8db2-c7d24819f4ba, #wrap-s-b8fe59cf-b44f-4ad8-8db2-c7d24819f4ba { display:none !important; }}
#s-b8fe59cf-b44f-4ad8-8db2-c7d24819f4ba {
  background-image: url(https://i.shgcdn.com/6ae273bc-bbf9-40ab-8398-d7f9a48bc99a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b8fe59cf-b44f-4ad8-8db2-c7d24819f4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8fe59cf-b44f-4ad8-8db2-c7d24819f4ba {
  cursor: pointer;
}#s-b8fe59cf-b44f-4ad8-8db2-c7d24819f4ba.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-7b3d1c68-59a5-41ed-9ba6-e7c50beb579c {
  min-height: 650px;
}

@media (min-width: 0px) {
[id="s-7b3d1c68-59a5-41ed-9ba6-e7c50beb579c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b3d1c68-59a5-41ed-9ba6-e7c50beb579c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b3d1c68-59a5-41ed-9ba6-e7c50beb579c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b3d1c68-59a5-41ed-9ba6-e7c50beb579c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6cbe091e-8277-4a41-be3f-bae7240c3265 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 700px;
background-position: center center;
}








#s-6cbe091e-8277-4a41-be3f-bae7240c3265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cbe091e-8277-4a41-be3f-bae7240c3265.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ca6043d0-2a0d-4c78-9b26-c23c86ece347 {
  padding-left: 15%;
padding-right: 15%;
min-height: 700px;
background-color: rgba(25, 31, 34, 1);
}








#s-ca6043d0-2a0d-4c78-9b26-c23c86ece347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca6043d0-2a0d-4c78-9b26-c23c86ece347.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-5e1fa0d3-567a-49a7-b73b-67f439901a6e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 470px;
text-align: center;
}







  #s-5e1fa0d3-567a-49a7-b73b-67f439901a6e img.shogun-image {
    

    
    
    
  }


#s-5e1fa0d3-567a-49a7-b73b-67f439901a6e .shogun-image-content {
  
    align-items: center;
  
}

#s-2117b9b3-f7b8-4b50-b8dd-3951c9db1482 {
  margin-left: auto;
margin-right: auto;
padding-right: 0px;
text-align: center;
}

#s-2117b9b3-f7b8-4b50-b8dd-3951c9db1482 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-b7d5867e-a0a2-47a5-8176-c466c0613bfb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-bottom: 10px;
padding-right: 0px;
}

.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-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81-root {
    text-align: center;
  }


#s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81-root {
    text-align: center;
  }


#s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81-root {
    text-align: center;
  }


#s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81-root {
    text-align: center;
  }


#s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81-root {
    text-align: center;
  }


#s-c16b7b34-47c1-4d0c-b5cf-82b1c818cc81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ead2cf8b-488b-42ae-a2c4-0f6f087ab44a {
  min-height: 7px;
}

@media (min-width: 0px) {
[id="s-ead2cf8b-488b-42ae-a2c4-0f6f087ab44a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ead2cf8b-488b-42ae-a2c4-0f6f087ab44a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ead2cf8b-488b-42ae-a2c4-0f6f087ab44a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ead2cf8b-488b-42ae-a2c4-0f6f087ab44a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3c12d39b-f728-443b-874f-774bb97a1fa3 {
  min-height: 50px;
}








#s-3c12d39b-f728-443b-874f-774bb97a1fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c12d39b-f728-443b-874f-774bb97a1fa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4c25f3b-2cc7-4a85-b73b-186916328648 {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-d4c25f3b-2cc7-4a85-b73b-186916328648 img.shogun-image {
    

    
    
    
  }


#s-d4c25f3b-2cc7-4a85-b73b-186916328648 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-24aa8f25-b21a-4f63-b757-508702194853 {
  min-height: 50px;
}








#s-24aa8f25-b21a-4f63-b757-508702194853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24aa8f25-b21a-4f63-b757-508702194853.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c64a42d5-514e-4188-aad6-09f8c84b8fad {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-c64a42d5-514e-4188-aad6-09f8c84b8fad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-c64a42d5-514e-4188-aad6-09f8c84b8fad .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-406b7d3b-ba60-4d19-a438-142be44ce7b5 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-8cf4e933-f7c5-44bd-af5d-21683f994151 {
  min-height: 50px;
}








#s-8cf4e933-f7c5-44bd-af5d-21683f994151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cf4e933-f7c5-44bd-af5d-21683f994151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46c82131-1656-4db8-8cdc-bf871ebbef99 {
  text-align: center;
}







  #s-46c82131-1656-4db8-8cdc-bf871ebbef99 img.shogun-image {
    

    
    
    
  }


#s-46c82131-1656-4db8-8cdc-bf871ebbef99 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5f06c3c3-1c75-4d11-bb1a-2968b706b761 {
  min-height: 50px;
}








#s-5f06c3c3-1c75-4d11-bb1a-2968b706b761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f06c3c3-1c75-4d11-bb1a-2968b706b761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1170f6cb-c357-46d8-a07c-12dbd8254be2 {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-1170f6cb-c357-46d8-a07c-12dbd8254be2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-1170f6cb-c357-46d8-a07c-12dbd8254be2 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-17def97a-ae85-4855-93a5-03cd00a7f747 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-b254a3ed-f697-43c8-be28-9d409074db0e {
  min-height: 50px;
}








#s-b254a3ed-f697-43c8-be28-9d409074db0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b254a3ed-f697-43c8-be28-9d409074db0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80a2c8d1-15f9-444d-b4f3-e72be768fb1d {
  text-align: center;
}







  #s-80a2c8d1-15f9-444d-b4f3-e72be768fb1d img.shogun-image {
    

    
    
    
  }


#s-80a2c8d1-15f9-444d-b4f3-e72be768fb1d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2eb1d040-b47f-4675-80c1-8dc1bc28d3c2 {
  min-height: 50px;
}








#s-2eb1d040-b47f-4675-80c1-8dc1bc28d3c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2eb1d040-b47f-4675-80c1-8dc1bc28d3c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-737040e5-5c9a-4c2c-991d-af3e9a9bf103 {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-737040e5-5c9a-4c2c-991d-af3e9a9bf103 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-737040e5-5c9a-4c2c-991d-af3e9a9bf103 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-2f49ca43-d482-48e8-8261-c88e07ac697f {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-079cc56b-3109-4406-8600-86d0520a9fb0 {
  min-height: 700px;
}

@media (min-width: 0px) {
[id="s-079cc56b-3109-4406-8600-86d0520a9fb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-079cc56b-3109-4406-8600-86d0520a9fb0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-079cc56b-3109-4406-8600-86d0520a9fb0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-079cc56b-3109-4406-8600-86d0520a9fb0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-079cc56b-3109-4406-8600-86d0520a9fb0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-079cc56b-3109-4406-8600-86d0520a9fb0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-079cc56b-3109-4406-8600-86d0520a9fb0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-079cc56b-3109-4406-8600-86d0520a9fb0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6891dd2a-dd90-49c1-b182-3bc031b49ff1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 700px;
background-position: center center;
}








#s-6891dd2a-dd90-49c1-b182-3bc031b49ff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6891dd2a-dd90-49c1-b182-3bc031b49ff1 {
  cursor: pointer;
}#s-6891dd2a-dd90-49c1-b182-3bc031b49ff1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-72930d19-7679-4437-96c7-fb339817b373 {
  padding-left: 15%;
padding-right: 15%;
min-height: 700px;
background-color: rgba(30, 30, 30, 1);
}








#s-72930d19-7679-4437-96c7-fb339817b373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72930d19-7679-4437-96c7-fb339817b373.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c69d906-2519-4b2e-9cde-ed81e609c904 {
  padding-top: 15px;
padding-bottom: 15px;
max-width: 390px;
text-align: center;
}







  #s-6c69d906-2519-4b2e-9cde-ed81e609c904 img.shogun-image {
    

    
    
    
  }


#s-6c69d906-2519-4b2e-9cde-ed81e609c904 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce61a2eb-07a6-4110-8272-ff83024eb7b3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-bottom: 10px;
padding-right: 0px;
}

#s-1cd174d9-7332-4c28-97e1-9fb404498b7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1cd174d9-7332-4c28-97e1-9fb404498b7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cd174d9-7332-4c28-97e1-9fb404498b7e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cd174d9-7332-4c28-97e1-9fb404498b7e-root {
    text-align: center;
  }


#s-1cd174d9-7332-4c28-97e1-9fb404498b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cd174d9-7332-4c28-97e1-9fb404498b7e-root {
    text-align: center;
  }


#s-1cd174d9-7332-4c28-97e1-9fb404498b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cd174d9-7332-4c28-97e1-9fb404498b7e-root {
    text-align: center;
  }


#s-1cd174d9-7332-4c28-97e1-9fb404498b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cd174d9-7332-4c28-97e1-9fb404498b7e-root {
    text-align: center;
  }


#s-1cd174d9-7332-4c28-97e1-9fb404498b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cd174d9-7332-4c28-97e1-9fb404498b7e-root {
    text-align: center;
  }


#s-1cd174d9-7332-4c28-97e1-9fb404498b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9d34fd5c-caff-4cce-9e3e-de56548d2e0d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 960px;
background-position: center bottom;
}
@media (max-width: 767px){#s-9d34fd5c-caff-4cce-9e3e-de56548d2e0d {
  display: none;
}
#s-9d34fd5c-caff-4cce-9e3e-de56548d2e0d, #wrap-s-9d34fd5c-caff-4cce-9e3e-de56548d2e0d { display:none !important; }}







#s-9d34fd5c-caff-4cce-9e3e-de56548d2e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d34fd5c-caff-4cce-9e3e-de56548d2e0d {
  cursor: pointer;
}#s-9d34fd5c-caff-4cce-9e3e-de56548d2e0d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e5a3938d-66b4-49e7-9a6d-6a866cd16c61 {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-e5a3938d-66b4-49e7-9a6d-6a866cd16c61 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-e5a3938d-66b4-49e7-9a6d-6a866cd16c61 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-64cf357a-363c-491c-b3a9-dedcd052632c {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-8f4ff8ad-3450-4007-a2e9-8eaa39ba882a {
  min-height: 640px;
background-color: rgba(0, 0, 0, 1);
}








#s-8f4ff8ad-3450-4007-a2e9-8eaa39ba882a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f4ff8ad-3450-4007-a2e9-8eaa39ba882a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6a56b06-184a-4521-a830-8f157a3b397d {
  padding-left: 3%;
padding-right: 3%;
min-height: 75px;
}

@media (min-width: 0px) {
[id="s-e6a56b06-184a-4521-a830-8f157a3b397d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a56b06-184a-4521-a830-8f157a3b397d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a56b06-184a-4521-a830-8f157a3b397d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a56b06-184a-4521-a830-8f157a3b397d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-069785f9-8ee6-4d99-9a72-3310d25cfdfc {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-069785f9-8ee6-4d99-9a72-3310d25cfdfc img.shogun-image {
    

    
    
    
  }


#s-069785f9-8ee6-4d99-9a72-3310d25cfdfc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4b870dfd-3627-407b-9591-d11dfd69468d {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-4b870dfd-3627-407b-9591-d11dfd69468d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-4b870dfd-3627-407b-9591-d11dfd69468d .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-d6cbd3a2-e31b-4fe1-b867-2f93e5f5981d {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-6b6dc45a-16bf-4a80-91ed-2d5b22d2407e {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-6b6dc45a-16bf-4a80-91ed-2d5b22d2407e img.shogun-image {
    

    
    
    
  }


#s-6b6dc45a-16bf-4a80-91ed-2d5b22d2407e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-937a2f20-ae43-4027-996e-34e502410167 {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-937a2f20-ae43-4027-996e-34e502410167 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-937a2f20-ae43-4027-996e-34e502410167 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-b6f33af3-429f-4cc0-997e-c924833f0eb1 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-916ba868-e334-4fe0-ad1d-3744fed987bd {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-916ba868-e334-4fe0-ad1d-3744fed987bd img.shogun-image {
    

    
    
    
  }


#s-916ba868-e334-4fe0-ad1d-3744fed987bd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e38d9b5b-b6a0-417c-916d-2bdb26c9d466 {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-e38d9b5b-b6a0-417c-916d-2bdb26c9d466 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-e38d9b5b-b6a0-417c-916d-2bdb26c9d466 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-8ed1a4f8-62e5-4801-a5b5-f0bf5ce5e87c {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-450021b0-d784-4b27-9dce-e82d7f33e26c {
  min-height: 700px;
}
@media (max-width: 767px){#s-450021b0-d784-4b27-9dce-e82d7f33e26c {
  display: none;
}
#s-450021b0-d784-4b27-9dce-e82d7f33e26c, #wrap-s-450021b0-d784-4b27-9dce-e82d7f33e26c { display:none !important; }}
@media (min-width: 0px) {
[id="s-450021b0-d784-4b27-9dce-e82d7f33e26c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-450021b0-d784-4b27-9dce-e82d7f33e26c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-450021b0-d784-4b27-9dce-e82d7f33e26c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-450021b0-d784-4b27-9dce-e82d7f33e26c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-450021b0-d784-4b27-9dce-e82d7f33e26c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-450021b0-d784-4b27-9dce-e82d7f33e26c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-450021b0-d784-4b27-9dce-e82d7f33e26c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-0ba6cf09-7922-4dc3-9976-e7b5941940c8 {
  padding-left: 15%;
padding-right: 15%;
min-height: 700px;
background-color: rgba(30, 30, 30, 1);
}








#s-0ba6cf09-7922-4dc3-9976-e7b5941940c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ba6cf09-7922-4dc3-9976-e7b5941940c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7eead0e-6e31-4f39-98bb-f83a36a5b470 {
  padding-top: 15px;
padding-bottom: 15px;
max-width: 375px;
text-align: center;
}







  #s-c7eead0e-6e31-4f39-98bb-f83a36a5b470 img.shogun-image {
    

    
    
    
  }


#s-c7eead0e-6e31-4f39-98bb-f83a36a5b470 .shogun-image-content {
  
    align-items: center;
  
}

#s-494cd5b0-d0a2-40bf-a95a-5df8d63f7c9c {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-right: 0px;
}

#s-46ec7b0d-891e-4608-9ca0-b78ba4654155 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-bottom: 10px;
padding-right: 0px;
}

#s-79a76a52-4fec-4534-8338-d7725dfe1068 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-79a76a52-4fec-4534-8338-d7725dfe1068:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79a76a52-4fec-4534-8338-d7725dfe1068:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79a76a52-4fec-4534-8338-d7725dfe1068-root {
    text-align: left;
  }


#s-79a76a52-4fec-4534-8338-d7725dfe1068.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79a76a52-4fec-4534-8338-d7725dfe1068-root {
    text-align: left;
  }


#s-79a76a52-4fec-4534-8338-d7725dfe1068.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79a76a52-4fec-4534-8338-d7725dfe1068-root {
    text-align: left;
  }


#s-79a76a52-4fec-4534-8338-d7725dfe1068.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79a76a52-4fec-4534-8338-d7725dfe1068-root {
    text-align: left;
  }


#s-79a76a52-4fec-4534-8338-d7725dfe1068.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79a76a52-4fec-4534-8338-d7725dfe1068-root {
    text-align: left;
  }


#s-79a76a52-4fec-4534-8338-d7725dfe1068.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-66bdca13-a9d4-4193-9074-447c75c8be3b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 700px;
background-position: center center;
}








#s-66bdca13-a9d4-4193-9074-447c75c8be3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66bdca13-a9d4-4193-9074-447c75c8be3b {
  cursor: pointer;
}#s-66bdca13-a9d4-4193-9074-447c75c8be3b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-da535212-7999-4e89-aae5-273373dbbe1e {
  min-height: 700px;
}
@media (min-width: 1200px){#s-da535212-7999-4e89-aae5-273373dbbe1e {
  display: none;
}
#s-da535212-7999-4e89-aae5-273373dbbe1e, #wrap-s-da535212-7999-4e89-aae5-273373dbbe1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da535212-7999-4e89-aae5-273373dbbe1e {
  display: none;
}
#s-da535212-7999-4e89-aae5-273373dbbe1e, #wrap-s-da535212-7999-4e89-aae5-273373dbbe1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da535212-7999-4e89-aae5-273373dbbe1e {
  display: none;
}
#s-da535212-7999-4e89-aae5-273373dbbe1e, #wrap-s-da535212-7999-4e89-aae5-273373dbbe1e { display:none !important; }}
@media (min-width: 0px) {
[id="s-da535212-7999-4e89-aae5-273373dbbe1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da535212-7999-4e89-aae5-273373dbbe1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da535212-7999-4e89-aae5-273373dbbe1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da535212-7999-4e89-aae5-273373dbbe1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da535212-7999-4e89-aae5-273373dbbe1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da535212-7999-4e89-aae5-273373dbbe1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da535212-7999-4e89-aae5-273373dbbe1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-2c58ce31-879a-4a98-b446-83f8a60b28df {
  padding-left: 15%;
padding-right: 15%;
min-height: 700px;
background-color: rgba(30, 30, 30, 1);
}








#s-2c58ce31-879a-4a98-b446-83f8a60b28df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c58ce31-879a-4a98-b446-83f8a60b28df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1115442d-3bac-4268-be23-a2b62ba3e844 {
  padding-top: 15px;
padding-bottom: 15px;
max-width: 375px;
text-align: center;
}







  #s-1115442d-3bac-4268-be23-a2b62ba3e844 img.shogun-image {
    

    
    
    
  }


#s-1115442d-3bac-4268-be23-a2b62ba3e844 .shogun-image-content {
  
    align-items: center;
  
}

#s-10f768e9-b18a-49cc-8e59-1520d0bfc061 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-right: 0px;
}

#s-00915d9e-ce33-4f8e-9125-e7f3a3f1cb86 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-bottom: 10px;
padding-right: 0px;
}

#s-8105e416-eb9b-4ac6-a85f-dce1025b173d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8105e416-eb9b-4ac6-a85f-dce1025b173d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8105e416-eb9b-4ac6-a85f-dce1025b173d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8105e416-eb9b-4ac6-a85f-dce1025b173d-root {
    text-align: left;
  }


#s-8105e416-eb9b-4ac6-a85f-dce1025b173d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8105e416-eb9b-4ac6-a85f-dce1025b173d-root {
    text-align: left;
  }


#s-8105e416-eb9b-4ac6-a85f-dce1025b173d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8105e416-eb9b-4ac6-a85f-dce1025b173d-root {
    text-align: left;
  }


#s-8105e416-eb9b-4ac6-a85f-dce1025b173d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8105e416-eb9b-4ac6-a85f-dce1025b173d-root {
    text-align: left;
  }


#s-8105e416-eb9b-4ac6-a85f-dce1025b173d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8105e416-eb9b-4ac6-a85f-dce1025b173d-root {
    text-align: left;
  }


#s-8105e416-eb9b-4ac6-a85f-dce1025b173d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2344d704-4559-4384-96c8-ebb864e398f4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 700px;
background-position: 76% center;
}








#s-2344d704-4559-4384-96c8-ebb864e398f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2344d704-4559-4384-96c8-ebb864e398f4 {
  cursor: pointer;
}#s-2344d704-4559-4384-96c8-ebb864e398f4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d8c2f375-23dc-4ac7-bf2a-16358e94af2a {
  min-height: 640px;
background-color: rgba(0, 0, 0, 1);
}








#s-d8c2f375-23dc-4ac7-bf2a-16358e94af2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c2f375-23dc-4ac7-bf2a-16358e94af2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-956facdc-f2bc-4b0b-ab61-d6afe753fefb {
  padding-left: 3%;
padding-right: 3%;
min-height: 75px;
}

@media (min-width: 0px) {
[id="s-956facdc-f2bc-4b0b-ab61-d6afe753fefb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-956facdc-f2bc-4b0b-ab61-d6afe753fefb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-956facdc-f2bc-4b0b-ab61-d6afe753fefb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-956facdc-f2bc-4b0b-ab61-d6afe753fefb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-f78e4b86-23bb-4487-97cc-d3a48c3298f2 {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-f78e4b86-23bb-4487-97cc-d3a48c3298f2 img.shogun-image {
    

    
    
    
  }


#s-f78e4b86-23bb-4487-97cc-d3a48c3298f2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b467f9bf-78ee-4994-a961-8bcf2c50f08e {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-b467f9bf-78ee-4994-a961-8bcf2c50f08e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-b467f9bf-78ee-4994-a961-8bcf2c50f08e .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-503be176-ac9d-4396-9bf6-faecee51d25b {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-7f1f0c2d-91a0-4e3c-a922-fa6fb799486d {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-7f1f0c2d-91a0-4e3c-a922-fa6fb799486d img.shogun-image {
    

    
    
    
  }


#s-7f1f0c2d-91a0-4e3c-a922-fa6fb799486d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-88d5a376-69e1-4d74-aa6f-736f138d893e {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-88d5a376-69e1-4d74-aa6f-736f138d893e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-88d5a376-69e1-4d74-aa6f-736f138d893e .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-d7a9b8bb-117f-4e18-804c-72c579503f3a {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-028d0d5d-215a-456d-ae16-6887be64e592 {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-028d0d5d-215a-456d-ae16-6887be64e592 img.shogun-image {
    

    
    
    
  }


#s-028d0d5d-215a-456d-ae16-6887be64e592 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ff59cbf1-7d0d-44d1-942a-ae62f170d49e {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-ff59cbf1-7d0d-44d1-942a-ae62f170d49e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-ff59cbf1-7d0d-44d1-942a-ae62f170d49e .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-1f4e1aad-a3ee-4c60-84fb-4e7cf21476ca {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-fb86327a-b80f-4724-a87d-054a16864f67 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 960px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-fb86327a-b80f-4724-a87d-054a16864f67 {
  display: none;
}
#s-fb86327a-b80f-4724-a87d-054a16864f67, #wrap-s-fb86327a-b80f-4724-a87d-054a16864f67 { display:none !important; }}







#s-fb86327a-b80f-4724-a87d-054a16864f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb86327a-b80f-4724-a87d-054a16864f67 {
  cursor: pointer;
}#s-fb86327a-b80f-4724-a87d-054a16864f67.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a6d3d80c-a9a9-40c0-9a94-708693f88d07 {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-a6d3d80c-a9a9-40c0-9a94-708693f88d07 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-a6d3d80c-a9a9-40c0-9a94-708693f88d07 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-0a8b0a94-6079-425f-b01d-2edb22c536bb {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-ea603fba-435c-4664-a76c-23b60bf39679 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 960px;
background-position: -975px center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ea603fba-435c-4664-a76c-23b60bf39679 {
  display: none;
}
#s-ea603fba-435c-4664-a76c-23b60bf39679, #wrap-s-ea603fba-435c-4664-a76c-23b60bf39679 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea603fba-435c-4664-a76c-23b60bf39679 {
  display: none;
}
#s-ea603fba-435c-4664-a76c-23b60bf39679, #wrap-s-ea603fba-435c-4664-a76c-23b60bf39679 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea603fba-435c-4664-a76c-23b60bf39679 {
  display: none;
}
#s-ea603fba-435c-4664-a76c-23b60bf39679, #wrap-s-ea603fba-435c-4664-a76c-23b60bf39679 { display:none !important; }}@media (max-width: 767px){#s-ea603fba-435c-4664-a76c-23b60bf39679 {
  
}
}







#s-ea603fba-435c-4664-a76c-23b60bf39679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea603fba-435c-4664-a76c-23b60bf39679 {
  cursor: pointer;
}#s-ea603fba-435c-4664-a76c-23b60bf39679.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ef3c7b20-2ac2-479f-8f26-05259230e764 {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-ef3c7b20-2ac2-479f-8f26-05259230e764 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-ef3c7b20-2ac2-479f-8f26-05259230e764 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-41b6de23-28bf-4f2e-a12e-584fe2e04375 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-fa0ffef0-04f1-411e-9b55-8d7069f9a4f1 {
  min-height: 640px;
background-color: rgba(0, 0, 0, 1);
}








#s-fa0ffef0-04f1-411e-9b55-8d7069f9a4f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa0ffef0-04f1-411e-9b55-8d7069f9a4f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ccba0de-8e21-42a5-87f3-a1f81ec4fc83 {
  padding-left: 3%;
padding-right: 3%;
min-height: 75px;
}

@media (min-width: 0px) {
[id="s-4ccba0de-8e21-42a5-87f3-a1f81ec4fc83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ccba0de-8e21-42a5-87f3-a1f81ec4fc83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-4ccba0de-8e21-42a5-87f3-a1f81ec4fc83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ccba0de-8e21-42a5-87f3-a1f81ec4fc83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-da3146b4-28e9-46e1-825a-bd33b962fd23 {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-da3146b4-28e9-46e1-825a-bd33b962fd23 img.shogun-image {
    

    
    
    
  }


#s-da3146b4-28e9-46e1-825a-bd33b962fd23 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e04e8b84-295e-4734-bbae-fe84a192d70c {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-e04e8b84-295e-4734-bbae-fe84a192d70c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-e04e8b84-295e-4734-bbae-fe84a192d70c .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-058f32e0-9173-4010-bdcc-a21ca152fa2a {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-9a7c979c-5f3b-41e5-950e-1b1246a3ea85 {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-9a7c979c-5f3b-41e5-950e-1b1246a3ea85 img.shogun-image {
    

    
    
    
  }


#s-9a7c979c-5f3b-41e5-950e-1b1246a3ea85 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6601ef03-e993-49b8-b923-f44a017a5d2b {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-6601ef03-e993-49b8-b923-f44a017a5d2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-6601ef03-e993-49b8-b923-f44a017a5d2b .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-37e70ada-06ae-4bf1-a53a-2947d5e829c5 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-382dc550-4878-49b6-a367-d68f147553ba {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-382dc550-4878-49b6-a367-d68f147553ba img.shogun-image {
    

    
    
    
  }


#s-382dc550-4878-49b6-a367-d68f147553ba .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a6f98155-a96b-43d4-b18a-3bcb64ba43ec {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-a6f98155-a96b-43d4-b18a-3bcb64ba43ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-a6f98155-a96b-43d4-b18a-3bcb64ba43ec .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-4c7d08e1-677f-4229-9516-937f0c916825 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-22c8790e-5ee0-498f-b11a-4312a7f4e149 {
  min-height: 7px;
}

@media (min-width: 0px) {
[id="s-22c8790e-5ee0-498f-b11a-4312a7f4e149"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22c8790e-5ee0-498f-b11a-4312a7f4e149"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-22c8790e-5ee0-498f-b11a-4312a7f4e149"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-22c8790e-5ee0-498f-b11a-4312a7f4e149"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3cca8029-b0ca-4632-b7d8-c1496081817c {
  text-align: center;
}







  #s-3cca8029-b0ca-4632-b7d8-c1496081817c img.shogun-image {
    

    
    
    
  }


#s-3cca8029-b0ca-4632-b7d8-c1496081817c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ad15f5f4-a0a7-4c5e-8077-6bc104e922ef {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-ad15f5f4-a0a7-4c5e-8077-6bc104e922ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: left;
}


#s-ad15f5f4-a0a7-4c5e-8077-6bc104e922ef .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-372baadd-fff8-4f8f-9bbe-fd4dc9eb389f {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-968dc914-3181-498a-8ee6-2b3021cb097a {
  text-align: center;
}







  #s-968dc914-3181-498a-8ee6-2b3021cb097a img.shogun-image {
    

    
    
    
  }


#s-968dc914-3181-498a-8ee6-2b3021cb097a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b2a9c0b4-7603-4f3f-a10b-416350a9a62f {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-b2a9c0b4-7603-4f3f-a10b-416350a9a62f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-b2a9c0b4-7603-4f3f-a10b-416350a9a62f .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-6306d46b-4d92-451c-9b24-d9bb3606e385 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-05745c02-0afd-4a01-8e9d-a6d84e8c85e0 {
  text-align: center;
}







  #s-05745c02-0afd-4a01-8e9d-a6d84e8c85e0 img.shogun-image {
    

    
    
    
  }


#s-05745c02-0afd-4a01-8e9d-a6d84e8c85e0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-49249409-f15b-48ea-966e-27149c5fcd7c {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-49249409-f15b-48ea-966e-27149c5fcd7c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-49249409-f15b-48ea-966e-27149c5fcd7c .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-c91719a4-f50c-4b7c-a0f1-e27405b73ca1 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-b78754fe-5ef1-46b4-a023-6bd04782da44 {
  min-height: 640px;
background-color: rgba(0, 0, 0, 1);
}








#s-b78754fe-5ef1-46b4-a023-6bd04782da44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b78754fe-5ef1-46b4-a023-6bd04782da44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce7c38ae-036d-4975-8a3c-15f9e838f6a5 {
  margin-bottom: 25px;
padding-left: 3%;
padding-right: 3%;
min-height: 75px;
}

@media (min-width: 0px) {
[id="s-ce7c38ae-036d-4975-8a3c-15f9e838f6a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce7c38ae-036d-4975-8a3c-15f9e838f6a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-ce7c38ae-036d-4975-8a3c-15f9e838f6a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce7c38ae-036d-4975-8a3c-15f9e838f6a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-86d35e0e-7234-44d4-b015-df06aa292d88 {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-86d35e0e-7234-44d4-b015-df06aa292d88 img.shogun-image {
    

    
    
    
  }


#s-86d35e0e-7234-44d4-b015-df06aa292d88 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a03bde7c-3fa6-4f39-af2c-ba046cf7c8eb {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-a03bde7c-3fa6-4f39-af2c-ba046cf7c8eb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-a03bde7c-3fa6-4f39-af2c-ba046cf7c8eb .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-83ae4fe1-ac79-40a7-9a25-b27bd0cb96f8 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-e825b46e-8d8d-40a4-8765-186f00e76e0e {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-e825b46e-8d8d-40a4-8765-186f00e76e0e img.shogun-image {
    

    
    
    
  }


#s-e825b46e-8d8d-40a4-8765-186f00e76e0e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ebc8665c-3017-4b0d-bbe3-01345fdfb902 {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-ebc8665c-3017-4b0d-bbe3-01345fdfb902 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-ebc8665c-3017-4b0d-bbe3-01345fdfb902 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-0c6dc6ad-550a-49ee-81ea-b452a02951a5 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-1be7328d-e9d7-4652-bf2a-f8ff177c56b7 {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-1be7328d-e9d7-4652-bf2a-f8ff177c56b7 img.shogun-image {
    

    
    
    
  }


#s-1be7328d-e9d7-4652-bf2a-f8ff177c56b7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-490cb6f0-1cdb-4f17-830a-e02884b5a899 {
  padding-left: 20px;
padding-right: 0px;
text-align: left;
}

#s-490cb6f0-1cdb-4f17-830a-e02884b5a899 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-490cb6f0-1cdb-4f17-830a-e02884b5a899 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-a6a16018-87b6-49ec-8c4b-6039c54451a3 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-86a2db0b-955f-4ba5-b128-2101db3be31d {
  padding-top: 20px;
background-color: rgba(30, 30, 30, 1);
}
@media (min-width: 1200px){#s-86a2db0b-955f-4ba5-b128-2101db3be31d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86a2db0b-955f-4ba5-b128-2101db3be31d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86a2db0b-955f-4ba5-b128-2101db3be31d {
  
}
}@media (max-width: 767px){#s-86a2db0b-955f-4ba5-b128-2101db3be31d {
  
}
}







#s-86a2db0b-955f-4ba5-b128-2101db3be31d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86a2db0b-955f-4ba5-b128-2101db3be31d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d42b032e-b429-4dab-b115-b3b493f36825 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5px;
padding-bottom: 25px;
padding-right: 5px;
max-width: 400px;
}

#s-333466c9-5bb8-4cf2-be5f-474b505409d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5px;
padding-bottom: 25px;
padding-right: 5px;
max-width: 400px;
}

#s-76f2a6ae-3745-4efa-bc10-a0b419f97887 {
  margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(30, 30, 30, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-76f2a6ae-3745-4efa-bc10-a0b419f97887:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76f2a6ae-3745-4efa-bc10-a0b419f97887:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76f2a6ae-3745-4efa-bc10-a0b419f97887-root {
    text-align: center;
  }


#s-76f2a6ae-3745-4efa-bc10-a0b419f97887.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76f2a6ae-3745-4efa-bc10-a0b419f97887-root {
    text-align: center;
  }


#s-76f2a6ae-3745-4efa-bc10-a0b419f97887.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76f2a6ae-3745-4efa-bc10-a0b419f97887-root {
    text-align: center;
  }


#s-76f2a6ae-3745-4efa-bc10-a0b419f97887.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76f2a6ae-3745-4efa-bc10-a0b419f97887-root {
    text-align: center;
  }


#s-76f2a6ae-3745-4efa-bc10-a0b419f97887.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76f2a6ae-3745-4efa-bc10-a0b419f97887-root {
    text-align: center;
  }


#s-76f2a6ae-3745-4efa-bc10-a0b419f97887.shg-btn {
  color: #ffffff;
  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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}