.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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-67d96421-a80b-4112-8a30-0da335b0a54c {
  background-image: url(https://i.shgcdn.com/c475fd60-2219-4b36-9a4f-216a4e171b4a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-67d96421-a80b-4112-8a30-0da335b0a54c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d96421-a80b-4112-8a30-0da335b0a54c.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;
}
#s-3f583055-dc58-4f55-b33b-d21bbb45eb90 {
  text-align: center;
}
@media (max-width: 767px){#s-3f583055-dc58-4f55-b33b-d21bbb45eb90 {
  display: none;
}
#s-3f583055-dc58-4f55-b33b-d21bbb45eb90, #wrap-s-3f583055-dc58-4f55-b33b-d21bbb45eb90 { display:none !important; }}



  #s-3f583055-dc58-4f55-b33b-d21bbb45eb90 img.shogun-image {
    
    width: px;
  }


#s-3f583055-dc58-4f55-b33b-d21bbb45eb90 .shogun-image-content {
  
    align-items: center;
  
}

#s-19c81bfe-09d1-4056-b727-345a6c4c5888 {
  text-align: center;
}
@media (min-width: 1200px){#s-19c81bfe-09d1-4056-b727-345a6c4c5888 {
  display: none;
}
#s-19c81bfe-09d1-4056-b727-345a6c4c5888, #wrap-s-19c81bfe-09d1-4056-b727-345a6c4c5888 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19c81bfe-09d1-4056-b727-345a6c4c5888 {
  display: none;
}
#s-19c81bfe-09d1-4056-b727-345a6c4c5888, #wrap-s-19c81bfe-09d1-4056-b727-345a6c4c5888 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19c81bfe-09d1-4056-b727-345a6c4c5888 {
  display: none;
}
#s-19c81bfe-09d1-4056-b727-345a6c4c5888, #wrap-s-19c81bfe-09d1-4056-b727-345a6c4c5888 { display:none !important; }}



  #s-19c81bfe-09d1-4056-b727-345a6c4c5888 img.shogun-image {
    
    width: px;
  }


#s-19c81bfe-09d1-4056-b727-345a6c4c5888 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a9bc313-c109-4f63-be31-bcfca4115c97 {
  background-image: url(https://i.shgcdn.com/284d4eda-468a-4c79-928e-995c61fcebb1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-0a9bc313-c109-4f63-be31-bcfca4115c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a9bc313-c109-4f63-be31-bcfca4115c97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91cb0b55-b7c5-4b48-bf09-a4e1f05d983e {
  background-image: url(https://i.shgcdn.com/939be231-9ad4-4f74-aa41-1721e939c9fc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-91cb0b55-b7c5-4b48-bf09-a4e1f05d983e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91cb0b55-b7c5-4b48-bf09-a4e1f05d983e.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;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-5a24de79-dbea-498a-a8cd-8c94262e24f4 {
  margin-top: 8px;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5a24de79-dbea-498a-a8cd-8c94262e24f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-c7eaa79a-1667-45ad-af86-272d0d5ae31c {
  margin-top: 15px;
}

#s-d5f29257-0178-4cfb-97e1-228af414b44a {
  margin-top: 15px;
}

#s-fbf38144-c3d5-4fef-bc36-09378d8b0914 {
  margin-top: 15px;
}

#s-e4b64d3f-263c-4eea-8ef9-9124153decc7 {
  background-image: url(https://i.shgcdn.com/ab92d2d8-3d17-490b-9b7a-ebb1ac63c3e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-e4b64d3f-263c-4eea-8ef9-9124153decc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4b64d3f-263c-4eea-8ef9-9124153decc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  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;
}

.shg-sld-fade {
  animation-name: shg-sld-fade;
  animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

#s-59530521-331c-44e5-ac17-401afcc19cbd {
  padding-bottom: 80px;
}
@media (max-width: 767px){#s-59530521-331c-44e5-ac17-401afcc19cbd {
  display: none;
}
#s-59530521-331c-44e5-ac17-401afcc19cbd, #wrap-s-59530521-331c-44e5-ac17-401afcc19cbd { display:none !important; }}
#s-59530521-331c-44e5-ac17-401afcc19cbd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-59530521-331c-44e5-ac17-401afcc19cbd .shg-sld-nav-button.shg-sld-left,
#s-59530521-331c-44e5-ac17-401afcc19cbd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5aef3b71-eafe-47c6-a9e4-9292450f4eab {
  padding-top: 100px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
text-align: center;
}




  #s-5aef3b71-eafe-47c6-a9e4-9292450f4eab img.shogun-image {
    
    width: px;
  }


#s-5aef3b71-eafe-47c6-a9e4-9292450f4eab .shogun-image-content {
  
    align-items: center;
  
}

#s-de475d9f-dffa-407a-a88d-a78843af7b6c {
  padding-top: 100px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
text-align: center;
}




  #s-de475d9f-dffa-407a-a88d-a78843af7b6c img.shogun-image {
    
    width: px;
  }


#s-de475d9f-dffa-407a-a88d-a78843af7b6c .shogun-image-content {
  
    align-items: center;
  
}

#s-66641bcb-ac7e-4e0b-9148-21ca6118cf72 {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
text-align: center;
}




  #s-66641bcb-ac7e-4e0b-9148-21ca6118cf72 img.shogun-image {
    
    width: px;
  }


#s-66641bcb-ac7e-4e0b-9148-21ca6118cf72 .shogun-image-content {
  
    align-items: center;
  
}

#s-28f481ea-93e0-42c6-b6e0-51137759eefe {
  padding-top: 100px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
text-align: center;
}




  #s-28f481ea-93e0-42c6-b6e0-51137759eefe img.shogun-image {
    
    width: px;
  }


#s-28f481ea-93e0-42c6-b6e0-51137759eefe .shogun-image-content {
  
    align-items: center;
  
}

#s-aa1fcaff-7087-4b93-b10a-eb1704d57501 {
  padding-top: 100px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
text-align: center;
}




  #s-aa1fcaff-7087-4b93-b10a-eb1704d57501 img.shogun-image {
    
    width: px;
  }


#s-aa1fcaff-7087-4b93-b10a-eb1704d57501 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2f6e19b-263c-4918-aa25-73bb4fdaba3c {
  padding-top: 100px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
text-align: center;
}




  #s-a2f6e19b-263c-4918-aa25-73bb4fdaba3c img.shogun-image {
    
    width: px;
  }


#s-a2f6e19b-263c-4918-aa25-73bb4fdaba3c .shogun-image-content {
  
    align-items: center;
  
}

#s-fa1d4aa7-5b11-4d76-94a9-445cae40aa68 {
  padding-top: 8%;
}

#s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e {
  text-align: center;
}
@media (min-width: 1200px){#s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e {
  display: none;
}
#s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e, #wrap-s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e {
  display: none;
}
#s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e, #wrap-s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e {
  display: none;
}
#s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e, #wrap-s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e { display:none !important; }}



  #s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e img.shogun-image {
    
    width: px;
  }


#s-8e485a7b-915c-4e1b-ae10-717ab0f3cf1e .shogun-image-content {
  
    align-items: center;
  
}

#s-67c20a79-8310-4660-980d-f8d5c3df5820 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-67c20a79-8310-4660-980d-f8d5c3df5820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67c20a79-8310-4660-980d-f8d5c3df5820.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9903d1a4-7b0a-4c33-a309-1c60f629eff8 {
  padding-top: 90px;
padding-left: 10%;
padding-right: 10%;
}

#s-474b12ff-b885-40e7-9c27-804e4e4798bb {
  padding-top: 0px;
padding-left: 200px;
padding-bottom: 0px;
padding-right: 200px;
text-align: center;
}
@media (max-width: 767px){#s-474b12ff-b885-40e7-9c27-804e4e4798bb {
  display: none;
}
#s-474b12ff-b885-40e7-9c27-804e4e4798bb, #wrap-s-474b12ff-b885-40e7-9c27-804e4e4798bb { display:none !important; }}



  #s-474b12ff-b885-40e7-9c27-804e4e4798bb img.shogun-image {
    
    width: px;
  }


#s-474b12ff-b885-40e7-9c27-804e4e4798bb .shogun-image-content {
  
    align-items: center;
  
}

#s-4d03a126-507c-469a-868c-ccbcf0eacb79 {
  text-align: center;
}
@media (min-width: 1200px){#s-4d03a126-507c-469a-868c-ccbcf0eacb79 {
  display: none;
}
#s-4d03a126-507c-469a-868c-ccbcf0eacb79, #wrap-s-4d03a126-507c-469a-868c-ccbcf0eacb79 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d03a126-507c-469a-868c-ccbcf0eacb79 {
  display: none;
}
#s-4d03a126-507c-469a-868c-ccbcf0eacb79, #wrap-s-4d03a126-507c-469a-868c-ccbcf0eacb79 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d03a126-507c-469a-868c-ccbcf0eacb79 {
  display: none;
}
#s-4d03a126-507c-469a-868c-ccbcf0eacb79, #wrap-s-4d03a126-507c-469a-868c-ccbcf0eacb79 { display:none !important; }}



  #s-4d03a126-507c-469a-868c-ccbcf0eacb79 img.shogun-image {
    
    width: px;
  }


#s-4d03a126-507c-469a-868c-ccbcf0eacb79 .shogun-image-content {
  
    align-items: center;
  
}

#s-037726de-8f2e-4315-859f-a93e03a2035a {
  margin-bottom: 30px;
min-height: 50px;
}








#s-037726de-8f2e-4315-859f-a93e03a2035a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-037726de-8f2e-4315-859f-a93e03a2035a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6bdb2ba-be13-43ff-9eff-713770bf596d {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-a6bdb2ba-be13-43ff-9eff-713770bf596d {
  display: none;
}
#s-a6bdb2ba-be13-43ff-9eff-713770bf596d, #wrap-s-a6bdb2ba-be13-43ff-9eff-713770bf596d { display:none !important; }}



  #s-a6bdb2ba-be13-43ff-9eff-713770bf596d img.shogun-image {
    
    width: px;
  }


#s-a6bdb2ba-be13-43ff-9eff-713770bf596d .shogun-image-content {
  
    align-items: center;
  
}

#s-307a1f89-dace-4054-9ee4-cb6b13754d7c {
  min-height: 50px;
background-color: rgba(223, 241, 242, 1);
}








#s-307a1f89-dace-4054-9ee4-cb6b13754d7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-307a1f89-dace-4054-9ee4-cb6b13754d7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c {
  padding-top: 80px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-947ce3c2-2b55-42c6-bbc7-6c564f290f4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

#s-b22a9f46-b54a-45a6-8a5e-014ef6e3c5c6 {
  text-align: right;
}
@media (max-width: 767px){#s-b22a9f46-b54a-45a6-8a5e-014ef6e3c5c6 {
  display: none;
}
#s-b22a9f46-b54a-45a6-8a5e-014ef6e3c5c6, #wrap-s-b22a9f46-b54a-45a6-8a5e-014ef6e3c5c6 { display:none !important; }}



  #s-b22a9f46-b54a-45a6-8a5e-014ef6e3c5c6 img.shogun-image {
    
    width: px;
  }


#s-b22a9f46-b54a-45a6-8a5e-014ef6e3c5c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fcf93e0-7bb9-4803-a9e7-801a1dc5b42b {
  padding-top: 5px;
}

#s-c5db6f7c-35bb-4b2c-9968-7322240d24e8 {
  text-align: left;
}
@media (max-width: 767px){#s-c5db6f7c-35bb-4b2c-9968-7322240d24e8 {
  display: none;
}
#s-c5db6f7c-35bb-4b2c-9968-7322240d24e8, #wrap-s-c5db6f7c-35bb-4b2c-9968-7322240d24e8 { display:none !important; }}



  #s-c5db6f7c-35bb-4b2c-9968-7322240d24e8 img.shogun-image {
    
    width: px;
  }


#s-c5db6f7c-35bb-4b2c-9968-7322240d24e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e7b274c-cebc-4b2e-af28-1ad8bcb3e11d {
  padding-bottom: 20px;
}

#s-c10a9e77-f9e3-41b5-8ade-8d9a353317a0 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-c10a9e77-f9e3-41b5-8ade-8d9a353317a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c10a9e77-f9e3-41b5-8ade-8d9a353317a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0e4d2df-b2eb-4441-8df5-0f78a86419fa {
  padding-top: 15%;
text-align: center;
}




  #s-d0e4d2df-b2eb-4441-8df5-0f78a86419fa img.shogun-image {
    
    width: px;
  }


#s-d0e4d2df-b2eb-4441-8df5-0f78a86419fa .shogun-image-content {
  
    align-items: center;
  
}

#s-1288e1c3-0e9d-4b36-b6c7-86c88558d925 {
  min-height: 50px;
background-color: rgba(223, 241, 242, 1);
}








#s-1288e1c3-0e9d-4b36-b6c7-86c88558d925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1288e1c3-0e9d-4b36-b6c7-86c88558d925.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37590ea7-267a-4e9e-a180-7cd25c0a0a75 {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}




  #s-37590ea7-267a-4e9e-a180-7cd25c0a0a75 img.shogun-image {
    
    width: px;
  }


#s-37590ea7-267a-4e9e-a180-7cd25c0a0a75 .shogun-image-content {
  
    align-items: center;
  
}

#s-92f47444-d143-4a2d-8c38-c683cc7e0d1e {
  padding-top: 30px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
}

#s-ee60e221-6bde-4f43-b47a-6e05eb20d61a {
  padding-bottom: 5%;
text-align: center;
}




  #s-ee60e221-6bde-4f43-b47a-6e05eb20d61a img.shogun-image {
    
    width: px;
  }


#s-ee60e221-6bde-4f43-b47a-6e05eb20d61a .shogun-image-content {
  
    align-items: center;
  
}

#s-480559b6-c736-44c0-987c-5820369477f2 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-480559b6-c736-44c0-987c-5820369477f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-480559b6-c736-44c0-987c-5820369477f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15eed10d-0b11-4e9a-b392-027649706046 {
  padding-top: 15%;
text-align: center;
}




  #s-15eed10d-0b11-4e9a-b392-027649706046 img.shogun-image {
    
    width: px;
  }


#s-15eed10d-0b11-4e9a-b392-027649706046 .shogun-image-content {
  
    align-items: center;
  
}

#s-73d43c6a-4d62-4093-acf3-663b069357be {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(223, 241, 242, 1);
}
@media (max-width: 767px){#s-73d43c6a-4d62-4093-acf3-663b069357be {
  display: none;
}
#s-73d43c6a-4d62-4093-acf3-663b069357be, #wrap-s-73d43c6a-4d62-4093-acf3-663b069357be { display:none !important; }}







#s-73d43c6a-4d62-4093-acf3-663b069357be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d43c6a-4d62-4093-acf3-663b069357be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aee34e57-b868-4692-9365-285241ec64ed {
  padding-top: 10px;
padding-bottom: 2%;
}
@media (max-width: 767px){#s-aee34e57-b868-4692-9365-285241ec64ed {
  display: none;
}
#s-aee34e57-b868-4692-9365-285241ec64ed, #wrap-s-aee34e57-b868-4692-9365-285241ec64ed { display:none !important; }}
#s-aee34e57-b868-4692-9365-285241ec64ed .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-aee34e57-b868-4692-9365-285241ec64ed .shg-sld-nav-button.shg-sld-left,
#s-aee34e57-b868-4692-9365-285241ec64ed .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-60141154-4f85-4ed4-bd19-2a7fce795328"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-150b8d72-c289-4ef2-bba8-9d707b7b923d {
  padding-bottom: 5px;
text-align: center;
}




  #s-150b8d72-c289-4ef2-bba8-9d707b7b923d img.shogun-image {
    
    width: px;
  }


#s-150b8d72-c289-4ef2-bba8-9d707b7b923d .shogun-image-content {
  
    align-items: center;
  
}

#s-7f1de745-d33c-40b2-aa11-a065d5ce6446 {
  padding-left: 15%;
padding-right: 15%;
}

#s-01fc54a3-05a2-4446-8f08-a1b095fb299f {
  text-align: center;
}




  #s-01fc54a3-05a2-4446-8f08-a1b095fb299f img.shogun-image {
    
    width: px;
  }


#s-01fc54a3-05a2-4446-8f08-a1b095fb299f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f3581b4c-39a3-4a7f-b7fa-a595bdf5ce91 {
  padding-bottom: 5px;
text-align: center;
}




  #s-f3581b4c-39a3-4a7f-b7fa-a595bdf5ce91 img.shogun-image {
    
    width: px;
  }


#s-f3581b4c-39a3-4a7f-b7fa-a595bdf5ce91 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d238e4f-9203-4fea-ae51-9ed8f6ff58a2 {
  padding-left: 15%;
padding-right: 15%;
}

#s-b2ec5ab3-c9eb-450d-8901-7243e51c8cbb {
  text-align: center;
}




  #s-b2ec5ab3-c9eb-450d-8901-7243e51c8cbb img.shogun-image {
    
    width: px;
  }


#s-b2ec5ab3-c9eb-450d-8901-7243e51c8cbb .shogun-image-content {
  
    align-items: center;
  
}

#s-75973965-749c-412a-8921-7f514263ba02 {
  padding-bottom: 5px;
text-align: center;
}




  #s-75973965-749c-412a-8921-7f514263ba02 img.shogun-image {
    
    width: px;
  }


#s-75973965-749c-412a-8921-7f514263ba02 .shogun-image-content {
  
    align-items: center;
  
}

#s-edfb6894-dfac-4c2d-87b1-94f7144d16d1 {
  padding-left: 15%;
padding-right: 15%;
}

#s-5ac1bf99-5aaa-4ba6-b12a-b4d316f3736b {
  text-align: center;
}




  #s-5ac1bf99-5aaa-4ba6-b12a-b4d316f3736b img.shogun-image {
    
    width: px;
  }


#s-5ac1bf99-5aaa-4ba6-b12a-b4d316f3736b .shogun-image-content {
  
    align-items: center;
  
}

#s-d4355b21-d040-454c-983d-1068d69de166 {
  padding-bottom: 5px;
text-align: center;
}




  #s-d4355b21-d040-454c-983d-1068d69de166 img.shogun-image {
    
    width: px;
  }


#s-d4355b21-d040-454c-983d-1068d69de166 .shogun-image-content {
  
    align-items: center;
  
}

#s-36a107e2-2d8b-4b1c-84d6-bda4a8c0620e {
  padding-left: 15%;
padding-right: 15%;
}

#s-a215d8d6-40b1-4a7c-852f-ca315071bece {
  text-align: center;
}




  #s-a215d8d6-40b1-4a7c-852f-ca315071bece img.shogun-image {
    
    width: px;
  }


#s-a215d8d6-40b1-4a7c-852f-ca315071bece .shogun-image-content {
  
    align-items: center;
  
}

#s-56011782-fce5-4f73-9a9f-0f6152f1a4a1 {
  padding-bottom: 30px;
text-align: center;
}




  #s-56011782-fce5-4f73-9a9f-0f6152f1a4a1 img.shogun-image {
    
    width: px;
  }


#s-56011782-fce5-4f73-9a9f-0f6152f1a4a1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6f8a79c9-83e2-4f53-be5c-a9ccfb310868"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d55a7c62-c9a1-420f-a11d-e32ca8ab1283 {
  padding-bottom: 5px;
text-align: center;
}




  #s-d55a7c62-c9a1-420f-a11d-e32ca8ab1283 img.shogun-image {
    
    width: px;
  }


#s-d55a7c62-c9a1-420f-a11d-e32ca8ab1283 .shogun-image-content {
  
    align-items: center;
  
}

#s-28092b80-637f-4b60-8115-8087e9032303 {
  padding-left: 15%;
padding-right: 15%;
}

#s-8ef7f2b2-05f9-4eb9-aeb7-3439fc000a6f {
  text-align: center;
}




  #s-8ef7f2b2-05f9-4eb9-aeb7-3439fc000a6f img.shogun-image {
    
    width: px;
  }


#s-8ef7f2b2-05f9-4eb9-aeb7-3439fc000a6f .shogun-image-content {
  
    align-items: center;
  
}

#s-04e188e3-2306-488d-97ea-3fd6a91e9a20 {
  padding-bottom: 5px;
text-align: center;
}




  #s-04e188e3-2306-488d-97ea-3fd6a91e9a20 img.shogun-image {
    
    width: px;
  }


#s-04e188e3-2306-488d-97ea-3fd6a91e9a20 .shogun-image-content {
  
    align-items: center;
  
}

#s-f687f831-5c74-4aa5-b9af-2600dc68f807 {
  padding-left: 15%;
padding-right: 15%;
}

#s-8f1e3856-fd1a-40ce-a1f9-3278e291e1b4 {
  text-align: center;
}




  #s-8f1e3856-fd1a-40ce-a1f9-3278e291e1b4 img.shogun-image {
    
    width: px;
  }


#s-8f1e3856-fd1a-40ce-a1f9-3278e291e1b4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-039b3c16-944f-42ac-91ab-a06e759e4cdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ced6bc7c-a9ee-43c9-b12a-95e610e72935 {
  padding-bottom: 5px;
text-align: center;
}





#s-ced6bc7c-a9ee-43c9-b12a-95e610e72935 .shogun-image-content {
  
    align-items: center;
  
}

#s-3007ed58-72a9-4133-876f-7be8144b9da6 {
  padding-left: 15%;
padding-right: 15%;
}

#s-5139ba2e-e5e2-4097-8c70-aa7c6c4145d0 {
  text-align: center;
}




  #s-5139ba2e-e5e2-4097-8c70-aa7c6c4145d0 img.shogun-image {
    
    width: px;
  }


#s-5139ba2e-e5e2-4097-8c70-aa7c6c4145d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0820c0ea-9458-40cb-88f9-ecca1a55cc85 {
  padding-bottom: 5px;
text-align: center;
}




  #s-0820c0ea-9458-40cb-88f9-ecca1a55cc85 img.shogun-image {
    
    width: px;
  }


#s-0820c0ea-9458-40cb-88f9-ecca1a55cc85 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f4f5552-29c3-4c88-9811-761ab0243cb5 {
  padding-left: 15%;
padding-right: 15%;
}

#s-b154a9f0-8a7b-4d01-bdfb-2703bf3c4639 {
  text-align: center;
}




  #s-b154a9f0-8a7b-4d01-bdfb-2703bf3c4639 img.shogun-image {
    
    width: px;
  }


#s-b154a9f0-8a7b-4d01-bdfb-2703bf3c4639 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c61d152-9319-4371-bb7a-e9641c1d4efb {
  padding-bottom: 20px;
}

#s-2e82e140-099c-42e0-a55a-ac655488249a {
  text-align: center;
}




  #s-2e82e140-099c-42e0-a55a-ac655488249a img.shogun-image {
    
    width: px;
  }


#s-2e82e140-099c-42e0-a55a-ac655488249a .shogun-image-content {
  
    align-items: center;
  
}

#s-55410138-6716-43f1-9b7a-f249ade7cdc2 {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(223, 241, 242, 1);
}
@media (min-width: 1200px){#s-55410138-6716-43f1-9b7a-f249ade7cdc2 {
  display: none;
}
#s-55410138-6716-43f1-9b7a-f249ade7cdc2, #wrap-s-55410138-6716-43f1-9b7a-f249ade7cdc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55410138-6716-43f1-9b7a-f249ade7cdc2 {
  display: none;
}
#s-55410138-6716-43f1-9b7a-f249ade7cdc2, #wrap-s-55410138-6716-43f1-9b7a-f249ade7cdc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55410138-6716-43f1-9b7a-f249ade7cdc2 {
  display: none;
}
#s-55410138-6716-43f1-9b7a-f249ade7cdc2, #wrap-s-55410138-6716-43f1-9b7a-f249ade7cdc2 { display:none !important; }}







#s-55410138-6716-43f1-9b7a-f249ade7cdc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55410138-6716-43f1-9b7a-f249ade7cdc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2f4c8b3-6a67-43bb-a72d-095f1d874f02 {
  padding-top: 10px;
padding-bottom: 2%;
}
@media (max-width: 767px){#s-c2f4c8b3-6a67-43bb-a72d-095f1d874f02 {
  display: none;
}
#s-c2f4c8b3-6a67-43bb-a72d-095f1d874f02, #wrap-s-c2f4c8b3-6a67-43bb-a72d-095f1d874f02 { display:none !important; }}
#s-c2f4c8b3-6a67-43bb-a72d-095f1d874f02 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c2f4c8b3-6a67-43bb-a72d-095f1d874f02 .shg-sld-nav-button.shg-sld-left,
#s-c2f4c8b3-6a67-43bb-a72d-095f1d874f02 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dcfc1117-9ad0-4a40-ab04-2c0a52f6f805"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c9d750b4-7779-4374-a260-0fa5108ec3f0 {
  padding-bottom: 30px;
text-align: center;
}




  #s-c9d750b4-7779-4374-a260-0fa5108ec3f0 img.shogun-image {
    
    width: px;
  }


#s-c9d750b4-7779-4374-a260-0fa5108ec3f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a8e0e75-a007-4c56-a35d-5a05471ceea9 {
  padding-left: 15%;
padding-right: 15%;
}

#s-e99b3bf0-3f76-4017-9e3c-2d556e88a59a {
  text-align: center;
}




  #s-e99b3bf0-3f76-4017-9e3c-2d556e88a59a img.shogun-image {
    
    width: px;
  }


#s-e99b3bf0-3f76-4017-9e3c-2d556e88a59a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d714e6da-8c31-4df4-8677-cdee386cffa4 {
  padding-bottom: 30px;
text-align: center;
}




  #s-d714e6da-8c31-4df4-8677-cdee386cffa4 img.shogun-image {
    
    width: px;
  }


#s-d714e6da-8c31-4df4-8677-cdee386cffa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-646b2ae0-85d4-44f6-ab65-4e6b6fb85302 {
  padding-left: 25%;
padding-right: 25%;
}

#s-1f2c6257-bd4c-478a-8920-8519e5d83df8 {
  text-align: center;
}




  #s-1f2c6257-bd4c-478a-8920-8519e5d83df8 img.shogun-image {
    
    width: px;
  }


#s-1f2c6257-bd4c-478a-8920-8519e5d83df8 .shogun-image-content {
  
    align-items: center;
  
}

#s-75b8d9b9-9247-41ae-a700-d4cc94674f6b {
  padding-bottom: 30px;
text-align: center;
}




  #s-75b8d9b9-9247-41ae-a700-d4cc94674f6b img.shogun-image {
    
    width: px;
  }


#s-75b8d9b9-9247-41ae-a700-d4cc94674f6b .shogun-image-content {
  
    align-items: center;
  
}

#s-9520f400-a05c-4f38-8975-7fe7b53e8686 {
  padding-left: 15%;
padding-right: 15%;
}

#s-b966b21d-81e6-4ea7-a989-9df0ccdbfc2d {
  text-align: center;
}




  #s-b966b21d-81e6-4ea7-a989-9df0ccdbfc2d img.shogun-image {
    
    width: px;
  }


#s-b966b21d-81e6-4ea7-a989-9df0ccdbfc2d .shogun-image-content {
  
    align-items: center;
  
}

#s-3ca0c2fe-f848-4f37-900b-1e940ff6d986 {
  padding-bottom: 30px;
text-align: center;
}




  #s-3ca0c2fe-f848-4f37-900b-1e940ff6d986 img.shogun-image {
    
    width: px;
  }


#s-3ca0c2fe-f848-4f37-900b-1e940ff6d986 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a347b3c-cd6f-4f16-867f-9356d48ad81e {
  padding-left: 15%;
padding-right: 15%;
}

#s-3ec83324-7e33-44e8-9419-f0904a1b69cd {
  text-align: center;
}




  #s-3ec83324-7e33-44e8-9419-f0904a1b69cd img.shogun-image {
    
    width: px;
  }


#s-3ec83324-7e33-44e8-9419-f0904a1b69cd .shogun-image-content {
  
    align-items: center;
  
}

#s-eb509c30-c8bf-4231-b43d-db03980bf06d {
  padding-bottom: 30px;
text-align: center;
}




  #s-eb509c30-c8bf-4231-b43d-db03980bf06d img.shogun-image {
    
    width: px;
  }


#s-eb509c30-c8bf-4231-b43d-db03980bf06d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a1f6a9e4-03e7-4af8-bf19-7434b71a1fcd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-52b83190-10c2-44cc-bc18-10c81c33c93b {
  padding-bottom: 30px;
text-align: center;
}




  #s-52b83190-10c2-44cc-bc18-10c81c33c93b img.shogun-image {
    
    width: px;
  }


#s-52b83190-10c2-44cc-bc18-10c81c33c93b .shogun-image-content {
  
    align-items: center;
  
}

#s-6caeacc2-afda-49ae-a80d-441c5b2e41f5 {
  text-align: center;
}




  #s-6caeacc2-afda-49ae-a80d-441c5b2e41f5 img.shogun-image {
    
    width: px;
  }


#s-6caeacc2-afda-49ae-a80d-441c5b2e41f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-185bc93e-bddd-4765-b095-5f9b383d628a {
  padding-bottom: 30px;
text-align: center;
}




  #s-185bc93e-bddd-4765-b095-5f9b383d628a img.shogun-image {
    
    width: px;
  }


#s-185bc93e-bddd-4765-b095-5f9b383d628a .shogun-image-content {
  
    align-items: center;
  
}

#s-5ed310dc-36ce-4ce3-8ed2-c1196ded421c {
  padding-left: 25%;
padding-right: 25%;
}

#s-b8a790ac-ed4f-440a-8799-f9015fae66a4 {
  text-align: center;
}




  #s-b8a790ac-ed4f-440a-8799-f9015fae66a4 img.shogun-image {
    
    width: px;
  }


#s-b8a790ac-ed4f-440a-8799-f9015fae66a4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d91d7f29-ce21-4114-afd3-92a50f081780"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-31f3c534-1c73-4b91-a9fc-f9d12292478c {
  padding-bottom: 30px;
text-align: center;
}




  #s-31f3c534-1c73-4b91-a9fc-f9d12292478c img.shogun-image {
    
    width: px;
  }


#s-31f3c534-1c73-4b91-a9fc-f9d12292478c .shogun-image-content {
  
    align-items: center;
  
}

#s-9e1154e9-9f0a-40db-a904-1dfa9b3d714b {
  padding-left: 15%;
padding-right: 15%;
}

#s-0575a221-6b2c-4536-922b-af674bf9f09b {
  text-align: center;
}




  #s-0575a221-6b2c-4536-922b-af674bf9f09b img.shogun-image {
    
    width: px;
  }


#s-0575a221-6b2c-4536-922b-af674bf9f09b .shogun-image-content {
  
    align-items: center;
  
}

#s-d632c63e-90b6-41b4-9762-6f4d04fcc28d {
  padding-bottom: 30px;
text-align: center;
}




  #s-d632c63e-90b6-41b4-9762-6f4d04fcc28d img.shogun-image {
    
    width: px;
  }


#s-d632c63e-90b6-41b4-9762-6f4d04fcc28d .shogun-image-content {
  
    align-items: center;
  
}

#s-57e230ae-c88e-4bde-9540-5b821dde492d {
  padding-left: 15%;
padding-right: 15%;
}

#s-f3d32db1-f917-4c50-9eb0-4c994d76d87f {
  text-align: center;
}




  #s-f3d32db1-f917-4c50-9eb0-4c994d76d87f img.shogun-image {
    
    width: px;
  }


#s-f3d32db1-f917-4c50-9eb0-4c994d76d87f .shogun-image-content {
  
    align-items: center;
  
}

#s-e38f957c-33ed-492c-bd4f-33dcfa4f7e2d {
  padding-bottom: 30px;
text-align: center;
}




  #s-e38f957c-33ed-492c-bd4f-33dcfa4f7e2d img.shogun-image {
    
    width: px;
  }


#s-e38f957c-33ed-492c-bd4f-33dcfa4f7e2d .shogun-image-content {
  
    align-items: center;
  
}

#s-aa08fd05-b789-4a8e-afd5-4bcd234497d6 {
  padding-left: 15%;
padding-right: 15%;
}

#s-122e4b1c-669a-4fbd-8810-a8edbf10c494 {
  text-align: center;
}




  #s-122e4b1c-669a-4fbd-8810-a8edbf10c494 img.shogun-image {
    
    width: px;
  }


#s-122e4b1c-669a-4fbd-8810-a8edbf10c494 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf6b5dba-246c-4f3c-8c32-03a16c780290 {
  padding-bottom: 30px;
text-align: center;
}




  #s-bf6b5dba-246c-4f3c-8c32-03a16c780290 img.shogun-image {
    
    width: px;
  }


#s-bf6b5dba-246c-4f3c-8c32-03a16c780290 .shogun-image-content {
  
    align-items: center;
  
}

#s-88ae5798-60d0-4975-be38-a659432a8cc3 {
  padding-left: 15%;
padding-right: 15%;
}

#s-a28a8fb1-6bb2-4701-b359-b22041e8ccbf {
  text-align: center;
}




  #s-a28a8fb1-6bb2-4701-b359-b22041e8ccbf img.shogun-image {
    
    width: px;
  }


#s-a28a8fb1-6bb2-4701-b359-b22041e8ccbf .shogun-image-content {
  
    align-items: center;
  
}

#s-082b842c-b19e-4ad8-8a2e-1409531c0fde {
  padding-bottom: 20px;
}

#s-6e8dcf63-40ad-4ffa-8d30-594fde7defd5 {
  text-align: center;
}




  #s-6e8dcf63-40ad-4ffa-8d30-594fde7defd5 img.shogun-image {
    
    width: px;
  }


#s-6e8dcf63-40ad-4ffa-8d30-594fde7defd5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-159c29b5-be03-4c81-b8fa-2e2f700f4757 {
  display: none;
}
#s-159c29b5-be03-4c81-b8fa-2e2f700f4757, #wrap-s-159c29b5-be03-4c81-b8fa-2e2f700f4757 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-159c29b5-be03-4c81-b8fa-2e2f700f4757 {
  display: none;
}
#s-159c29b5-be03-4c81-b8fa-2e2f700f4757, #wrap-s-159c29b5-be03-4c81-b8fa-2e2f700f4757 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-159c29b5-be03-4c81-b8fa-2e2f700f4757 {
  display: none;
}
#s-159c29b5-be03-4c81-b8fa-2e2f700f4757, #wrap-s-159c29b5-be03-4c81-b8fa-2e2f700f4757 { display:none !important; }}
@media (min-width: 0px) {
[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-159c29b5-be03-4c81-b8fa-2e2f700f4757"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b4f1e1db-e988-4d87-a888-c9ad5429785a {
  padding-bottom: 5px;
text-align: center;
}




  #s-b4f1e1db-e988-4d87-a888-c9ad5429785a img.shogun-image {
    
    width: px;
  }


#s-b4f1e1db-e988-4d87-a888-c9ad5429785a .shogun-image-content {
  
    align-items: center;
  
}

#s-986ba267-ac22-4071-8b81-f567b772c911 {
  text-align: center;
}




  #s-986ba267-ac22-4071-8b81-f567b772c911 img.shogun-image {
    
    width: px;
  }


#s-986ba267-ac22-4071-8b81-f567b772c911 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7d185c5b-800c-46b9-813e-9b291c8ebcf1 {
  padding-bottom: 5px;
text-align: center;
}




  #s-7d185c5b-800c-46b9-813e-9b291c8ebcf1 img.shogun-image {
    
    width: px;
  }


#s-7d185c5b-800c-46b9-813e-9b291c8ebcf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-434edf09-5d10-4c21-ae9f-01f7c9327f9a {
  text-align: center;
}




  #s-434edf09-5d10-4c21-ae9f-01f7c9327f9a img.shogun-image {
    
    width: px;
  }


#s-434edf09-5d10-4c21-ae9f-01f7c9327f9a .shogun-image-content {
  
    align-items: center;
  
}

#s-0623a48b-38ce-4147-bfa7-5a976996a66f {
  padding-bottom: 5px;
text-align: center;
}




  #s-0623a48b-38ce-4147-bfa7-5a976996a66f img.shogun-image {
    
    width: px;
  }


#s-0623a48b-38ce-4147-bfa7-5a976996a66f .shogun-image-content {
  
    align-items: center;
  
}

#s-60c5ab81-d1fe-47e1-b90d-9b4a8981d830 {
  text-align: center;
}




  #s-60c5ab81-d1fe-47e1-b90d-9b4a8981d830 img.shogun-image {
    
    width: px;
  }


#s-60c5ab81-d1fe-47e1-b90d-9b4a8981d830 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a85afab-6e27-4231-a736-48864f96c21e {
  padding-bottom: 5px;
text-align: center;
}




  #s-4a85afab-6e27-4231-a736-48864f96c21e img.shogun-image {
    
    width: px;
  }


#s-4a85afab-6e27-4231-a736-48864f96c21e .shogun-image-content {
  
    align-items: center;
  
}

#s-931f58ac-96a6-4b8f-8daa-9b8c997f62d5 {
  text-align: center;
}




  #s-931f58ac-96a6-4b8f-8daa-9b8c997f62d5 img.shogun-image {
    
    width: px;
  }


#s-931f58ac-96a6-4b8f-8daa-9b8c997f62d5 .shogun-image-content {
  
    align-items: center;
  
}

.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.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-864e5309-e50a-4452-9b15-38f1abaae003 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 136, 126, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-864e5309-e50a-4452-9b15-38f1abaae003:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-864e5309-e50a-4452-9b15-38f1abaae003:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-864e5309-e50a-4452-9b15-38f1abaae003 {
  display: none;
}
#s-864e5309-e50a-4452-9b15-38f1abaae003, #wrap-s-864e5309-e50a-4452-9b15-38f1abaae003 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-864e5309-e50a-4452-9b15-38f1abaae003 {
  display: none;
}
#s-864e5309-e50a-4452-9b15-38f1abaae003, #wrap-s-864e5309-e50a-4452-9b15-38f1abaae003 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-864e5309-e50a-4452-9b15-38f1abaae003 {
  display: none;
}
#s-864e5309-e50a-4452-9b15-38f1abaae003, #wrap-s-864e5309-e50a-4452-9b15-38f1abaae003 { display:none !important; }}


#s-864e5309-e50a-4452-9b15-38f1abaae003.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-878abb9b-8ebf-4b6a-8176-d08681ae6de5 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-878abb9b-8ebf-4b6a-8176-d08681ae6de5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-878abb9b-8ebf-4b6a-8176-d08681ae6de5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d151d55c-0117-4a40-bc18-1f383f6e4325 {
  padding-top: 15%;
text-align: center;
}




  #s-d151d55c-0117-4a40-bc18-1f383f6e4325 img.shogun-image {
    
    width: px;
  }


#s-d151d55c-0117-4a40-bc18-1f383f6e4325 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbfb0981-f9c0-473d-9333-ceebacd39f0e {
  min-height: 50px;
background-color: rgba(223, 241, 242, 1);
}








#s-cbfb0981-f9c0-473d-9333-ceebacd39f0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbfb0981-f9c0-473d-9333-ceebacd39f0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea455eda-92ff-4351-a4dc-51bd3f84bfb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b56a72f5-e532-46b7-a7d6-0d9fcd99557e {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
text-align: center;
}




  #s-b56a72f5-e532-46b7-a7d6-0d9fcd99557e img.shogun-image {
    
    width: px;
  }


#s-b56a72f5-e532-46b7-a7d6-0d9fcd99557e .shogun-image-content {
  
    align-items: center;
  
}

#s-48872643-aec5-47b0-a03c-80f60cf712f0 {
  padding-top: 20px;
text-align: center;
}




  #s-48872643-aec5-47b0-a03c-80f60cf712f0 img.shogun-image {
    
    width: px;
  }


#s-48872643-aec5-47b0-a03c-80f60cf712f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-411ce7de-c4f4-43b0-b423-873c584cc5bb {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
text-align: center;
}




  #s-411ce7de-c4f4-43b0-b423-873c584cc5bb img.shogun-image {
    
    width: px;
  }


#s-411ce7de-c4f4-43b0-b423-873c584cc5bb .shogun-image-content {
  
    align-items: center;
  
}

#s-b4ccebe8-cc15-46ed-9413-027ef1a914b7 {
  padding-top: 10px;
text-align: center;
}




  #s-b4ccebe8-cc15-46ed-9413-027ef1a914b7 img.shogun-image {
    
    width: px;
  }


#s-b4ccebe8-cc15-46ed-9413-027ef1a914b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f5440e5-8e7c-4350-99c5-4b0ab7d1e8be {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
text-align: center;
}




  #s-4f5440e5-8e7c-4350-99c5-4b0ab7d1e8be img.shogun-image {
    
    width: px;
  }


#s-4f5440e5-8e7c-4350-99c5-4b0ab7d1e8be .shogun-image-content {
  
    align-items: center;
  
}

#s-f84b1f5a-ce4d-49dc-8b96-8587c5217b47 {
  padding-top: 10px;
text-align: center;
}




  #s-f84b1f5a-ce4d-49dc-8b96-8587c5217b47 img.shogun-image {
    
    width: px;
  }


#s-f84b1f5a-ce4d-49dc-8b96-8587c5217b47 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd4dde7c-4485-44cd-8394-879fede92eff {
  padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dd4dde7c-4485-44cd-8394-879fede92eff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e11d00f6-ac71-4a19-beb8-b89a85dbbe8e {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
text-align: center;
}




  #s-e11d00f6-ac71-4a19-beb8-b89a85dbbe8e img.shogun-image {
    
    width: px;
  }


#s-e11d00f6-ac71-4a19-beb8-b89a85dbbe8e .shogun-image-content {
  
    align-items: center;
  
}

#s-8b8750e9-3876-44d5-851c-a5c164a8e45b {
  padding-top: 10px;
text-align: center;
}




  #s-8b8750e9-3876-44d5-851c-a5c164a8e45b img.shogun-image {
    
    width: px;
  }


#s-8b8750e9-3876-44d5-851c-a5c164a8e45b .shogun-image-content {
  
    align-items: center;
  
}

#s-529661ca-1b11-4fc3-bf5c-61a65ac0a276 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
text-align: center;
}




  #s-529661ca-1b11-4fc3-bf5c-61a65ac0a276 img.shogun-image {
    
    width: px;
  }


#s-529661ca-1b11-4fc3-bf5c-61a65ac0a276 .shogun-image-content {
  
    align-items: center;
  
}

#s-038ddf64-bc98-4a3e-af26-bde6ba552738 {
  padding-top: 10px;
text-align: center;
}




  #s-038ddf64-bc98-4a3e-af26-bde6ba552738 img.shogun-image {
    
    width: px;
  }


#s-038ddf64-bc98-4a3e-af26-bde6ba552738 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1251dca-27cd-40e3-a7c9-75094c4b67e3 {
  min-height: 50px;
background-color: rgba(222, 241, 242, 1);
}








#s-a1251dca-27cd-40e3-a7c9-75094c4b67e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1251dca-27cd-40e3-a7c9-75094c4b67e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abc74fb7-05a7-4dc5-824d-b413998f81ef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-abc74fb7-05a7-4dc5-824d-b413998f81ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abc74fb7-05a7-4dc5-824d-b413998f81ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75db5222-9c4e-4523-b1b8-c560db8969db {
  padding-top: 7%;
padding-bottom: 7%;
}

#s-cf03a669-f76f-4033-bd4c-b5c69d314860 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-cf03a669-f76f-4033-bd4c-b5c69d314860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf03a669-f76f-4033-bd4c-b5c69d314860.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40ea150b-c343-44a0-8fa9-b8410a18b47f {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-e8e43962-0993-4daa-b92f-82e40b7d7bee {
  min-height: 50px;
background-color: rgba(239, 248, 248, 1);
}








#s-e8e43962-0993-4daa-b92f-82e40b7d7bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8e43962-0993-4daa-b92f-82e40b7d7bee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-197fb25d-a376-4680-86de-6724a3e7f72b {
  padding-top: 80px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.8px);
}

}

@media (min-width: 992px) {
[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.8px);
}

}

@media (min-width: 1200px) {
[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.8px);
}

[id="s-197fb25d-a376-4680-86de-6724a3e7f72b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.8px);
}

}

#s-5c4eb58e-edc6-4aaf-aaf2-a4b765a36992 {
  text-align: right;
}
@media (max-width: 767px){#s-5c4eb58e-edc6-4aaf-aaf2-a4b765a36992 {
  display: none;
}
#s-5c4eb58e-edc6-4aaf-aaf2-a4b765a36992, #wrap-s-5c4eb58e-edc6-4aaf-aaf2-a4b765a36992 { display:none !important; }}



  #s-5c4eb58e-edc6-4aaf-aaf2-a4b765a36992 img.shogun-image {
    
    width: px;
  }


#s-5c4eb58e-edc6-4aaf-aaf2-a4b765a36992 .shogun-image-content {
  
    align-items: center;
  
}

#s-afcd6893-f8c4-40dd-a897-1b48f5b2a371 {
  padding-top: 5px;
}

#s-4ee717f0-807e-4240-aae7-e30c9eec5dbe {
  text-align: left;
}
@media (max-width: 767px){#s-4ee717f0-807e-4240-aae7-e30c9eec5dbe {
  display: none;
}
#s-4ee717f0-807e-4240-aae7-e30c9eec5dbe, #wrap-s-4ee717f0-807e-4240-aae7-e30c9eec5dbe { display:none !important; }}



  #s-4ee717f0-807e-4240-aae7-e30c9eec5dbe img.shogun-image {
    
    width: px;
  }


#s-4ee717f0-807e-4240-aae7-e30c9eec5dbe .shogun-image-content {
  
    align-items: center;
  
}

#s-9a3ee05d-92d6-451a-8727-fc76d7f7e764 {
  padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
}

#s-1aa4bffc-4e17-41d8-9b75-bf50d851777d {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-1aa4bffc-4e17-41d8-9b75-bf50d851777d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aa4bffc-4e17-41d8-9b75-bf50d851777d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3b9a66c-6461-4003-8e21-108dbfb24389 {
  padding-top: 15%;
text-align: center;
}




  #s-b3b9a66c-6461-4003-8e21-108dbfb24389 img.shogun-image {
    
    width: px;
  }


#s-b3b9a66c-6461-4003-8e21-108dbfb24389 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe428deb-0548-48e7-ab70-3ee114382e7a {
  min-height: 50px;
background-color: rgba(238, 247, 249, 1);
}








#s-fe428deb-0548-48e7-ab70-3ee114382e7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe428deb-0548-48e7-ab70-3ee114382e7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89a42f13-725e-47ae-bcfb-282a42c5af26 {
  padding-top: 30px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89a42f13-725e-47ae-bcfb-282a42c5af26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b91978f5-91b4-4017-8b41-b15bd39d5abc {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
text-align: center;
}




  #s-b91978f5-91b4-4017-8b41-b15bd39d5abc img.shogun-image {
    
    width: px;
  }


#s-b91978f5-91b4-4017-8b41-b15bd39d5abc .shogun-image-content {
  
    align-items: center;
  
}

#s-f55869b2-0e6b-41fe-ada0-d36572eaebc1 {
  padding-top: 20px;
text-align: center;
}




  #s-f55869b2-0e6b-41fe-ada0-d36572eaebc1 img.shogun-image {
    
    width: px;
  }


#s-f55869b2-0e6b-41fe-ada0-d36572eaebc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fe3e7b1-def6-49a3-a90e-7e6cd9fb567f {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
text-align: center;
}




  #s-8fe3e7b1-def6-49a3-a90e-7e6cd9fb567f img.shogun-image {
    
    width: px;
  }


#s-8fe3e7b1-def6-49a3-a90e-7e6cd9fb567f .shogun-image-content {
  
    align-items: center;
  
}

#s-5c8d6a11-7003-49df-909b-acec6574078f {
  padding-top: 20px;
text-align: center;
}




  #s-5c8d6a11-7003-49df-909b-acec6574078f img.shogun-image {
    
    width: px;
  }


#s-5c8d6a11-7003-49df-909b-acec6574078f .shogun-image-content {
  
    align-items: center;
  
}

#s-ff080a83-bb6b-4c98-b397-add08f5e6226 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
text-align: center;
}




  #s-ff080a83-bb6b-4c98-b397-add08f5e6226 img.shogun-image {
    
    width: px;
  }


#s-ff080a83-bb6b-4c98-b397-add08f5e6226 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9fe1ffb-bddc-489f-b5ca-491d6714cabc {
  padding-top: 20px;
text-align: center;
}




  #s-d9fe1ffb-bddc-489f-b5ca-491d6714cabc img.shogun-image {
    
    width: px;
  }


#s-d9fe1ffb-bddc-489f-b5ca-491d6714cabc .shogun-image-content {
  
    align-items: center;
  
}

#s-119b8d21-5499-40ce-9a0d-5adf346fed9f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-119b8d21-5499-40ce-9a0d-5adf346fed9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-119b8d21-5499-40ce-9a0d-5adf346fed9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e397b99-7a2e-4b7a-aa64-e58649e36e88 {
  padding-top: 7%;
padding-bottom: 7%;
}

#s-14014115-856f-45f6-92d7-8e2aad27f755 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-14014115-856f-45f6-92d7-8e2aad27f755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14014115-856f-45f6-92d7-8e2aad27f755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd7314d3-1b66-464a-bc89-55576ed071fb {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-e9bc5ef5-ff42-4210-9d95-9d22e7cf35d3 {
  min-height: 50px;
background-color: rgba(223, 241, 242, 1);
}








#s-e9bc5ef5-ff42-4210-9d95-9d22e7cf35d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9bc5ef5-ff42-4210-9d95-9d22e7cf35d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa22804a-3495-4ea1-9687-dff07e612812 {
  padding-top: 80px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-aa22804a-3495-4ea1-9687-dff07e612812"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

#s-e5641f5b-8535-4ab8-8534-daa32e113fda {
  text-align: right;
}
@media (max-width: 767px){#s-e5641f5b-8535-4ab8-8534-daa32e113fda {
  display: none;
}
#s-e5641f5b-8535-4ab8-8534-daa32e113fda, #wrap-s-e5641f5b-8535-4ab8-8534-daa32e113fda { display:none !important; }}



  #s-e5641f5b-8535-4ab8-8534-daa32e113fda img.shogun-image {
    
    width: px;
  }


#s-e5641f5b-8535-4ab8-8534-daa32e113fda .shogun-image-content {
  
    align-items: center;
  
}

#s-dfcb1fd8-cd86-4846-b3d5-5524e0668a53 {
  padding-top: 5px;
}

#s-f31239c8-86ab-4aac-8648-031fdc0c5a15 {
  text-align: left;
}
@media (max-width: 767px){#s-f31239c8-86ab-4aac-8648-031fdc0c5a15 {
  display: none;
}
#s-f31239c8-86ab-4aac-8648-031fdc0c5a15, #wrap-s-f31239c8-86ab-4aac-8648-031fdc0c5a15 { display:none !important; }}



  #s-f31239c8-86ab-4aac-8648-031fdc0c5a15 img.shogun-image {
    
    width: px;
  }


#s-f31239c8-86ab-4aac-8648-031fdc0c5a15 .shogun-image-content {
  
    align-items: center;
  
}

#s-15b5dd45-5b75-4cda-88d5-9ac95c2ec477 {
  padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
}

#s-cd5e7c3a-6f55-4924-bd28-edc06a168cd4 {
  min-height: 50px;
background-color: rgba(223, 241, 242, 1);
}








#s-cd5e7c3a-6f55-4924-bd28-edc06a168cd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd5e7c3a-6f55-4924-bd28-edc06a168cd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fad091c-a8fd-4691-a7ad-4022a77457f0 {
  padding-top: 10px;
padding-bottom: 2%;
}
@media (max-width: 767px){#s-8fad091c-a8fd-4691-a7ad-4022a77457f0 {
  display: none;
}
#s-8fad091c-a8fd-4691-a7ad-4022a77457f0, #wrap-s-8fad091c-a8fd-4691-a7ad-4022a77457f0 { display:none !important; }}
#s-8fad091c-a8fd-4691-a7ad-4022a77457f0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8fad091c-a8fd-4691-a7ad-4022a77457f0 .shg-sld-nav-button.shg-sld-left,
#s-8fad091c-a8fd-4691-a7ad-4022a77457f0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d9be56fe-0562-4aed-9d5d-77548d2ef52e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-08a325f8-084d-49c0-9c52-522590ecafc8 {
  padding-bottom: 30px;
text-align: center;
}




  #s-08a325f8-084d-49c0-9c52-522590ecafc8 img.shogun-image {
    
    width: px;
  }


#s-08a325f8-084d-49c0-9c52-522590ecafc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab8c4bd4-a204-41bb-b02d-216d270aea07 {
  padding-left: 15%;
padding-right: 15%;
}

#s-fc7f6781-33c9-4346-bba2-f3d1b448ebdb {
  text-align: center;
}




  #s-fc7f6781-33c9-4346-bba2-f3d1b448ebdb img.shogun-image {
    
    width: px;
  }


#s-fc7f6781-33c9-4346-bba2-f3d1b448ebdb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-70734716-b927-4531-9e78-05c0159a0f60 {
  padding-bottom: 30px;
text-align: center;
}




  #s-70734716-b927-4531-9e78-05c0159a0f60 img.shogun-image {
    
    width: px;
  }


#s-70734716-b927-4531-9e78-05c0159a0f60 .shogun-image-content {
  
    align-items: center;
  
}

#s-17b06aaf-8159-4e5a-abce-7a301d5ea6c2 {
  padding-left: 25%;
padding-right: 25%;
}

#s-70120792-48c3-48f7-ba49-012d7ea0a961 {
  text-align: center;
}




  #s-70120792-48c3-48f7-ba49-012d7ea0a961 img.shogun-image {
    
    width: px;
  }


#s-70120792-48c3-48f7-ba49-012d7ea0a961 .shogun-image-content {
  
    align-items: center;
  
}

#s-155ee099-8e8d-45fd-957f-9c3c8ebf1d0a {
  padding-bottom: 30px;
text-align: center;
}




  #s-155ee099-8e8d-45fd-957f-9c3c8ebf1d0a img.shogun-image {
    
    width: px;
  }


#s-155ee099-8e8d-45fd-957f-9c3c8ebf1d0a .shogun-image-content {
  
    align-items: center;
  
}

#s-1c09704f-8e63-4747-a932-fd0de0be4c8b {
  padding-left: 15%;
padding-right: 15%;
}

#s-71010e24-b2bc-4507-bac8-f8fab4d63401 {
  text-align: center;
}




  #s-71010e24-b2bc-4507-bac8-f8fab4d63401 img.shogun-image {
    
    width: px;
  }


#s-71010e24-b2bc-4507-bac8-f8fab4d63401 .shogun-image-content {
  
    align-items: center;
  
}

#s-0181d817-60ef-4e30-8807-8eb007fa5128 {
  padding-bottom: 30px;
text-align: center;
}




  #s-0181d817-60ef-4e30-8807-8eb007fa5128 img.shogun-image {
    
    width: px;
  }


#s-0181d817-60ef-4e30-8807-8eb007fa5128 .shogun-image-content {
  
    align-items: center;
  
}

#s-5096100f-2159-45fe-b5b7-4c533b08cc0b {
  padding-left: 15%;
padding-right: 15%;
}

#s-d9359b92-e2a4-4524-820e-e67b9e487521 {
  text-align: center;
}




  #s-d9359b92-e2a4-4524-820e-e67b9e487521 img.shogun-image {
    
    width: px;
  }


#s-d9359b92-e2a4-4524-820e-e67b9e487521 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e6aabdc-9999-478c-9bba-44ed2be4c02d {
  padding-bottom: 30px;
text-align: center;
}




  #s-9e6aabdc-9999-478c-9bba-44ed2be4c02d img.shogun-image {
    
    width: px;
  }


#s-9e6aabdc-9999-478c-9bba-44ed2be4c02d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-da3fa0e1-7671-418c-9c5c-b12e811c71e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ba19a74f-c979-492c-9393-477ce8fd099f {
  padding-bottom: 30px;
text-align: center;
}




  #s-ba19a74f-c979-492c-9393-477ce8fd099f img.shogun-image {
    
    width: px;
  }


#s-ba19a74f-c979-492c-9393-477ce8fd099f .shogun-image-content {
  
    align-items: center;
  
}

#s-eaac1b3d-d0dd-492b-9dab-f841e5452924 {
  text-align: center;
}




  #s-eaac1b3d-d0dd-492b-9dab-f841e5452924 img.shogun-image {
    
    width: px;
  }


#s-eaac1b3d-d0dd-492b-9dab-f841e5452924 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f5f6ecc-1e89-4a21-95b8-85d016a52ba2 {
  padding-bottom: 30px;
text-align: center;
}




  #s-9f5f6ecc-1e89-4a21-95b8-85d016a52ba2 img.shogun-image {
    
    width: px;
  }


#s-9f5f6ecc-1e89-4a21-95b8-85d016a52ba2 .shogun-image-content {
  
    align-items: center;
  
}

#s-24707344-e5e6-49af-9b45-f377093eec08 {
  padding-left: 25%;
padding-right: 25%;
}

#s-b60a0f32-6403-4428-8e61-cf8021fa2755 {
  text-align: center;
}




  #s-b60a0f32-6403-4428-8e61-cf8021fa2755 img.shogun-image {
    
    width: px;
  }


#s-b60a0f32-6403-4428-8e61-cf8021fa2755 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e5c88e6-5247-4eaa-869a-6f40152ae4fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e93c6d7a-c680-4fdd-98fe-3a14dcadb203 {
  padding-bottom: 30px;
text-align: center;
}




  #s-e93c6d7a-c680-4fdd-98fe-3a14dcadb203 img.shogun-image {
    
    width: px;
  }


#s-e93c6d7a-c680-4fdd-98fe-3a14dcadb203 .shogun-image-content {
  
    align-items: center;
  
}

#s-12db700f-746d-489b-aa23-9cd2b65d8c73 {
  padding-left: 15%;
padding-right: 15%;
}

#s-814e94d3-fa93-4682-8f66-de0853f57ef0 {
  text-align: center;
}




  #s-814e94d3-fa93-4682-8f66-de0853f57ef0 img.shogun-image {
    
    width: px;
  }


#s-814e94d3-fa93-4682-8f66-de0853f57ef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-05a6c36c-ce20-41a7-a5b8-f30d79362d30 {
  padding-bottom: 30px;
text-align: center;
}




  #s-05a6c36c-ce20-41a7-a5b8-f30d79362d30 img.shogun-image {
    
    width: px;
  }


#s-05a6c36c-ce20-41a7-a5b8-f30d79362d30 .shogun-image-content {
  
    align-items: center;
  
}

#s-51f90910-cbce-4af4-9755-36e95c965a75 {
  padding-left: 15%;
padding-right: 15%;
}

#s-8f1f4cdd-fad2-49cd-a6e4-6166388e2de4 {
  text-align: center;
}




  #s-8f1f4cdd-fad2-49cd-a6e4-6166388e2de4 img.shogun-image {
    
    width: px;
  }


#s-8f1f4cdd-fad2-49cd-a6e4-6166388e2de4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f70ffa3-aafd-4559-b0a5-d76209b2f29c {
  padding-bottom: 30px;
text-align: center;
}




  #s-9f70ffa3-aafd-4559-b0a5-d76209b2f29c img.shogun-image {
    
    width: px;
  }


#s-9f70ffa3-aafd-4559-b0a5-d76209b2f29c .shogun-image-content {
  
    align-items: center;
  
}

#s-a6e07a9e-edd3-46d7-b70e-373c35a10cac {
  padding-left: 15%;
padding-right: 15%;
}

#s-90702a4f-4298-46e2-89de-0a78bfca2659 {
  text-align: center;
}




  #s-90702a4f-4298-46e2-89de-0a78bfca2659 img.shogun-image {
    
    width: px;
  }


#s-90702a4f-4298-46e2-89de-0a78bfca2659 .shogun-image-content {
  
    align-items: center;
  
}

#s-db5cbde1-e8cf-46a7-9232-ba9ea853bc8f {
  padding-bottom: 30px;
text-align: center;
}




  #s-db5cbde1-e8cf-46a7-9232-ba9ea853bc8f img.shogun-image {
    
    width: px;
  }


#s-db5cbde1-e8cf-46a7-9232-ba9ea853bc8f .shogun-image-content {
  
    align-items: center;
  
}

#s-b8768b60-048e-48d0-8286-eb5ac4a29274 {
  padding-left: 15%;
padding-right: 15%;
}

#s-443a403f-1724-4b91-800a-0610d1d1a2c9 {
  text-align: center;
}




  #s-443a403f-1724-4b91-800a-0610d1d1a2c9 img.shogun-image {
    
    width: px;
  }


#s-443a403f-1724-4b91-800a-0610d1d1a2c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f81ef113-a2a8-44f4-859a-c16a62120fb0 {
  padding-bottom: 20px;
}

#s-73417244-6342-4413-889f-4c04449e4f12 {
  text-align: center;
}




  #s-73417244-6342-4413-889f-4c04449e4f12 img.shogun-image {
    
    width: px;
  }


#s-73417244-6342-4413-889f-4c04449e4f12 .shogun-image-content {
  
    align-items: center;
  
}

#s-497bc4e2-0ce2-4322-a1c6-334de8d54f19 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-497bc4e2-0ce2-4322-a1c6-334de8d54f19 {
  display: none;
}
#s-497bc4e2-0ce2-4322-a1c6-334de8d54f19, #wrap-s-497bc4e2-0ce2-4322-a1c6-334de8d54f19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-497bc4e2-0ce2-4322-a1c6-334de8d54f19 {
  display: none;
}
#s-497bc4e2-0ce2-4322-a1c6-334de8d54f19, #wrap-s-497bc4e2-0ce2-4322-a1c6-334de8d54f19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-497bc4e2-0ce2-4322-a1c6-334de8d54f19 {
  display: none;
}
#s-497bc4e2-0ce2-4322-a1c6-334de8d54f19, #wrap-s-497bc4e2-0ce2-4322-a1c6-334de8d54f19 { display:none !important; }}
@media (min-width: 0px) {
[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-497bc4e2-0ce2-4322-a1c6-334de8d54f19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-14815dd1-d6c7-4b33-a07e-135109ebf0c5 {
  padding-bottom: 30px;
text-align: center;
}




  #s-14815dd1-d6c7-4b33-a07e-135109ebf0c5 img.shogun-image {
    
    width: px;
  }


#s-14815dd1-d6c7-4b33-a07e-135109ebf0c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d856d8da-c225-4cc8-91e0-bbcba02d6967 {
  text-align: center;
}




  #s-d856d8da-c225-4cc8-91e0-bbcba02d6967 img.shogun-image {
    
    width: px;
  }


#s-d856d8da-c225-4cc8-91e0-bbcba02d6967 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7be04260-1ff8-486a-8d17-b78231262f36 {
  padding-bottom: 30px;
text-align: center;
}




  #s-7be04260-1ff8-486a-8d17-b78231262f36 img.shogun-image {
    
    width: px;
  }


#s-7be04260-1ff8-486a-8d17-b78231262f36 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b536f0c-de4c-4ed0-8ebb-597dab8d9e60 {
  text-align: center;
}




  #s-9b536f0c-de4c-4ed0-8ebb-597dab8d9e60 img.shogun-image {
    
    width: px;
  }


#s-9b536f0c-de4c-4ed0-8ebb-597dab8d9e60 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd6797a2-b71a-44a2-ba3b-56b2704ecfee {
  padding-bottom: 30px;
text-align: center;
}




  #s-cd6797a2-b71a-44a2-ba3b-56b2704ecfee img.shogun-image {
    
    width: px;
  }


#s-cd6797a2-b71a-44a2-ba3b-56b2704ecfee .shogun-image-content {
  
    align-items: center;
  
}

#s-3f328734-6f48-4988-be12-26116890e383 {
  text-align: center;
}




  #s-3f328734-6f48-4988-be12-26116890e383 img.shogun-image {
    
    width: px;
  }


#s-3f328734-6f48-4988-be12-26116890e383 .shogun-image-content {
  
    align-items: center;
  
}

#s-4196a6a5-da2d-4c76-8ecb-350805b3f8f7 {
  padding-bottom: 30px;
text-align: center;
}




  #s-4196a6a5-da2d-4c76-8ecb-350805b3f8f7 img.shogun-image {
    
    width: px;
  }


#s-4196a6a5-da2d-4c76-8ecb-350805b3f8f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b199fd8c-69c7-481d-bdc7-2d2e82b2792d {
  text-align: center;
}




  #s-b199fd8c-69c7-481d-bdc7-2d2e82b2792d img.shogun-image {
    
    width: px;
  }


#s-b199fd8c-69c7-481d-bdc7-2d2e82b2792d .shogun-image-content {
  
    align-items: center;
  
}

#s-04cfcf30-6b86-4831-bbdc-587c0315919a {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(15, 136, 126, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-04cfcf30-6b86-4831-bbdc-587c0315919a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04cfcf30-6b86-4831-bbdc-587c0315919a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-04cfcf30-6b86-4831-bbdc-587c0315919a {
  display: none;
}
#s-04cfcf30-6b86-4831-bbdc-587c0315919a, #wrap-s-04cfcf30-6b86-4831-bbdc-587c0315919a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04cfcf30-6b86-4831-bbdc-587c0315919a {
  display: none;
}
#s-04cfcf30-6b86-4831-bbdc-587c0315919a, #wrap-s-04cfcf30-6b86-4831-bbdc-587c0315919a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04cfcf30-6b86-4831-bbdc-587c0315919a {
  display: none;
}
#s-04cfcf30-6b86-4831-bbdc-587c0315919a, #wrap-s-04cfcf30-6b86-4831-bbdc-587c0315919a { display:none !important; }}


#s-04cfcf30-6b86-4831-bbdc-587c0315919a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-d11ba6ab-4a2a-48a7-b9bf-8d866f641666 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-d11ba6ab-4a2a-48a7-b9bf-8d866f641666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d11ba6ab-4a2a-48a7-b9bf-8d866f641666.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-705ecdbd-c8b5-4a13-a2a5-a5d73eed7b01 {
  padding-top: 15%;
text-align: center;
}




  #s-705ecdbd-c8b5-4a13-a2a5-a5d73eed7b01 img.shogun-image {
    
    width: px;
  }


#s-705ecdbd-c8b5-4a13-a2a5-a5d73eed7b01 .shogun-image-content {
  
    align-items: center;
  
}

#s-335026f3-db6d-4c45-a09e-f7d4819f35c9 {
  padding-top: 30px;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(223, 241, 242, 1);
}








#s-335026f3-db6d-4c45-a09e-f7d4819f35c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-335026f3-db6d-4c45-a09e-f7d4819f35c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b1ddb3d-e250-4af8-b373-9c2a06717113 {
  padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b1ddb3d-e250-4af8-b373-9c2a06717113"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f4818f9a-54e0-418b-b24a-fd4e236c3ec2 {
  text-align: center;
}




  #s-f4818f9a-54e0-418b-b24a-fd4e236c3ec2 img.shogun-image {
    
    width: px;
  }


#s-f4818f9a-54e0-418b-b24a-fd4e236c3ec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3c17aca-2452-4646-8d36-ed619fb4d232 {
  padding-top: 2%;
text-align: center;
}




  #s-e3c17aca-2452-4646-8d36-ed619fb4d232 img.shogun-image {
    
    width: px;
  }


#s-e3c17aca-2452-4646-8d36-ed619fb4d232 .shogun-image-content {
  
    align-items: center;
  
}

#s-51c6ac45-aa06-4ae9-9304-c7641010cac3 {
  text-align: center;
}




  #s-51c6ac45-aa06-4ae9-9304-c7641010cac3 img.shogun-image {
    
    width: px;
  }


#s-51c6ac45-aa06-4ae9-9304-c7641010cac3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c0defa0-8cdd-4d9d-a250-7908cbc8ce4f {
  padding-top: 2%;
text-align: center;
}




  #s-8c0defa0-8cdd-4d9d-a250-7908cbc8ce4f img.shogun-image {
    
    width: px;
  }


#s-8c0defa0-8cdd-4d9d-a250-7908cbc8ce4f .shogun-image-content {
  
    align-items: center;
  
}

#s-13685e5f-9b57-42a9-9527-29f41da7a860 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-13685e5f-9b57-42a9-9527-29f41da7a860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13685e5f-9b57-42a9-9527-29f41da7a860.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1888d83c-8ec1-46c1-9d1a-f2b9e9ccc48d {
  padding-top: 15%;
text-align: center;
}




  #s-1888d83c-8ec1-46c1-9d1a-f2b9e9ccc48d img.shogun-image {
    
    width: px;
  }


#s-1888d83c-8ec1-46c1-9d1a-f2b9e9ccc48d .shogun-image-content {
  
    align-items: center;
  
}

#s-c14dbe70-d467-48d9-b489-0052fcd8a0f3 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(223, 241, 242, 1);
}








#s-c14dbe70-d467-48d9-b489-0052fcd8a0f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c14dbe70-d467-48d9-b489-0052fcd8a0f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cedbb48c-0e9b-4e86-ad5e-7a057458c68b {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-cedbb48c-0e9b-4e86-ad5e-7a057458c68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cedbb48c-0e9b-4e86-ad5e-7a057458c68b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b1a5733-19ba-4ab3-8e62-84563c852ea1 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-d002fb6e-5bd2-42ea-91ad-ecc453de4c14 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-d002fb6e-5bd2-42ea-91ad-ecc453de4c14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d002fb6e-5bd2-42ea-91ad-ecc453de4c14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-7a0a16ee-03ac-40b0-b304-2432c618cd9d {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

#s-c797d173-359c-41d5-b6a7-208508d450dd {
  min-height: 50px;
background-color: rgba(159, 216, 207, 1);
}








#s-c797d173-359c-41d5-b6a7-208508d450dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c797d173-359c-41d5-b6a7-208508d450dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6beefe7-8fa7-42f1-aa1d-af199c381878 {
  padding-top: 70px;
text-align: center;
}




  #s-a6beefe7-8fa7-42f1-aa1d-af199c381878 img.shogun-image {
    
    width: px;
  }


#s-a6beefe7-8fa7-42f1-aa1d-af199c381878 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f0f0e1f-3e96-4e4b-96a5-76af2bd5d00e {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-7b9c4261-26ab-4a34-9063-4ad9e0900bde {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-7b9c4261-26ab-4a34-9063-4ad9e0900bde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b9c4261-26ab-4a34-9063-4ad9e0900bde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3872104f-cb3e-4865-9e13-cc17a2d5ab4c {
  padding-top: 80px;
padding-bottom: 80px;
}

#s-01b89af8-8d10-4054-b814-ad179f1d46a4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-01b89af8-8d10-4054-b814-ad179f1d46a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b89af8-8d10-4054-b814-ad179f1d46a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83b36e61-6bae-433c-8b4f-247c3df937eb {
  padding-top: 80px;
padding-left: 10%;
padding-right: 10%;
}

#s-6ebbe1ec-479a-4bb7-bfe2-d6cd97d03604 {
  padding-top: 30px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
text-align: center;
}




  #s-6ebbe1ec-479a-4bb7-bfe2-d6cd97d03604 img.shogun-image {
    
    width: px;
  }


#s-6ebbe1ec-479a-4bb7-bfe2-d6cd97d03604 .shogun-image-content {
  
    align-items: center;
  
}

@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-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 {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
